HomeSort by: relevance | last modified time | path
    Searched defs:consume_uint8t (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/fuzz/
ml-kem.c 36 static uint8_t *consume_uint8t(const uint8_t *buf, size_t *len, uint8_t *val) function
639 buffer_cursor = consume_uint8t(buf, &len, &operation);
slh-dsa.c 37 static uint8_t *consume_uint8t(const uint8_t *buf, size_t *len, uint8_t *val) function
175 *buf = consume_uint8t(*buf, len, &selector);
179 *buf = consume_uint8t(*buf, len, &selector);
221 *buf = consume_uint8t(*buf, len, &selector);
324 *buf = consume_uint8t(*buf, len, &selector);
333 *buf = consume_uint8t(*buf, len, &selector);
578 buffer_cursor = consume_uint8t(buf, &len, &operation);

Completed in 26 milliseconds