Home
last modified time | relevance | path

Searched refs:EVP_MAC_CTX_new (Results 1 - 25 of 27) sorted by relevance

12

/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dmac_lib.c22 EVP_MAC_CTX *EVP_MAC_CTX_new(EVP_MAC *mac) in EVP_MAC_CTX_new() function
281 if ((ctx = EVP_MAC_CTX_new(mac)) != NULL in EVP_Q_mac()
/third_party/openssl/crypto/evp/
H A Dmac_lib.c22 EVP_MAC_CTX *EVP_MAC_CTX_new(EVP_MAC *mac) in EVP_MAC_CTX_new() function
281 if ((ctx = EVP_MAC_CTX_new(mac)) != NULL in EVP_Q_mac()
/third_party/openssl/demos/mac/
H A Dsiphash.c70 mctx = EVP_MAC_CTX_new(mac); in main()
72 fprintf(stderr, "EVP_MAC_CTX_new() returned NULL\n"); in main()
H A Dpoly1305.c111 mctx = EVP_MAC_CTX_new(mac); in main()
113 fprintf(stderr, "EVP_MAC_CTX_new() returned NULL\n"); in main()
H A Dcmac-aes256.c91 mctx = EVP_MAC_CTX_new(mac); in main()
93 fprintf(stderr, "EVP_MAC_CTX_new() returned NULL\n"); in main()
H A Dgmac.c82 mctx = EVP_MAC_CTX_new(mac); in main()
84 fprintf(stderr, "EVP_MAC_CTX_new() returned NULL\n"); in main()
H A Dhmac-sha512.c102 mctx = EVP_MAC_CTX_new(mac); in main()
104 fprintf(stderr, "EVP_MAC_CTX_new() returned NULL\n"); in main()
/third_party/node/deps/openssl/openssl/providers/implementations/signature/
H A Dmac_legacy_sig.c72 pmacctx->macctx = EVP_MAC_CTX_new(mac); in mac_newctx()
/third_party/node/deps/openssl/openssl/apps/
H A Dmac.c151 ctx = EVP_MAC_CTX_new(mac); in mac_main()
H A Dfipsinstall.c440 ctx = EVP_MAC_CTX_new(mac); in fipsinstall_main()
H A Dspeed.c2020 loopargs[i].mctx = EVP_MAC_CTX_new(mac); in speed_main()
2178 loopargs[i].mctx = EVP_MAC_CTX_new(mac); in speed_main()
2323 loopargs[i].mctx = EVP_MAC_CTX_new(mac); in speed_main()
/third_party/openssl/providers/implementations/signature/
H A Dmac_legacy_sig.c72 pmacctx->macctx = EVP_MAC_CTX_new(mac); in mac_newctx()
/third_party/openssl/apps/
H A Dmac.c151 ctx = EVP_MAC_CTX_new(mac); in mac_main()
H A Dfipsinstall.c440 ctx = EVP_MAC_CTX_new(mac); in fipsinstall_main()
H A Dspeed.c2006 loopargs[i].mctx = EVP_MAC_CTX_new(mac); in speed_main()
2164 loopargs[i].mctx = EVP_MAC_CTX_new(mac); in speed_main()
2309 loopargs[i].mctx = EVP_MAC_CTX_new(mac); in speed_main()
/third_party/node/deps/openssl/openssl/providers/common/
H A Dprovider_util.c318 *macctx = mac == NULL ? NULL : EVP_MAC_CTX_new(mac); in ossl_prov_macctx_load_from_params()
/third_party/node/deps/openssl/openssl/providers/fips/
H A Dself_test.c196 ctx = EVP_MAC_CTX_new(mac); in verify_integrity()
/third_party/openssl/providers/common/
H A Dprovider_util.c318 *macctx = mac == NULL ? NULL : EVP_MAC_CTX_new(mac); in ossl_prov_macctx_load_from_params()
/third_party/openssl/providers/fips/
H A Dself_test.c198 ctx = EVP_MAC_CTX_new(mac); in verify_integrity()
/third_party/node/deps/openssl/openssl/crypto/modes/
H A Dsiv128.c197 || (ctx->mac_ctx_init = EVP_MAC_CTX_new(ctx->mac)) == NULL in ossl_siv128_init()
/third_party/openssl/crypto/modes/
H A Dsiv128.c197 || (ctx->mac_ctx_init = EVP_MAC_CTX_new(ctx->mac)) == NULL in ossl_siv128_init()
/third_party/openssl/test/
H A Dbad_dtls_test.c310 || !TEST_ptr(ctx = EVP_MAC_CTX_new(hmac))) in send_record()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h1208 EVP_MAC_CTX *EVP_MAC_CTX_new(EVP_MAC *mac);
/third_party/openssl/include/openssl/
H A Devp.h1206 EVP_MAC_CTX *EVP_MAC_CTX_new(EVP_MAC *mac);
/third_party/node/deps/openssl/openssl/ssl/
H A Dt1_lib.c3425 if (mac == NULL || (ret->ctx = EVP_MAC_CTX_new(mac)) == NULL) in ssl_hmac_new()

Completed in 30 milliseconds

12