Lines Matching refs:eapol
37 external file for program input. ap-mgmt-fuzzer, eapol-fuzzer,
38 test-eapol, test-json, test-tls, and test-x509 are examples of such
64 CC=afl-gcc make test-eapol TEST_FUZZ=y
65 mkdir eapol-auth-examples
66 ./test-eapol auth write eapol-auth-examples/auth.msg
67 afl-fuzz -i eapol-auth-examples -o eapol-auth-findings -- $PWD/test-eapol auth read @@
71 CC=afl-gcc make test-eapol TEST_FUZZ=y
72 mkdir eapol-supp-examples
73 ./test-eapol supp write eapol-supp-examples/supp.msg
74 afl-fuzz -i eapol-supp-examples -o eapol-supp-findings -- $PWD/test-eapol supp read @@
99 cd eapol-fuzzer
102 mkdir eapol-examples
103 cp *.dat eapol-examples
104 afl-fuzz -i eapol-examples -o eapol-findings -- $PWD/eapol-fuzzer @@