Searched refs:FUZZ_BASE64 (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/crypto/openssh/regress/unittests/sshkey/ |
| D | test_fuzz.c | 121 fuzz = fuzz_begin(FUZZ_BASE64, sshbuf_mutable_ptr(buf), in sshkey_fuzz_tests() 143 fuzz = fuzz_begin(FUZZ_BASE64, sshbuf_mutable_ptr(buf), in sshkey_fuzz_tests() 165 fuzz = fuzz_begin(FUZZ_BASE64, sshbuf_mutable_ptr(buf), in sshkey_fuzz_tests() 187 fuzz = fuzz_begin(FUZZ_BASE64, sshbuf_mutable_ptr(buf), in sshkey_fuzz_tests() 210 fuzz = fuzz_begin(FUZZ_BASE64, sshbuf_mutable_ptr(buf), in sshkey_fuzz_tests() 232 fuzz = fuzz_begin(FUZZ_BASE64, sshbuf_mutable_ptr(buf), in sshkey_fuzz_tests() 256 fuzz = fuzz_begin(FUZZ_BASE64, sshbuf_mutable_ptr(buf), in sshkey_fuzz_tests()
|
| /freebsd-12-stable/crypto/openssh/regress/unittests/test_helper/ |
| D | fuzz.c | 95 case FUZZ_BASE64: in fuzz_ntop() 143 case FUZZ_BASE64: in fuzz_fmt() 276 case FUZZ_BASE64: in fuzz_strategy_done() 360 case FUZZ_BASE64: in fuzz_next() 406 case FUZZ_BASE64: in fuzz_len() 426 case FUZZ_BASE64: in fuzz_ptr()
|
| D | test_helper.h | 297 #define FUZZ_BASE64 0x00000040 /* Try all base64 chars */ macro 298 #define FUZZ_MAX FUZZ_BASE64
|