Home
last modified time | relevance | path

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

/openssl/fuzz/
H A Dprovider.c581 #define EVP_FUZZ(source, evp, f) \ macro
613 EVP_FUZZ(digests_collection, EVP_MD, do_evp_md); in FuzzerTestOneInput()
616 EVP_FUZZ(cipher_collection, EVP_CIPHER, do_evp_cipher); in FuzzerTestOneInput()
619 EVP_FUZZ(kdf_collection, EVP_KDF, do_evp_kdf); in FuzzerTestOneInput()
622 EVP_FUZZ(mac_collection, EVP_MAC, do_evp_mac); in FuzzerTestOneInput()
625 EVP_FUZZ(kem_collection, EVP_KEM, do_evp_kem); in FuzzerTestOneInput()
628 EVP_FUZZ(rand_collection, EVP_RAND, do_evp_rand); in FuzzerTestOneInput()
631 EVP_FUZZ(asym_ciphers_collection, EVP_ASYM_CIPHER, do_evp_asym_cipher); in FuzzerTestOneInput()
634 EVP_FUZZ(signature_collection, EVP_SIGNATURE, do_evp_sig); in FuzzerTestOneInput()
637 EVP_FUZZ(keyexch_collection, EVP_KEYEXCH, do_evp_key_exch); in FuzzerTestOneInput()

Completed in 9 milliseconds