Home
last modified time | relevance | path

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

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