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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelEncrypt.c37 C_EncryptInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, function
205 /* Application must call C_EncryptInit before calling C_Encrypt. */
281 * Application needs to call C_EncryptInit again for next
334 * Application must call C_EncryptInit before calling
424 * Application must call C_EncryptInit before calling
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftEncrypt.c35 C_EncryptInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, function
145 /* Application must call C_EncryptInit before calling C_Encrypt. */
235 * Application must call C_EncryptInit before calling
297 * Application must call C_EncryptInit before calling
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Crypt.c36 * C_EncryptInit will verify that the session handle is valid within
39 * provider. Policy is checked for C_EncryptInit, and not C_Encrypt
40 * or C_EncryptUpdate, since C_EncryptInit is required to be called
44 C_EncryptInit(CK_SESSION_HANDLE hSession, function
58 return (fast_funcs->C_EncryptInit(hSession, pMechanism, hKey));
80 rv = FUNCLIST(slotid)->C_EncryptInit(sessp->se_handle,
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c969 C_EncryptInit(CK_SESSION_HANDLE hSession, function
1275 PK11_Functions.C_EncryptInit = C_EncryptInit;

Completed in 64 milliseconds