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 D | mac_legacy_kmgmt.c | 64 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 D | mac_legacy_kmgmt.c | 64 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 D | macsignature.h | 28 MAC_KEY *ossl_mac_key_new(OSSL_LIB_CTX *libctx, int cmac);
|
/third_party/openssl/providers/implementations/include/prov/ |
H A D | macsignature.h | 28 MAC_KEY *ossl_mac_key_new(OSSL_LIB_CTX *libctx, int cmac);
|
Completed in 3 milliseconds