Searched refs:fuzz (Results 1 – 3 of 3) sorted by relevance
30 Newer fuzz testing tools are under the fuzzing directory. See32 the older fuzz testing tools that are subject to removal once the same35 Number of the test tools here can be used for fuzz testing with tools36 like American fuzzy lop (afl-fuzz) that are designed to modify an51 afl-fuzz -i json-examples -o json-findings -- $PWD/test-json @@67 afl-fuzz -i eapol-auth-examples -o eapol-auth-findings -- $PWD/test-eapol auth read @@74 afl-fuzz -i eapol-supp-examples -o eapol-supp-findings -- $PWD/test-eapol supp read @@81 afl-fuzz -i tls-server-examples -o tls-server-findings -- $PWD/test-tls server read @@88 afl-fuzz -i tls-client-examples -o tls-client-findings -- $PWD/test-tls client read @@96 afl-fuzz -i multi-examples -o multi-findings -- $PWD/ap-mgmt-fuzzer -m @@[all …]
1 hostap.git fuzz testing4 These tools can be used for fuzz testing of various components used9 (afl-fuzz). Example test corpus is included in */corpus directory.18 Example fuzzing with afl-fuzz23 afl-fuzz -i corpus -o findings -- $PWD/@TOOL@ @@
565 int fuzz = os_random() % 20; in ap_handle_timer() local577 next_time = max_inactivity + fuzz; in ap_handle_timer()592 next_time = max_inactivity + fuzz - inactive_sec; in ap_handle_timer()