Home
last modified time | relevance | path

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

/freebsd-14.2/sys/opencrypto/
H A Dcrypto.c390 hmac_init_pad(const struct auth_hash *axf, const char *key, int klen, in hmac_init_pad() function
425 hmac_init_pad(axf, key, klen, auth_ctx, HMAC_IPAD_VAL); in hmac_init_ipad()
433 hmac_init_pad(axf, key, klen, auth_ctx, HMAC_OPAD_VAL); in hmac_init_opad()