Home
last modified time | relevance | path

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

/freebsd/sys/crypto/openssl/
H A Dossl.c231 if (csp->csp_auth_key != NULL) { in ossl_newsession_hash()
235 axf->Setkey(&s->hash.ictx, csp->csp_auth_key, in ossl_newsession_hash()
238 hmac_init_ipad(axf, csp->csp_auth_key, in ossl_newsession_hash()
240 hmac_init_opad(axf, csp->csp_auth_key, in ossl_newsession_hash()
/freebsd/sys/dev/glxsb/
H A Dglxsb_hash.c124 if (csp->csp_auth_key != NULL) { in glxsb_hash_setup()
125 glxsb_hash_key_setup(ses, csp->csp_auth_key, in glxsb_hash_setup()
/freebsd/sys/opencrypto/
H A Dcryptosoft.c1309 if (csp->csp_auth_klen == 0 || csp->csp_auth_key != NULL) { in swcr_setup_auth()
1324 if (csp->csp_auth_key != NULL) { in swcr_setup_auth()
1329 hmac_init_ipad(axf, csp->csp_auth_key, in swcr_setup_auth()
1331 hmac_init_opad(axf, csp->csp_auth_key, in swcr_setup_auth()
1347 if (csp->csp_auth_key != NULL) { in swcr_setup_auth()
1349 axf->Setkey(swa->sw_ictx, csp->csp_auth_key, in swcr_setup_auth()
1361 else if (csp->csp_auth_key != NULL) in swcr_setup_auth()
1362 axf->Setkey(swa->sw_ictx, csp->csp_auth_key, in swcr_setup_auth()
1428 if (csp->csp_auth_key == NULL) in swcr_auth_supported()
1446 if (csp->csp_auth_key == NULL) in swcr_auth_supported()
H A Dcryptodev.h356 const void *csp_auth_key; member
H A Dcrypto.c760 if (csp->csp_auth_key != NULL && csp->csp_auth_klen == 0) in check_csp()
1406 KASSERT(csp->csp_auth_key != NULL || crp->crp_auth_key != NULL, in crp_sanity()
H A Dktls_ocf.c1072 mac_csp.csp_auth_key = tls->params.auth_key; in ktls_ocf_try()
H A Dcryptodev.c454 csp.csp_auth_key = mackey; in cse_create()
/freebsd/sys/crypto/via/
H A Dpadlock_hash.c380 if (csp->csp_auth_key != NULL) { in padlock_hash_setup()
381 padlock_hash_key_setup(ses, csp->csp_auth_key, in padlock_hash_setup()
/freebsd/sys/dev/qat/qat/
H A Dqat_ocf_utils.c144 authKey = csp->csp_auth_key; in qat_ocf_handle_session_update()
/freebsd/sys/crypto/blake2/
H A Dblake2_cryptodev.c267 key = csp->csp_auth_key; in blake2_cipher_process()
/freebsd/sys/crypto/ccp/
H A Dccp.c323 if (csp->csp_auth_key == NULL) in ccp_auth_supported()
497 ccp_init_hmac_digest(s, csp->csp_auth_key, csp->csp_auth_klen); in ccp_newsession()
/freebsd/sys/kgssapi/krb5/
H A Dkcrypto_aes.c95 csp.csp_auth_key = ks->ks_key; in aes_set_key()
/freebsd/sys/dev/sec/
H A Dsec.c1223 if (csp->csp_auth_key != NULL) in sec_newsession()
1224 memcpy(ses->ss_mkey, csp->csp_auth_key, csp->csp_auth_klen); in sec_newsession()
/freebsd/sys/dev/cesa/
H A Dcesa.c1687 if (csp->csp_auth_key != NULL) in cesa_newsession()
1688 cesa_set_mkey(cs, csp->csp_auth_alg, csp->csp_auth_key, in cesa_newsession()
/freebsd/sys/dev/safexcel/
H A Dsafexcel.c1898 akey = csp->csp_auth_key; in safexcel_set_token()
2510 CRYPTO_OP_ENCRYPT, csp->csp_cipher_key, csp->csp_auth_key, in safexcel_newsession()
2513 CRYPTO_OP_DECRYPT, csp->csp_cipher_key, csp->csp_auth_key, in safexcel_newsession()
/freebsd/sys/dev/safe/
H A Dsafe.c741 if (csp->csp_auth_key != NULL) { in safe_newsession()
743 csp->csp_auth_key, csp->csp_auth_klen); in safe_newsession()
/freebsd/sys/crypto/aesni/
H A Daesni.c785 key = csp->csp_auth_key; in aesni_cipher_mac()
/freebsd/sys/netipsec/
H A Dxform_ah.c224 csp->csp_auth_key = sav->key_auth->key_data; in ah_init0()
/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c2482 if (csp->csp_auth_key != NULL) in ccr_newsession()
2484 csp->csp_auth_key, csp->csp_auth_klen, in ccr_newsession()
/freebsd/sys/dev/qat_c2xxx/
H A Dqat.c1954 qs->qs_auth_key = csp->csp_auth_key; in qat_newsession()
/freebsd/sys/dev/hifn/
H A Dhifn7751.c2478 mackey = csp->csp_auth_key; in hifn_process()