Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/openssl/
H A Dossl.c166 hmac_init_ipad(s->hash.axf, key, klen, &s->hash.ictx); in ossl_setkey_hmac()
/f-stack/freebsd/crypto/via/
H A Dpadlock_hash.c274 hmac_init_ipad(axf, key, klen, ses->ses_ictx); in padlock_hash_key_setup()
/f-stack/freebsd/opencrypto/
H A Dcryptodev.h677 void hmac_init_ipad(const struct auth_hash *axf, const char *key, int klen,
H A Dcryptosoft.c299 hmac_init_ipad(axf, key, klen, sw->sw_ictx); in swcr_authprepare()
H A Dcrypto.c444 hmac_init_ipad(const struct auth_hash *axf, const char *key, int klen, in hmac_init_ipad() function