Home
last modified time | relevance | path

Searched refs:crp_auth_key (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/mips/nlm/dev/sec/
H A Dnlmseclib.c197 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 Dossl.c221 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 Dcryptocteon.c380 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 Dblake2_cryptodev.c357 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 Dpadlock_hash.c402 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 Dccp.c558 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 Daesni.c841 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 Dcryptodev.h495 const void *crp_auth_key; /* New auth key if non-NULL. */ member
H A Dcryptosoft.c331 if (crp->crp_auth_key != NULL) { in swcr_authcompute()
332 swcr_authprepare(axf, sw, crp->crp_auth_key, in swcr_authcompute()
H A Dcrypto.c1403 KASSERT(csp->csp_auth_key != NULL || crp->crp_auth_key != NULL, in crp_sanity()