Home
last modified time | relevance | path

Searched refs:sha1_writebyte (Results 1 - 1 of 1) sorted by relevance

/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerSHA1.cpp70 void sha1_writebyte(sha1nfo *s, uint8_t data);
150 void sha1_writebyte(sha1nfo *s, uint8_t data) { in sha1_writebyte() function
156 for (;len--;) sha1_writebyte(s, (uint8_t) *data++); in sha1_write()

Completed in 1 milliseconds