Home | History | Annotate | Download | only in Support

Lines Matching defs:SHA1

1 //==- SHA1.h - SHA1 implementation for LLVM                     --*- C++ -*-==//
10 // (http://oauth.googlecode.com/svn/code/c/liboauth/src/sha1.c)
28 /// A class that wrap the SHA1 algorithm.
29 class SHA1 {
31 SHA1() { init(); }
45 /// Return a reference to the current raw 160-bits SHA1 for the digested data
51 /// Return a reference to the current raw 160-bits SHA1 for the digested data
52 /// since the last call to init(). This is suitable for getting the SHA1 at
57 /// Returns a raw 160-bit SHA1 hash for the given data.