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

/osnet-11/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
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsEncrypt.c173 * C_Encrypt or C_EncryptFinal to actually obtain the final piece
198 C_Encrypt(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pData, CK_ULONG ulDataLen, function
238 /* Application must call C_EncryptInit before calling C_Encrypt. */
245 * C_Encrypt must be called without intervening C_EncryptUpdate
250 * C_Encrypt can not be used to terminate a multi-part
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftEncrypt.c78 * C_Encrypt or C_EncryptFinal to actually obtain the final piece
103 C_Encrypt(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pData, CK_ULONG ulDataLen, function
144 /* Application must call C_EncryptInit before calling C_Encrypt. */
151 * C_Encrypt must be called without intervening C_EncryptUpdate
156 * C_Encrypt can not be used to terminate a multi-part
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Crypt.c77 * provider. Policy is checked for C_EncryptInit, and not C_Encrypt
79 * before C_Encrypt and C_EncryptUpdate.
130 * C_Encrypt is a pure wrapper to the underlying provider.
134 C_Encrypt(CK_SESSION_HANDLE hSession, function
145 return (fast_funcs->C_Encrypt(hSession, pData, ulDataLen,
178 rv = FUNCLIST(sessp->se_slotid)->C_Encrypt(sessp->se_handle,
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c918 C_Encrypt(CK_SESSION_HANDLE hSession, function
1277 PK11_Functions.C_Encrypt = C_Encrypt;

Completed in 21 milliseconds