Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DSHA1.h81 void writebyte(uint8_t data);
/freebsd-12.1/contrib/llvm/lib/Support/
H A DSHA1.cpp208 void SHA1::writebyte(uint8_t Data) { in writebyte() function in SHA1
215 writebyte(C); in update()