/freebsd/sys/crypto/openssl/ |
H A D | ossl.c | 231 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 D | glxsb_hash.c | 124 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 D | cryptosoft.c | 1309 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 D | cryptodev.h | 356 const void *csp_auth_key; member
|
H A D | crypto.c | 760 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 D | ktls_ocf.c | 1072 mac_csp.csp_auth_key = tls->params.auth_key; in ktls_ocf_try()
|
H A D | cryptodev.c | 454 csp.csp_auth_key = mackey; in cse_create()
|
/freebsd/sys/crypto/via/ |
H A D | padlock_hash.c | 380 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 D | qat_ocf_utils.c | 144 authKey = csp->csp_auth_key; in qat_ocf_handle_session_update()
|
/freebsd/sys/crypto/blake2/ |
H A D | blake2_cryptodev.c | 267 key = csp->csp_auth_key; in blake2_cipher_process()
|
/freebsd/sys/crypto/ccp/ |
H A D | ccp.c | 323 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 D | kcrypto_aes.c | 95 csp.csp_auth_key = ks->ks_key; in aes_set_key()
|
/freebsd/sys/dev/sec/ |
H A D | sec.c | 1223 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 D | cesa.c | 1687 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 D | safexcel.c | 1898 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 D | safe.c | 741 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 D | aesni.c | 785 key = csp->csp_auth_key; in aesni_cipher_mac()
|
/freebsd/sys/netipsec/ |
H A D | xform_ah.c | 224 csp->csp_auth_key = sav->key_auth->key_data; in ah_init0()
|
/freebsd/sys/dev/cxgbe/crypto/ |
H A D | t4_crypto.c | 2482 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 D | qat.c | 1954 qs->qs_auth_key = csp->csp_auth_key; in qat_newsession()
|
/freebsd/sys/dev/hifn/ |
H A D | hifn7751.c | 2478 mackey = csp->csp_auth_key; in hifn_process()
|