Searched defs:C_DecryptInit (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsDecrypt.c40 * called by C_DecryptInit(). This function calls the corresponding
112 C_DecryptInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, function
217 /* Application must call C_DecryptInit before calling C_Decrypt. */
307 * Application must call C_DecryptInit before calling
368 * Application must call C_DecryptInit before calling
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDecrypt.c35 C_DecryptInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, function
143 /* Application must call C_DecryptInit before calling C_Decrypt. */
242 * Application must call C_DecryptInit before calling
312 * Application must call C_DecryptInit before calling
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Crypt.c294 * C_DecryptInit will verify that the session handle is valid within
297 * provider. Policy is checked for C_DecryptInit, and not C_Decrypt
298 * or C_DecryptUpdate, since C_DecryptInit is required to be called
302 C_DecryptInit(CK_SESSION_HANDLE hSession, function
316 return (fast_funcs->C_DecryptInit(hSession, pMechanism, hKey));
338 rv = FUNCLIST(slotid)->C_DecryptInit(sessp->se_handle,
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelDecrypt.c150 C_DecryptInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, function
200 /* Application must call C_DecryptInit before calling C_Decrypt. */
312 * Application needs to call C_DecryptInit again for next
365 * Application must call C_DecryptInit before calling
454 * Application must call C_DecryptInit before calling
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c635 C_DecryptInit(CK_SESSION_HANDLE hSession, function
1280 PK11_Functions.C_DecryptInit = C_DecryptInit;

Completed in 542 milliseconds