Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/macs/
H A Dhmac_prov.c34 static OSSL_FUNC_mac_newctx_fn hmac_new; variable
73 static void *hmac_new(void *provctx) in hmac_new() function
110 dst = hmac_new(src->provctx); in hmac_dup()
344 { OSSL_FUNC_MAC_NEWCTX, (void (*)(void))hmac_new },