Searched refs:EVP_MAC_CTX_new (Results 1 – 25 of 25) sorted by relevance
22 EVP_MAC_CTX *EVP_MAC_CTX_new(EVP_MAC *mac) in EVP_MAC_CTX_new() function281 if ((ctx = EVP_MAC_CTX_new(mac)) != NULL in EVP_Q_mac()
11 begin -> newed [label="EVP_MAC_CTX_new"];
91 ctx = EVP_MAC_CTX_new(mac);92 /* The mac can be freed after it is used by EVP_MAC_CTX_new */
54 | EVP_MAC_CTX_new97 EVP_MAC_CTX_new newed122 <tr><th style="border:1px solid" align="left">EVP_MAC_CTX_new</th>
1070 L<EVP_MAC_CTX_new(3)>, L<EVP_MAC_CTX_free(3)>, L<EVP_MAC_init(3)>,
70 mctx = EVP_MAC_CTX_new(mac); in main()
82 mctx = EVP_MAC_CTX_new(mac); in main()
91 mctx = EVP_MAC_CTX_new(mac); in main()
102 mctx = EVP_MAC_CTX_new(mac); in main()
111 mctx = EVP_MAC_CTX_new(mac); in main()
8 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 newly427 || (ctx = EVP_MAC_CTX_new(mac)) == NULL
52 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
75 Applications should instead use L<EVP_MAC_CTX_new(3)>, L<EVP_MAC_CTX_free(3)>,
151 ctx = EVP_MAC_CTX_new(mac); in mac_main()
440 ctx = EVP_MAC_CTX_new(mac); in fipsinstall_main()
2006 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()
72 pmacctx->macctx = EVP_MAC_CTX_new(mac); in mac_newctx()
198 ctx = EVP_MAC_CTX_new(mac); in verify_integrity()
318 *macctx = mac == NULL ? NULL : EVP_MAC_CTX_new(mac); in ossl_prov_macctx_load_from_params()
197 || (ctx->mac_ctx_init = EVP_MAC_CTX_new(ctx->mac)) == NULL in ossl_siv128_init()
310 || !TEST_ptr(ctx = EVP_MAC_CTX_new(hmac))) in send_record()
1511 if ((ctx = EVP_MAC_CTX_new(expected->mac)) == NULL) { in mac_test_run_mac()
1206 EVP_MAC_CTX *EVP_MAC_CTX_new(EVP_MAC *mac);
3403 if (mac == NULL || (ret->ctx = EVP_MAC_CTX_new(mac)) == NULL) in ssl_hmac_new()
4406 EVP_MAC_CTX_new 4534 3_0_0 EXIST::FUNCTION: