Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/opencrypto/
Dcryptodev.h535 void hmac_init_ipad(const struct auth_hash *axf, const char *key, int klen,
Dcrypto.c431 hmac_init_ipad(const struct auth_hash *axf, const char *key, int klen, in hmac_init_ipad() function
/freebsd-12-stable/sys/dev/qat/
Dqat.c1251 hmac_init_ipad(sah, key, klen, &ctx); in qat_crypto_hmac_precompute()