Home
last modified time | relevance | path

Searched refs:EVP_Q_mac (Results 1 - 15 of 15) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/crmf/
H A Dcrmf_pbm.c208 if (EVP_Q_mac(libctx, "HMAC", propq, hmac_mdname, NULL, basekey, bklen, in OSSL_CRMF_pbm_new()
/third_party/openssl/crypto/crmf/
H A Dcrmf_pbm.c208 if (EVP_Q_mac(libctx, "HMAC", propq, hmac_mdname, NULL, basekey, bklen, in OSSL_CRMF_pbm_new()
/third_party/node/deps/openssl/openssl/crypto/hmac/
H A Dhmac.c231 ret = EVP_Q_mac(NULL, "HMAC", NULL, EVP_MD_get0_name(evp_md), NULL, in HMAC()
/third_party/openssl/crypto/hmac/
H A Dhmac.c231 ret = EVP_Q_mac(NULL, "HMAC", NULL, EVP_MD_get0_name(evp_md), NULL, in HMAC()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dmac_lib.c242 unsigned char *EVP_Q_mac(OSSL_LIB_CTX *libctx, in EVP_Q_mac() function
/third_party/openssl/crypto/evp/
H A Dmac_lib.c242 unsigned char *EVP_Q_mac(OSSL_LIB_CTX *libctx, in EVP_Q_mac() function
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/
H A Dhkdf.c461 EVP_Q_mac(libctx, "HMAC", NULL, EVP_MD_get0_name(evp_md), NULL, salt, in HKDF_Extract()
/third_party/openssl/providers/implementations/kdfs/
H A Dhkdf.c461 EVP_Q_mac(libctx, "HMAC", NULL, EVP_MD_get0_name(evp_md), NULL, salt, in HKDF_Extract()
/third_party/openssl/ssl/
H A Dtls13_enc.c295 if (!EVP_Q_mac(s->ctx->libctx, "HMAC", s->ctx->propq, mdname, in tls13_final_finish_mac()
/third_party/node/deps/openssl/openssl/apps/lib/
H A Ds_cb.c799 if (EVP_Q_mac(NULL, "HMAC", NULL, "SHA1", NULL, in generate_stateless_cookie_callback()
/third_party/node/deps/openssl/openssl/ssl/
H A Dtls13_enc.c295 if (!EVP_Q_mac(s->ctx->libctx, "HMAC", s->ctx->propq, mdname, in tls13_final_finish_mac()
/third_party/openssl/apps/lib/
H A Ds_cb.c799 if (EVP_Q_mac(NULL, "HMAC", NULL, "SHA1", NULL, in generate_stateless_cookie_callback()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h1217 unsigned char *EVP_Q_mac(OSSL_LIB_CTX *libctx, const char *name, const char *propq,
/third_party/openssl/include/openssl/
H A Devp.h1215 unsigned char *EVP_Q_mac(OSSL_LIB_CTX *libctx, const char *name, const char *propq,
/third_party/openssl/test/
H A Devp_test.c1614 /* Test the EVP_Q_mac interface as well */ in mac_test_run_mac()
1617 if (!TEST_true(EVP_Q_mac(libctx, expected->mac_name, NULL, in mac_test_run_mac()
1624 t->err = "EVP_Q_mac failed"; in mac_test_run_mac()

Completed in 29 milliseconds