Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/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 },
/third_party/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 },
/third_party/python/Lib/
H A Dhmac.py67 self._hmac = _hashopenssl.hmac_new(key, msg, digestmod=digestmod)
/third_party/python/Lib/test/
H A Dtest_hmac.py16 from _hashlib import hmac_new as c_hmac_new

Completed in 3 milliseconds