Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerSHA1.cpp55 typedef struct sha1nfo { struct
62 } sha1nfo; typedef
68 void sha1_init(sha1nfo *s);
71 void sha1_writebyte(sha1nfo *s, uint8_t data);
74 void sha1_write(sha1nfo *s, const char *data, size_t len);
77 uint8_t* sha1_result(sha1nfo *s);
86 void sha1_init(sha1nfo *s) { in sha1_init()
100 void sha1_hashBlock(sha1nfo *s) { in sha1_hashBlock()
138 void sha1_addUncounted(sha1nfo *s, uint32_t data) { in sha1_addUncounted()
152 void sha1_writebyte(sha1nfo *s, uint8_t data) { in sha1_writebyte()
[all …]