Home
last modified time | relevance | path

Searched defs:hmac_init (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/macs/
H A Dhmac_prov.c41 static OSSL_FUNC_mac_init_fn hmac_init; variable
173 static int hmac_init(void *vmacctx, const unsigned char *key, in hmac_init() function
/freebsd/crypto/libecc/src/hash/
H A Dhmac.c16 int hmac_init(hmac_context *ctx, const u8 *hmackey, u32 hmackey_len, in hmac_init() function