Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/openssl/
H A Dossl.c167 hmac_init_opad(s->hash.axf, key, klen, &s->hash.octx); in ossl_setkey_hmac()
/f-stack/freebsd/crypto/via/
H A Dpadlock_hash.c275 hmac_init_opad(axf, key, klen, ses->ses_octx); in padlock_hash_key_setup()
/f-stack/freebsd/opencrypto/
H A Dcryptodev.h679 void hmac_init_opad(const struct auth_hash *axf, const char *key, int klen,
H A Dcryptosoft.c300 hmac_init_opad(axf, key, klen, sw->sw_octx); in swcr_authprepare()
H A Dcrypto.c452 hmac_init_opad(const struct auth_hash *axf, const char *key, int klen, in hmac_init_opad() function