Lines Matching full: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() { in init()
54 void SHA1::hashBlock() { in hashBlock()
93 void SHA1::addUncounted(uint8_t data) { in addUncounted()
107 void SHA1::writebyte(uint8_t data) { in writebyte()
112 void SHA1::update(ArrayRef<uint8_t> Data) { in update()
117 void SHA1::pad() { in pad()
137 StringRef SHA1::final() { in final()
160 StringRef SHA1::result() { in result()