Home | History | Annotate | Download | only in Support

Lines Matching defs:MD5

5  * MD5 Message-Digest Algorithm (RFC 1321).
8 * http://openwall.info/wiki/people/solar/software/public-domain-source-code/md5
42 #include "llvm/Support/MD5.h"
46 // The basic MD5 functions.
56 // The MD5 transformation for all four rounds.
75 const uint8_t *MD5::body(ArrayRef<uint8_t> Data) {
182 MD5::MD5()
187 void MD5::update(ArrayRef<uint8_t> Data) {
225 void MD5::update(StringRef Str) {
232 void MD5::final(MD5Result &result) {
280 void MD5::stringifyResult(MD5Result &result, SmallString<32> &Str) {