Home
last modified time | relevance | path

Searched refs:hmac_init_ipad (Results 1 – 12 of 12) sorted by relevance

/freebsd-14-stable/sys/crypto/openssl/
HDossl.c239 hmac_init_ipad(axf, csp->csp_auth_key, in ossl_newsession_hash()
331 hmac_init_ipad(axf, crp->crp_auth_key, in ossl_process_hash()
/freebsd-14-stable/sys/dev/glxsb/
HDglxsb_hash.c56 hmac_init_ipad(axf, key, klen, ses->ses_ictx); in glxsb_hash_key_setup()
/freebsd-14-stable/sys/crypto/via/
HDpadlock_hash.c269 hmac_init_ipad(axf, key, klen, ses->ses_ictx); in padlock_hash_key_setup()
/freebsd-14-stable/sys/opencrypto/
HDcryptodev.h650 void hmac_init_ipad(const struct auth_hash *axf, const char *key, int klen,
HDcryptosoft.c261 hmac_init_ipad(axf, crp->crp_auth_key, in swcr_authcompute()
1330 hmac_init_ipad(axf, csp->csp_auth_key, in swcr_setup_auth()
HDcrypto.c421 hmac_init_ipad(const struct auth_hash *axf, const char *key, int klen, in hmac_init_ipad() function
/freebsd-14-stable/sys/dev/cxgbe/crypto/
HDt4_keyctx.c355 hmac_init_ipad(axf, key, klen, &auth_ctx); in t4_init_hmac_digest()
/freebsd-14-stable/sys/dev/cesa/
HDcesa.c434 hmac_init_ipad(&auth_hash_hmac_sha1, mkey, mklen, &auth_ctx); in cesa_set_mkey()
442 hmac_init_ipad(&auth_hash_hmac_sha2_256, mkey, mklen, in cesa_set_mkey()
/freebsd-14-stable/sys/dev/safe/
HDsafe.c639 hmac_init_ipad(&auth_hash_hmac_sha1, key, klen, &sha1ctx); in safe_setup_mackey()
/freebsd-14-stable/sys/dev/qat_c2xxx/
HDqat.c1214 hmac_init_ipad(sah, key, klen, &ctx); in qat_crypto_hmac_precompute()
/freebsd-14-stable/sys/dev/safexcel/
HDsafexcel.c1364 hmac_init_ipad(ahash, key, klen, &ctx); in safexcel_setkey_hmac()
/freebsd-14-stable/share/man/man9/
HDMakefile989 crypto_driver.9 hmac_init_ipad.9 \