Home
last modified time | relevance | path

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

/openssl/providers/implementations/macs/
H A Dhmac_prov.c39 static OSSL_FUNC_mac_newctx_fn hmac_new; variable
76 static void *hmac_new(void *provctx) in hmac_new() function
114 dst = hmac_new(src->provctx); in hmac_dup()
360 { OSSL_FUNC_MAC_NEWCTX, (void (*)(void))hmac_new },
380 struct hmac_data_st *macctx = hmac_new(provctx); in hmac_internal_new()

Completed in 6 milliseconds