Lines Matching refs:SHA1
1 //======- SHA1.h - Private copy of the SHA1 implementation ---*- C++ -* ======//
10 // (http://oauth.googlecode.com/svn/code/c/liboauth/src/sha1.c)
17 #include "llvm/Support/SHA1.h"
40 void SHA1::init() {
54 void SHA1::hashBlock() {
93 void SHA1::addUncounted(uint8_t data) {
107 void SHA1::writebyte(uint8_t data) {
112 void SHA1::update(ArrayRef<uint8_t> Data) {
117 void SHA1::pad() {
137 StringRef SHA1::final() {
160 StringRef SHA1::result() {