Home
last modified time | relevance | path

Searched refs:buffer_cursor (Results 1 – 3 of 3) sorted by relevance

/src/crypto/openssl/fuzz/
H A Dml-kem.c629 uint8_t *buffer_cursor; in FuzzerTestOneInput() local
639 buffer_cursor = consume_uint8t(buf, &len, &operation); in FuzzerTestOneInput()
640 if (buffer_cursor == NULL) in FuzzerTestOneInput()
652 ops[operation].setup(&buffer_cursor, &len, &in1, &in2); in FuzzerTestOneInput()
654 ops[operation].doit(&buffer_cursor, &len, in1, in2, &out1, &out2); in FuzzerTestOneInput()
H A Dslh-dsa.c568 uint8_t *buffer_cursor; in FuzzerTestOneInput() local
578 buffer_cursor = consume_uint8t(buf, &len, &operation); in FuzzerTestOneInput()
579 if (buffer_cursor == NULL) in FuzzerTestOneInput()
591 ops[operation].setup(&buffer_cursor, &len, &in1, &in2); in FuzzerTestOneInput()
593 ops[operation].doit(&buffer_cursor, &len, in1, in2, &out1, &out2); in FuzzerTestOneInput()
H A Dml-dsa.c644 uint8_t *buffer_cursor; in FuzzerTestOneInput() local
652 buffer_cursor = consume_uint8_t(buf, &len, &operation); in FuzzerTestOneInput()
653 if (buffer_cursor == NULL) in FuzzerTestOneInput()
661 ops[operation].setup(&buffer_cursor, &len, &in1, &in2); in FuzzerTestOneInput()
663 ops[operation].doit(&buffer_cursor, &len, in1, in2, &out1, &out2); in FuzzerTestOneInput()