pub type C_DecryptFinal = extern "C" fn(hSession: CK_SESSION_HANDLE, pLastPart: CK_BYTE_PTR, pulLastPartLen: CK_ULONG_PTR) -> CK_RV;Expand description
C_DecryptFinal finishes a multiple-part decryption operation.
§Function Parameters
hSession: the session’s handlepLastPart: gets plaintextpulLastPartLen: p-text size