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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelEncrypt.c84 * C_Encrypt or C_EncryptFinal to actually obtain the final piece
167 C_Encrypt(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pData, CK_ULONG ulDataLen, function
205 /* Application must call C_EncryptInit before calling C_Encrypt. */
212 * C_Encrypt must be called without intervening C_EncryptUpdate
217 * C_Encrypt can not be used to terminate a multi-part
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftEncrypt.c79 * C_Encrypt or C_EncryptFinal to actually obtain the final piece
104 C_Encrypt(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pData, CK_ULONG ulDataLen, function
145 /* Application must call C_EncryptInit before calling C_Encrypt. */
152 * C_Encrypt must be called without intervening C_EncryptUpdate
157 * C_Encrypt can not be used to terminate a multi-part
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Crypt.c39 * provider. Policy is checked for C_EncryptInit, and not C_Encrypt
41 * before C_Encrypt and C_EncryptUpdate.
92 * C_Encrypt is a pure wrapper to the underlying provider.
96 C_Encrypt(CK_SESSION_HANDLE hSession, function
107 return (fast_funcs->C_Encrypt(hSession, pData, ulDataLen,
123 rv = FUNCLIST(sessp->se_slotid)->C_Encrypt(sessp->se_handle, pData,
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c919 C_Encrypt(CK_SESSION_HANDLE hSession, function
1276 PK11_Functions.C_Encrypt = C_Encrypt;

Completed in 67 milliseconds