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

/osnet-11/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
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsEncrypt.c124 C_EncryptInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, function
238 /* Application must call C_EncryptInit before calling C_Encrypt. */
327 * Application must call C_EncryptInit before calling
389 * Application must call C_EncryptInit before calling
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftEncrypt.c34 C_EncryptInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, function
144 /* Application must call C_EncryptInit before calling C_Encrypt. */
242 * Application must call C_EncryptInit before calling
313 * Application must call C_EncryptInit before calling
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Crypt.c74 * C_EncryptInit will verify that the session handle is valid within
77 * provider. Policy is checked for C_EncryptInit, and not C_Encrypt
78 * or C_EncryptUpdate, since C_EncryptInit is required to be called
82 C_EncryptInit(CK_SESSION_HANDLE hSession, function
96 return (fast_funcs->C_EncryptInit(hSession, pMechanism, hKey));
118 rv = FUNCLIST(slotid)->C_EncryptInit(sessp->se_handle,
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c968 C_EncryptInit(CK_SESSION_HANDLE hSession, function
1276 PK11_Functions.C_EncryptInit = C_EncryptInit;

Completed in 29 milliseconds