/freebsd/crypto/openssl/providers/implementations/signature/ |
H A D | mac_legacy_sig.c | 68 mac = EVP_MAC_fetch(pmacctx->libctx, macname, propq); in mac_newctx() 221 EVP_MAC *mac = EVP_MAC_fetch(PROV_LIBCTX_OF(provctx), macname, in mac_settable_ctx_params()
|
/freebsd/crypto/openssl/demos/mac/ |
H A D | gmac.c | 75 mac = EVP_MAC_fetch(library_context, "GMAC", propq); in main()
|
H A D | siphash.c | 63 mac = EVP_MAC_fetch(library_context, "SIPHASH", propq); in main()
|
H A D | cmac-aes256.c | 84 mac = EVP_MAC_fetch(library_context, "CMAC", propq); in main()
|
H A D | hmac-sha512.c | 95 mac = EVP_MAC_fetch(library_context, "HMAC", propq); in main()
|
H A D | poly1305.c | 104 mac = EVP_MAC_fetch(library_context, "POLY1305", propq); in main()
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_MAC-KMAC.pod | 15 properties, to be used with EVP_MAC_fetch(): 91 mac = EVP_MAC_fetch(NULL, "KMAC-128", NULL);
|
H A D | EVP_MAC-Siphash.pod | 14 used with EVP_MAC_fetch():
|
H A D | EVP_MAC-Poly1305.pod | 14 used with EVP_MAC_fetch():
|
H A D | EVP_MAC-GMAC.pod | 17 used with EVP_MAC_fetch():
|
H A D | EVP_MAC-CMAC.pod | 17 used with EVP_MAC_fetch():
|
H A D | EVP_MAC-BLAKE2.pod | 15 properties, to be used with EVP_MAC_fetch():
|
H A D | EVP_MAC-HMAC.pod | 17 used with EVP_MAC_fetch():
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_MAC.pod | 5 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 357 EVP_MAC_fetch() returns a pointer to a newly fetched B<EVP_MAC>, or 409 EVP_MAC *mac = EVP_MAC_fetch(NULL, getenv("MY_MAC"), NULL);
|
/freebsd/crypto/openssl/apps/ |
H A D | mac.c | 145 mac = EVP_MAC_fetch(app_get0_libctx(), argv[0], app_get0_propq()); in mac_main()
|
H A D | fipsinstall.c | 434 mac = EVP_MAC_fetch(app_get0_libctx(), mac_name, app_get0_propq()); in fipsinstall_main()
|
H A D | speed.c | 1934 if ((mac = EVP_MAC_fetch(app_get0_libctx(), "GMAC", in speed_main() 1941 if ((mac = EVP_MAC_fetch(app_get0_libctx(), "HMAC", in speed_main() 2097 mac = EVP_MAC_fetch(app_get0_libctx(), "HMAC", app_get0_propq()); in speed_main() 2259 mac = EVP_MAC_fetch(app_get0_libctx(), "GMAC", app_get0_propq()); in speed_main() 2518 mac = EVP_MAC_fetch(app_get0_libctx(), "CMAC", app_get0_propq()); in speed_main()
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | mac_meth.c | 169 EVP_MAC *EVP_MAC_fetch(OSSL_LIB_CTX *libctx, const char *algorithm, in EVP_MAC_fetch() function
|
H A D | mac_lib.c | 249 EVP_MAC *mac = EVP_MAC_fetch(libctx, name, propq); in EVP_Q_mac()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_hmac.c | 242 mac = EVP_MAC_fetch(NULL, "HMAC", NULL); in __hmac_sha1_init()
|
/freebsd/crypto/openssl/providers/fips/ |
H A D | self_test.c | 193 mac = EVP_MAC_fetch(libctx, MAC_NAME, NULL); in verify_integrity()
|
/freebsd/crypto/openssl/providers/common/ |
H A D | provider_util.c | 315 EVP_MAC *mac = EVP_MAC_fetch(libctx, macname, properties); in ossl_prov_macctx_load_from_params()
|
/freebsd/crypto/openssl/crypto/modes/ |
H A D | siv128.c | 196 EVP_MAC_fetch(libctx, OSSL_MAC_NAME_CMAC, propq)) == NULL in ossl_siv128_init()
|
/freebsd/crypto/openssl/test/ |
H A D | bad_dtls_test.c | 309 if (!TEST_ptr(hmac = EVP_MAC_fetch(NULL, "HMAC", NULL)) in send_record()
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | crypto_openssl.c | 1356 mac = EVP_MAC_fetch(NULL, "HMAC", NULL); in crypto_hash_init() 1534 hmac = EVP_MAC_fetch(NULL, "HMAC", NULL); in openssl_hmac_vector() 1811 emac = EVP_MAC_fetch(NULL, "CMAC", NULL); in omac1_aes_vector() 4782 hmac = EVP_MAC_fetch(NULL, "HMAC", NULL); in hpke_labeled_extract() 4883 hmac = EVP_MAC_fetch(NULL, "HMAC", NULL); in hpke_labeled_expand()
|