Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/providers/implementations/macs/
Dgmac_prov.c28 static OSSL_FUNC_mac_newctx_fn gmac_new; variable
58 static void *gmac_new(void *provctx) in gmac_new() function
83 dst = gmac_new(src->provctx); in gmac_dup()
247 { OSSL_FUNC_MAC_NEWCTX, (void (*)(void))gmac_new },
/third_party/openssl/providers/implementations/macs/
Dgmac_prov.c28 static OSSL_FUNC_mac_newctx_fn gmac_new; variable
58 static void *gmac_new(void *provctx) in gmac_new() function
83 dst = gmac_new(src->provctx); in gmac_dup()
247 { OSSL_FUNC_MAC_NEWCTX, (void (*)(void))gmac_new },