Searched refs:crp_auth_key (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/mips/nlm/dev/sec/ |
| H A D | nlmseclib.c | 197 if (cmd->crp->crp_auth_key != NULL) in nlm_crypto_do_digest() 198 key = cmd->crp->crp_auth_key; in nlm_crypto_do_digest() 228 if (cmd->crp->crp_auth_key != NULL) in nlm_crypto_do_cipher_digest() 229 authkey = cmd->crp->crp_auth_key; in nlm_crypto_do_cipher_digest()
|
| /f-stack/freebsd/crypto/openssl/ |
| H A D | ossl.c | 221 if (crp->crp_auth_key != NULL) in ossl_process() 222 ossl_setkey_hmac(s, crp->crp_auth_key, csp->csp_auth_klen); in ossl_process()
|
| /f-stack/freebsd/mips/cavium/cryptocteon/ |
| H A D | cryptocteon.c | 380 if (crp->crp_auth_key != NULL) in cryptocteon_process() 381 cryptocteon_calc_hash(csp, crp->crp_auth_key, od); in cryptocteon_process()
|
| /f-stack/freebsd/crypto/blake2/ |
| H A D | blake2_cryptodev.c | 357 if (crp->crp_auth_key != NULL) in blake2_cipher_process() 358 key = crp->crp_auth_key; in blake2_cipher_process()
|
| /f-stack/freebsd/crypto/via/ |
| H A D | padlock_hash.c | 402 if (crp->crp_auth_key != NULL) in padlock_hash_process() 403 padlock_hash_key_setup(ses, crp->crp_auth_key, in padlock_hash_process()
|
| /f-stack/freebsd/crypto/ccp/ |
| H A D | ccp.c | 558 if (crp->crp_auth_key != NULL) { in ccp_process() 560 ccp_init_hmac_digest(s, crp->crp_auth_key, csp->csp_auth_klen); in ccp_process()
|
| /f-stack/freebsd/crypto/aesni/ |
| H A D | aesni.c | 841 if (crp->crp_auth_key != NULL) in aesni_cipher_mac() 842 key = crp->crp_auth_key; in aesni_cipher_mac()
|
| /f-stack/freebsd/opencrypto/ |
| H A D | cryptodev.h | 495 const void *crp_auth_key; /* New auth key if non-NULL. */ member
|
| H A D | cryptosoft.c | 331 if (crp->crp_auth_key != NULL) { in swcr_authcompute() 332 swcr_authprepare(axf, sw, crp->crp_auth_key, in swcr_authcompute()
|
| H A D | crypto.c | 1403 KASSERT(csp->csp_auth_key != NULL || crp->crp_auth_key != NULL, in crp_sanity()
|