Home
last modified time | relevance | path

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

/freebsd/sys/crypto/openssl/
H A Dossl.c238 hmac_init_ipad(axf, csp->csp_auth_key, in ossl_newsession_hash()
330 hmac_init_ipad(axf, crp->crp_auth_key, in ossl_process_hash()
/freebsd/sys/dev/glxsb/
H A Dglxsb_hash.c55 hmac_init_ipad(axf, key, klen, ses->ses_ictx); in glxsb_hash_key_setup()
/freebsd/sys/crypto/via/
H A Dpadlock_hash.c268 hmac_init_ipad(axf, key, klen, ses->ses_ictx); in padlock_hash_key_setup()
/freebsd/sys/opencrypto/
H A Dcryptodev.h650 void hmac_init_ipad(const struct auth_hash *axf, const char *key, int klen,
H A Dcryptosoft.c260 hmac_init_ipad(axf, crp->crp_auth_key, in swcr_authcompute()
1329 hmac_init_ipad(axf, csp->csp_auth_key, in swcr_setup_auth()
H A Dcrypto.c414 hmac_init_ipad(const struct auth_hash *axf, const char *key, int klen, in hmac_init_ipad() function
/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_keyctx.c354 hmac_init_ipad(axf, key, klen, &auth_ctx); in t4_init_hmac_digest()
/freebsd/sys/dev/cesa/
H A Dcesa.c433 hmac_init_ipad(&auth_hash_hmac_sha1, mkey, mklen, &auth_ctx); in cesa_set_mkey()
441 hmac_init_ipad(&auth_hash_hmac_sha2_256, mkey, mklen, in cesa_set_mkey()
/freebsd/sys/dev/safe/
H A Dsafe.c639 hmac_init_ipad(&auth_hash_hmac_sha1, key, klen, &sha1ctx); in safe_setup_mackey()
/freebsd/sys/dev/qat_c2xxx/
H A Dqat.c1214 hmac_init_ipad(sah, key, klen, &ctx); in qat_crypto_hmac_precompute()
/freebsd/sys/dev/safexcel/
H A Dsafexcel.c1363 hmac_init_ipad(ahash, key, klen, &ctx); in safexcel_setkey_hmac()
/freebsd/share/man/man9/
H A DMakefile993 crypto_driver.9 hmac_init_ipad.9 \