Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
H A Dmac_legacy_kmgmt.c64 MAC_KEY *ossl_mac_key_new(OSSL_LIB_CTX *libctx, int cmac) in ossl_mac_key_new() function
125 return ossl_mac_key_new(PROV_LIBCTX_OF(provctx), 0); in mac_new()
130 return ossl_mac_key_new(PROV_LIBCTX_OF(provctx), 1); in mac_new_cmac()
491 if ((key = ossl_mac_key_new(gctx->libctx, 0)) == NULL) { in mac_gen()
/third_party/openssl/providers/implementations/keymgmt/
H A Dmac_legacy_kmgmt.c64 MAC_KEY *ossl_mac_key_new(OSSL_LIB_CTX *libctx, int cmac) in ossl_mac_key_new() function
125 return ossl_mac_key_new(PROV_LIBCTX_OF(provctx), 0); in mac_new()
130 return ossl_mac_key_new(PROV_LIBCTX_OF(provctx), 1); in mac_new_cmac()
488 if ((key = ossl_mac_key_new(gctx->libctx, 0)) == NULL) { in mac_gen()
/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/
H A Dmacsignature.h28 MAC_KEY *ossl_mac_key_new(OSSL_LIB_CTX *libctx, int cmac);
/third_party/openssl/providers/implementations/include/prov/
H A Dmacsignature.h28 MAC_KEY *ossl_mac_key_new(OSSL_LIB_CTX *libctx, int cmac);

Completed in 3 milliseconds