Home
last modified time | relevance | path

Searched refs:csp_auth_key (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/crypto/openssl/
H A Dossl.c189 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 Dnlmseclib.c200 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 Dcryptosoft.c1036 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 Dcryptodev.h381 const void *csp_auth_key; member
H A Dcrypto.c757 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 Dktls_ocf.c640 mac_csp.csp_auth_key = tls->params.auth_key; in ktls_ocf_try()
H A Dcryptodev.c645 csp.csp_auth_key = mackey; in cse_create()
/f-stack/freebsd/mips/cavium/cryptocteon/
H A Dcryptocteon.c192 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 Dpadlock_hash.c386 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 Dccp.c322 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 Dblake2_cryptodev.c360 key = csp->csp_auth_key; in blake2_cipher_process()
/f-stack/freebsd/crypto/aesni/
H A Daesni.c844 key = csp->csp_auth_key; in aesni_cipher_mac()
/f-stack/freebsd/netipsec/
H A Dxform_ah.c221 csp->csp_auth_key = sav->key_auth->key_data; in ah_init0()