Searched defs:C_DecryptUpdate (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDecrypt.c150 * C_Decrypt must be called without intervening C_DecryptUpdate
191 C_DecryptUpdate(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pEncryptedPart, function
235 * C_DecryptUpdate.
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Crypt.c223 * or C_DecryptUpdate, since C_DecryptInit is required to be called
224 * before C_Decrypt and C_DecryptUpdate.
318 * C_DecryptUpdate is a pure wrapper to the underlying provider.
322 C_DecryptUpdate(CK_SESSION_HANDLE hSession, function
333 return (fast_funcs->C_DecryptUpdate(hSession, pEncryptedPart,
349 rv = FUNCLIST(sessp->se_slotid)->C_DecryptUpdate(sessp->se_handle,
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelDecrypt.c207 * C_Decrypt must be called without intervening C_DecryptUpdate
325 C_DecryptUpdate(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pEncryptedPart, function
366 * C_DecryptUpdate.
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c661 C_DecryptUpdate(CK_SESSION_HANDLE hSession, function
1281 PK11_Functions.C_DecryptUpdate = C_DecryptUpdate;

Completed in 57 milliseconds