HomeSort by relevance Sort by last modified time
    Searched refs:FUZZ_1_BIT_FLIP (Results 1 - 4 of 4) sorted by null

  /external/openssh/regress/unittests/test_helper/
fuzz.c 83 case FUZZ_1_BIT_FLIP:
84 return "FUZZ_1_BIT_FLIP";
109 case FUZZ_1_BIT_FLIP:
267 case FUZZ_1_BIT_FLIP:
318 case FUZZ_1_BIT_FLIP:
402 case FUZZ_1_BIT_FLIP:
422 case FUZZ_1_BIT_FLIP:
test_helper.h 283 #define FUZZ_1_BIT_FLIP 0x00000001 /* Flip one bit at a time */
  /external/openssh/regress/unittests/sshkey/
test_fuzz.c 58 fuzz = fuzz_begin(FUZZ_1_BIT_FLIP | /* XXX too slow FUZZ_2_BIT_FLIP | */
83 fuzz = fuzz_begin(FUZZ_1_BIT_FLIP | /* too slow FUZZ_2_BIT_FLIP | */
110 fuzz = fuzz_begin(FUZZ_1_BIT_FLIP | FUZZ_1_BYTE_FLIP |
131 fuzz = fuzz_begin(FUZZ_1_BIT_FLIP | FUZZ_1_BYTE_FLIP |
  /external/openssh/regress/unittests/sshbuf/
test_sshbuf_getput_fuzz.c 120 fuzz = fuzz_begin(FUZZ_1_BIT_FLIP | FUZZ_2_BIT_FLIP |

Completed in 101 milliseconds