Searched refs:hmac_init_pad (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/opencrypto/ |
H A D | crypto.c | 383 hmac_init_pad(const struct auth_hash *axf, const char *key, int klen, in hmac_init_pad() function 418 hmac_init_pad(axf, key, klen, auth_ctx, HMAC_IPAD_VAL); in hmac_init_ipad() 426 hmac_init_pad(axf, key, klen, auth_ctx, HMAC_OPAD_VAL); in hmac_init_opad()
|