Searched refs:buffer_cursor (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssl/fuzz/ |
H A D | ml-kem.c | 635 uint8_t *buffer_cursor; in FuzzerTestOneInput() local 645 buffer_cursor = consume_uint8t(buf, &len, &operation); in FuzzerTestOneInput() 646 if (buffer_cursor == NULL) in FuzzerTestOneInput() 658 ops[operation].setup(&buffer_cursor, &len, &in1, &in2); in FuzzerTestOneInput() 660 ops[operation].doit(&buffer_cursor, &len, in1, in2, &out1, &out2); in FuzzerTestOneInput()
|
H A D | ml-dsa.c | 650 uint8_t *buffer_cursor; in FuzzerTestOneInput() local 658 buffer_cursor = consume_uint8_t(buf, &len, &operation); in FuzzerTestOneInput() 659 if (buffer_cursor == NULL) in FuzzerTestOneInput() 667 ops[operation].setup(&buffer_cursor, &len, &in1, &in2); in FuzzerTestOneInput() 669 ops[operation].doit(&buffer_cursor, &len, in1, in2, &out1, &out2); in FuzzerTestOneInput()
|
H A D | slh-dsa.c | 573 uint8_t *buffer_cursor; in FuzzerTestOneInput() local 583 buffer_cursor = consume_uint8t(buf, &len, &operation); in FuzzerTestOneInput() 584 if (buffer_cursor == NULL) in FuzzerTestOneInput() 596 ops[operation].setup(&buffer_cursor, &len, &in1, &in2); in FuzzerTestOneInput() 598 ops[operation].doit(&buffer_cursor, &len, in1, in2, &out1, &out2); in FuzzerTestOneInput()
|