Home
last modified time | relevance | path

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

12

/openssl/providers/implementations/signature/
H A Dmac_legacy_sig.c66 mac = EVP_MAC_fetch(pmacctx->libctx, macname, propq); in mac_newctx()
219 EVP_MAC *mac = EVP_MAC_fetch(PROV_LIBCTX_OF(provctx), macname, in mac_settable_ctx_params()
/openssl/ssl/quic/
H A Dquic_srt_gen.c31 if ((srt_gen->mac = EVP_MAC_fetch(libctx, "HMAC", propq)) == NULL) in ossl_quic_srt_gen_new()
/openssl/demos/mac/
H A Dgmac.c75 mac = EVP_MAC_fetch(library_context, "GMAC", propq); in main()
H A Dsiphash.c63 mac = EVP_MAC_fetch(library_context, "SIPHASH", propq); in main()
H A Dcmac-aes256.c84 mac = EVP_MAC_fetch(library_context, "CMAC", propq); in main()
H A Dhmac-sha512.c95 mac = EVP_MAC_fetch(library_context, "HMAC", propq); in main()
H A Dpoly1305.c104 mac = EVP_MAC_fetch(library_context, "POLY1305", propq); in main()
/openssl/providers/fips/
H A Dself_test.c207 EVP_MAC *mac = EVP_MAC_fetch(libctx, MAC_NAME, NULL); in integrity_self_test()
260 mac = EVP_MAC_fetch(libctx, MAC_NAME, NULL); in verify_integrity()
/openssl/doc/man7/
H A DEVP_MAC-KMAC.pod15 properties, to be used with EVP_MAC_fetch():
105 mac = EVP_MAC_fetch(NULL, "KMAC-128", NULL);
H A DEVP_MAC-Siphash.pod14 used with EVP_MAC_fetch():
H A DEVP_MAC-Poly1305.pod14 used with EVP_MAC_fetch():
H A DEVP_MAC-GMAC.pod17 used with EVP_MAC_fetch():
H A DEVP_MAC-BLAKE2.pod15 properties, to be used with EVP_MAC_fetch():
H A DEVP_MAC-CMAC.pod17 used with EVP_MAC_fetch():
H A DEVP_MAC-HMAC.pod17 used with EVP_MAC_fetch():
H A Dossl-guide-libcrypto-introduction.pod166 =item L<EVP_MAC_fetch(3)>
/openssl/apps/
H A Dmac.c144 mac = EVP_MAC_fetch(app_get0_libctx(), argv[0], app_get0_propq()); in mac_main()
H A Dfipsinstall.c789 mac = EVP_MAC_fetch(app_get0_libctx(), mac_name, app_get0_propq()); in fipsinstall_main()
/openssl/crypto/evp/
H A Dmac_meth.c166 EVP_MAC *EVP_MAC_fetch(OSSL_LIB_CTX *libctx, const char *algorithm, in EVP_MAC_fetch() function
H A Dmac_lib.c246 EVP_MAC *mac = EVP_MAC_fetch(libctx, name, propq); in EVP_Q_mac()
/openssl/doc/man3/
H A DEVP_MAC.pod5 EVP_MAC, EVP_MAC_fetch, EVP_MAC_up_ref, EVP_MAC_free, EVP_MAC_is_a,
23 EVP_MAC *EVP_MAC_fetch(OSSL_LIB_CTX *libctx, const char *algorithm,
94 EVP_MAC_fetch() fetches an implementation of a MAC I<algorithm>, given
359 EVP_MAC_fetch() returns a pointer to a newly fetched B<EVP_MAC>, or
411 EVP_MAC *mac = EVP_MAC_fetch(NULL, getenv("MY_MAC"), NULL);
/openssl/providers/common/
H A Dprovider_util.c314 EVP_MAC *mac = EVP_MAC_fetch(libctx, macname, properties); in ossl_prov_macctx_load_from_params()
/openssl/crypto/modes/
H A Dsiv128.c196 EVP_MAC_fetch(libctx, OSSL_MAC_NAME_CMAC, propq)) == NULL in ossl_siv128_init()
/openssl/ssl/record/methods/
H A Dtls13_meth.c45 mac = EVP_MAC_fetch(rl->libctx, "HMAC", rl->propq); in tls13_set_crypto_state()
/openssl/test/
H A Dbad_dtls_test.c309 if (!TEST_ptr(hmac = EVP_MAC_fetch(NULL, "HMAC", NULL)) in send_record()

Completed in 56 milliseconds

12