Searched refs:C_EncryptInit (Results 1 - 15 of 15) sorted by relevance

/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,
H A Dpkcs11General.c71 C_EncryptInit,
H A DmetaUtil.c255 rv = FUNCLIST(fw_st_id)->C_EncryptInit(
439 rv = FUNCLIST(fw_st_id)->C_EncryptInit(
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_crypt.c98 rv = C_EncryptInit(hSession, &mechanism, hKey);
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_crypt.c189 rv = C_EncryptInit(hSession, &mechanism, hKey);
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelGeneral.c69 C_EncryptInit,
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 DkmsGeneral.c140 C_EncryptInit,
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
H A DsoftGeneral.c73 C_EncryptInit,
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dpk11keys.c633 ckRv = C_EncryptInit(ckSession, &ckMechanism, ckKeyHandle);
661 ckRv = C_EncryptInit(ckSession, &ckMechanism, ckKeyHandle);
/osnet-11/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h372 /* C_EncryptInit initializes an encryption operation. */
373 CK_PKCS11_FUNCTION_INFO(C_EncryptInit)
/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;
/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c1326 rv = C_EncryptInit(enc_context->hSession, &mechanism, enc_context->hKey);
1330 "C_EncryptInit: rv = 0x%.8X\n", rv);

Completed in 62 milliseconds