Searched refs:C_Decrypt (Results 1 – 21 of 21) sorted by relevance
/titanic_50/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | pkcs11Crypt.c | 279 C_Decrypt(CK_SESSION_HANDLE hSession, in C_Decrypt() function 290 return (fast_funcs->C_Decrypt(hSession, pEncryptedData, in C_Decrypt() 306 rv = FUNCLIST(sessp->se_slotid)->C_Decrypt(sessp->se_handle, in C_Decrypt()
|
H A D | mapfile-vers | 48 C_Decrypt;
|
H A D | pkcs11General.c | 77 C_Decrypt,
|
H A D | metaUtil.c | 627 rv = FUNCLIST(fw_st_id)->C_Decrypt(hSession, in, in meta_do_operation()
|
/titanic_50/usr/src/uts/common/gssapi/mechs/krb5/crypto/des/ |
H A D | d3_cbc.c | 85 rv = C_Decrypt(krb_ctx_hSession(context), (CK_BYTE_PTR)in, in mit_des3_cbc_encrypt()
|
H A D | f_cbc.c | 88 rv = C_Decrypt(krb_ctx_hSession(context), (CK_BYTE_PTR)in,
|
/titanic_50/usr/src/uts/common/gssapi/mechs/krb5/crypto/enc_provider/ |
H A D | aes_provider.c | 840 rv = C_Decrypt(krb_ctx_hSession(context), in krb5int_aes_decrypt() 886 rv = C_Decrypt(krb_ctx_hSession(context), in krb5int_aes_decrypt() 922 rv = C_Decrypt(krb_ctx_hSession(context), in krb5int_aes_decrypt() 978 rv = C_Decrypt(krb_ctx_hSession(context), in krb5int_aes_decrypt()
|
H A D | arcfour_provider.c | 156 rv = C_Decrypt(session, in k5_arcfour_decrypt()
|
/titanic_50/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | mapfile-vers | 48 C_Decrypt;
|
H A D | kernelGeneral.c | 75 C_Decrypt,
|
H A D | kernelDecrypt.c | 270 C_Decrypt(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pEncryptedData, in C_Decrypt() function
|
/titanic_50/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | mapfile-vers | 48 C_Decrypt;
|
H A D | softDecrypt.c | 104 C_Decrypt(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pEncryptedData, in C_Decrypt() function
|
H A D | softGeneral.c | 81 C_Decrypt,
|
/titanic_50/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | mapfile-vers | 45 C_Decrypt;
|
H A D | api_interface.c | 550 C_Decrypt(CK_SESSION_HANDLE hSession, in C_Decrypt() function 1280 PK11_Functions.C_Decrypt = C_Decrypt; in C_GetFunctionList()
|
/titanic_50/usr/src/lib/pkcs11/libkcfd/common/ |
H A D | mapfile-vers | 63 C_Decrypt {
|
/titanic_50/usr/src/lib/pkcs11/include/ |
H A D | pkcs11f.h | 434 CK_PKCS11_FUNCTION_INFO(C_Decrypt)
|
/titanic_50/usr/src/cmd/cmd-crypto/decrypt/ |
H A D | decrypt.c | 141 C_Decrypt,
|
/titanic_50/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_crypto_openssl.c | 4529 rv = id_cryptoctx->p11->C_Decrypt(id_cryptoctx->session, pEncryptedData, in pkinit_C_Decrypt() 4596 if ((r = id_cryptoctx->p11->C_Decrypt(id_cryptoctx->session, data,
|
/titanic_50/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/ |
H A D | pkcs11_spi.c | 2386 ckrv = C_Decrypt(hSession, in_data, block_len, in KMFPK11_DecryptData()
|