HomeSort by: relevance | last modified time | path
    Searched refs:buffer_cursor (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/fuzz/
ml-dsa.c 644 uint8_t *buffer_cursor; local
652 buffer_cursor = consume_uint8_t(buf, &len, &operation);
653 if (buffer_cursor == NULL)
661 ops[operation].setup(&buffer_cursor, &len, &in1, &in2);
663 ops[operation].doit(&buffer_cursor, &len, in1, in2, &out1, &out2);
ml-kem.c 629 uint8_t *buffer_cursor; local
639 buffer_cursor = consume_uint8t(buf, &len, &operation);
640 if (buffer_cursor == NULL)
652 ops[operation].setup(&buffer_cursor, &len, &in1, &in2);
654 ops[operation].doit(&buffer_cursor, &len, in1, in2, &out1, &out2);
slh-dsa.c 568 uint8_t *buffer_cursor; local
578 buffer_cursor = consume_uint8t(buf, &len, &operation);
579 if (buffer_cursor == NULL)
591 ops[operation].setup(&buffer_cursor, &len, &in1, &in2);
593 ops[operation].doit(&buffer_cursor, &len, in1, in2, &out1, &out2);

Completed in 28 milliseconds