Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dcrypto.c413 hmac_init_pad(const struct auth_hash *axf, const char *key, int klen, in hmac_init_pad() function
448 hmac_init_pad(axf, key, klen, auth_ctx, HMAC_IPAD_VAL); in hmac_init_ipad()
456 hmac_init_pad(axf, key, klen, auth_ctx, HMAC_OPAD_VAL); in hmac_init_opad()