Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerSHA1.cpp71 void sha1_writebyte(sha1nfo *s, uint8_t data);
152 void sha1_writebyte(sha1nfo *s, uint8_t data) { in sha1_writebyte() function
158 for (;len--;) sha1_writebyte(s, (uint8_t) *data++); in sha1_write()