Searched refs:csp_auth_key (Results 1 – 13 of 13) sorted by relevance
| /f-stack/freebsd/crypto/openssl/ |
| H A D | ossl.c | 189 if (csp->csp_auth_key != NULL) { in ossl_newsession() 191 ossl_setkey_hmac(s, csp->csp_auth_key, in ossl_newsession()
|
| /f-stack/freebsd/mips/nlm/dev/sec/ |
| H A D | nlmseclib.c | 200 key = csp->csp_auth_key; in nlm_crypto_do_digest() 231 authkey = csp->csp_auth_key; in nlm_crypto_do_cipher_digest()
|
| /f-stack/freebsd/opencrypto/ |
| H A D | cryptosoft.c | 1036 if (csp->csp_auth_key != NULL) { in swcr_setup_auth() 1037 swcr_authprepare(axf, swa, csp->csp_auth_key, in swcr_setup_auth() 1055 axf->Setkey(swa->sw_ictx, csp->csp_auth_key, in swcr_setup_auth() 1067 if (csp->csp_auth_klen == 0 || csp->csp_auth_key != NULL) in swcr_setup_auth() 1068 axf->Setkey(swa->sw_ictx, csp->csp_auth_key, in swcr_setup_auth() 1076 axf->Setkey(swa->sw_ictx, csp->csp_auth_key, in swcr_setup_auth() 1200 if (csp->csp_auth_key == NULL) in swcr_auth_supported() 1218 if (csp->csp_auth_key == NULL) in swcr_auth_supported()
|
| H A D | cryptodev.h | 381 const void *csp_auth_key; member
|
| H A D | crypto.c | 757 if (csp->csp_auth_key != NULL && csp->csp_auth_klen == 0) in check_csp() 1403 KASSERT(csp->csp_auth_key != NULL || crp->crp_auth_key != NULL, in crp_sanity()
|
| H A D | ktls_ocf.c | 640 mac_csp.csp_auth_key = tls->params.auth_key; in ktls_ocf_try()
|
| H A D | cryptodev.c | 645 csp.csp_auth_key = mackey; in cse_create()
|
| /f-stack/freebsd/mips/cavium/cryptocteon/ |
| H A D | cryptocteon.c | 192 if (csp->csp_auth_key != NULL) in cryptocteon_newsession() 193 cryptocteon_calc_hash(csp, csp->csp_auth_key, ocd); in cryptocteon_newsession()
|
| /f-stack/freebsd/crypto/via/ |
| H A D | padlock_hash.c | 386 if (csp->csp_auth_key != NULL) { in padlock_hash_setup() 387 padlock_hash_key_setup(ses, csp->csp_auth_key, in padlock_hash_setup()
|
| /f-stack/freebsd/crypto/ccp/ |
| H A D | ccp.c | 322 if (csp->csp_auth_key == NULL) in ccp_auth_supported() 501 ccp_init_hmac_digest(s, csp->csp_auth_key, csp->csp_auth_klen); in ccp_newsession()
|
| /f-stack/freebsd/crypto/blake2/ |
| H A D | blake2_cryptodev.c | 360 key = csp->csp_auth_key; in blake2_cipher_process()
|
| /f-stack/freebsd/crypto/aesni/ |
| H A D | aesni.c | 844 key = csp->csp_auth_key; in aesni_cipher_mac()
|
| /f-stack/freebsd/netipsec/ |
| H A D | xform_ah.c | 221 csp->csp_auth_key = sav->key_auth->key_data; in ah_init0()
|