Home
last modified time | relevance | path

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

/third_party/openssl/crypto/evp/
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/doc/life-cycles/
Dmac.dot11 begin -> newed [label="EVP_MAC_CTX_new"];
/third_party/openssl/doc/man7/
DEVP_MAC-KMAC.pod91 ctx = EVP_MAC_CTX_new(mac);
92 /* The mac can be freed after it is used by EVP_MAC_CTX_new */
Dlife_cycle-mac.pod54 | EVP_MAC_CTX_new
97 EVP_MAC_CTX_new newed
122 <tr><th style="border:1px solid" align="left">EVP_MAC_CTX_new</th>
Dmigration_guide.pod1070 L<EVP_MAC_CTX_new(3)>, L<EVP_MAC_CTX_free(3)>, L<EVP_MAC_init(3)>,
/third_party/openssl/demos/mac/
Dsiphash.c70 mctx = EVP_MAC_CTX_new(mac); in main()
Dgmac.c82 mctx = EVP_MAC_CTX_new(mac); in main()
Dcmac-aes256.c91 mctx = EVP_MAC_CTX_new(mac); in main()
Dhmac-sha512.c102 mctx = EVP_MAC_CTX_new(mac); in main()
Dpoly1305.c111 mctx = EVP_MAC_CTX_new(mac); in main()
/third_party/openssl/doc/man3/
DEVP_MAC.pod8 EVP_MAC_CTX, EVP_MAC_CTX_new, EVP_MAC_CTX_free, EVP_MAC_CTX_dup,
36 EVP_MAC_CTX *EVP_MAC_CTX_new(EVP_MAC *mac);
112 EVP_MAC_CTX_new() creates a new context for the MAC type I<mac>.
368 EVP_MAC_CTX_new() and EVP_MAC_CTX_dup() return a pointer to a newly
427 || (ctx = EVP_MAC_CTX_new(mac)) == NULL
DSSL_CTX_set_tlsext_ticket_key_cb.pod52 initialised with L<EVP_CIPHER_CTX_reset(3)> and L<EVP_MAC_CTX_new(3)>
123 initialised with L<EVP_MAC_CTX_new(3)> and the digest set with
DHMAC.pod75 Applications should instead use L<EVP_MAC_CTX_new(3)>, L<EVP_MAC_CTX_free(3)>,
/third_party/openssl/apps/
Dmac.c151 ctx = EVP_MAC_CTX_new(mac); in mac_main()
Dfipsinstall.c440 ctx = EVP_MAC_CTX_new(mac); in fipsinstall_main()
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/openssl/providers/implementations/signature/
Dmac_legacy_sig.c72 pmacctx->macctx = EVP_MAC_CTX_new(mac); in mac_newctx()
/third_party/openssl/providers/fips/
Dself_test.c198 ctx = EVP_MAC_CTX_new(mac); in verify_integrity()
/third_party/openssl/providers/common/
Dprovider_util.c318 *macctx = mac == NULL ? NULL : EVP_MAC_CTX_new(mac); in ossl_prov_macctx_load_from_params()
/third_party/openssl/crypto/modes/
Dsiv128.c197 || (ctx->mac_ctx_init = EVP_MAC_CTX_new(ctx->mac)) == NULL in ossl_siv128_init()
/third_party/openssl/test/
Dbad_dtls_test.c310 || !TEST_ptr(ctx = EVP_MAC_CTX_new(hmac))) in send_record()
Devp_test.c1511 if ((ctx = EVP_MAC_CTX_new(expected->mac)) == NULL) { in mac_test_run_mac()
/third_party/openssl/include/openssl/
Devp.h1206 EVP_MAC_CTX *EVP_MAC_CTX_new(EVP_MAC *mac);
/third_party/openssl/ssl/
Dt1_lib.c3403 if (mac == NULL || (ret->ctx = EVP_MAC_CTX_new(mac)) == NULL) in ssl_hmac_new()
/third_party/openssl/util/
Dlibcrypto.num4406 EVP_MAC_CTX_new 4534 3_0_0 EXIST::FUNCTION: