Home
last modified time | relevance | path

Searched refs:C_EncryptInit (Results 1 – 23 of 23) sorted by relevance

/titanic_41/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Crypt.c44 C_EncryptInit(CK_SESSION_HANDLE hSession, in C_EncryptInit() function
58 return (fast_funcs->C_EncryptInit(hSession, pMechanism, hKey)); in C_EncryptInit()
80 rv = FUNCLIST(slotid)->C_EncryptInit(sessp->se_handle, in C_EncryptInit()
H A Dmapfile-vers64 C_EncryptInit;
H A Dpkcs11General.c72 C_EncryptInit,
H A DmetaUtil.c242 rv = FUNCLIST(fw_st_id)->C_EncryptInit( in meta_operation_init()
426 rv = FUNCLIST(fw_st_id)->C_EncryptInit( in meta_operation_init_softtoken()
/titanic_41/usr/src/lib/libsmbfs/smb/
H A Dcrypt.c112 rv = C_EncryptInit(hSession, &mechanism, hKey); in smb_encrypt_DES()
197 rv = C_EncryptInit(hSession, &mechanism, hKey); in smb_encrypt_RC4()
/titanic_41/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_crypt.c188 rv = C_EncryptInit(hSession, &mechanism, hKey); in smb_auth_DES()
275 rv = C_EncryptInit(hSession, &mechanism, hKey); in smb_auth_RC4()
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/crypto/des/
H A Dd3_cbc.c69 rv = C_EncryptInit(krb_ctx_hSession(context), &mechanism, key->hKey); in mit_des3_cbc_encrypt()
H A Df_cbc.c72 rv = C_EncryptInit(krb_ctx_hSession(context), &mechanism, key->hKey);
/titanic_41/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A Dmapfile-vers64 C_EncryptInit;
H A DkernelGeneral.c70 C_EncryptInit,
H A DkernelEncrypt.c37 C_EncryptInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, in C_EncryptInit() function
/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A Dmapfile-vers64 C_EncryptInit;
H A DsoftEncrypt.c35 C_EncryptInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, in C_EncryptInit() function
H A DsoftGeneral.c76 C_EncryptInit,
/titanic_41/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dmapfile-vers61 C_EncryptInit;
H A Dapi_interface.c969 C_EncryptInit(CK_SESSION_HANDLE hSession, in C_EncryptInit() function
1275 PK11_Functions.C_EncryptInit = C_EncryptInit; in C_GetFunctionList()
/titanic_41/usr/src/lib/pkcs11/libkcfd/common/
H A Dmapfile-vers127 C_EncryptInit {
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/crypto/enc_provider/
H A Darcfour_provider.c240 rv = C_EncryptInit(session, &mechanism, *kptr); in k5_arcfour_encrypt()
H A Daes_provider.c340 rv = C_EncryptInit(krb_ctx_hSession(context), &mechanism, key->hKey); in krb5int_aes_encrypt()
/titanic_41/usr/src/lib/libkmf/libkmf/common/
H A Dpk11keys.c625 ckRv = C_EncryptInit(ckSession, &ckMechanism, ckKeyHandle); in PKCS_EncryptData()
653 ckRv = C_EncryptInit(ckSession, &ckMechanism, ckKeyHandle); in PKCS_EncryptData()
/titanic_41/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h373 CK_PKCS11_FUNCTION_INFO(C_EncryptInit)
/titanic_41/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c128 C_EncryptInit,
/titanic_41/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c1321 rv = C_EncryptInit(enc_context->hSession, &mechanism, enc_context->hKey);