Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/fuzz/
H A Dml-kem.c635 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 Dml-dsa.c650 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 Dslh-dsa.c573 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()