Home
last modified time | relevance | path

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

12

/freebsd/crypto/openssl/doc/life-cycles/
H A Dmac.dot11 begin -> newed [label="EVP_MAC_CTX_new"];
/freebsd/crypto/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()
/freebsd/crypto/openssl/demos/mac/
H A Dgmac.c82 mctx = EVP_MAC_CTX_new(mac); in main()
H A Dsiphash.c70 mctx = EVP_MAC_CTX_new(mac); in main()
H A Dcmac-aes256.c91 mctx = EVP_MAC_CTX_new(mac); in main()
H A Dhmac-sha512.c102 mctx = EVP_MAC_CTX_new(mac); in main()
H A Dpoly1305.c111 mctx = EVP_MAC_CTX_new(mac); in main()
/freebsd/crypto/openssl/doc/man7/
H A DEVP_MAC-KMAC.pod94 ctx = EVP_MAC_CTX_new(mac);
95 /* The mac can be freed after it is used by EVP_MAC_CTX_new */
H A 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>
/freebsd/crypto/openssl/doc/man3/
H A 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>.
375 EVP_MAC_CTX_new() and EVP_MAC_CTX_dup() return a pointer to a newly
434 || (ctx = EVP_MAC_CTX_new(mac)) == NULL
H A 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
H A DHMAC.pod78 Applications should instead use L<EVP_MAC_CTX_new(3)>, L<EVP_MAC_CTX_free(3)>,
/freebsd/crypto/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.c2024 loopargs[i].mctx = EVP_MAC_CTX_new(mac); in speed_main()
2182 loopargs[i].mctx = EVP_MAC_CTX_new(mac); in speed_main()
2327 loopargs[i].mctx = EVP_MAC_CTX_new(mac); in speed_main()
/freebsd/crypto/openssl/providers/implementations/signature/
H A Dmac_legacy_sig.c72 pmacctx->macctx = EVP_MAC_CTX_new(mac); in mac_newctx()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_hmac.c243 *ctx = EVP_MAC_CTX_new(mac); in __hmac_sha1_init()
/freebsd/crypto/openssl/providers/fips/
H A Dself_test.c196 ctx = EVP_MAC_CTX_new(mac); in verify_integrity()
/freebsd/crypto/openssl/providers/common/
H A Dprovider_util.c318 *macctx = mac == NULL ? NULL : EVP_MAC_CTX_new(mac); in ossl_prov_macctx_load_from_params()
/freebsd/crypto/openssl/crypto/modes/
H A Dsiv128.c197 || (ctx->mac_ctx_init = EVP_MAC_CTX_new(ctx->mac)) == NULL in ossl_siv128_init()
/freebsd/crypto/openssl/test/
H A Dbad_dtls_test.c310 || !TEST_ptr(ctx = EVP_MAC_CTX_new(hmac))) in send_record()
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c1366 ctx->ctx = EVP_MAC_CTX_new(mac); in crypto_hash_init()
1541 ctx = EVP_MAC_CTX_new(hmac); in openssl_hmac_vector()
1824 !(ctx = EVP_MAC_CTX_new(emac)) || in omac1_aes_vector()
4791 hctx = EVP_MAC_CTX_new(hmac); in hpke_labeled_extract()
4901 hctx = EVP_MAC_CTX_new(hmac); in hpke_labeled_expand()
/freebsd/crypto/openssl/include/openssl/
H A Devp.h1208 EVP_MAC_CTX *EVP_MAC_CTX_new(EVP_MAC *mac);
/freebsd/secure/lib/libcrypto/
H A DVersion.map4546 EVP_MAC_CTX_new;
/freebsd/crypto/openssl/ssl/
H A Dt1_lib.c3428 if (mac == NULL || (ret->ctx = EVP_MAC_CTX_new(mac)) == NULL) in ssl_hmac_new()

12