HomeSort by: relevance | last modified time | path
    Searched defs:MD5 (Results 1 - 11 of 11) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/md5/
md5_one.c 11 * MD5 low level APIs are deprecated for public use, but still ok for
18 #include <openssl/md5.h>
25 unsigned char *MD5(const unsigned char *d, size_t n, unsigned char *md)
  /src/crypto/external/bsd/openssl/dist/crypto/md5/
md5_one.c 11 * MD5 low level APIs are deprecated for public use, but still ok for
18 #include <openssl/md5.h>
25 unsigned char *MD5(const unsigned char *d, size_t n, unsigned char *md)
  /src/crypto/external/bsd/openssl.old/dist/crypto/md5/
md5_one.c 12 #include <openssl/md5.h>
19 unsigned char *MD5(const unsigned char *d, size_t n, unsigned char *md)
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
MD5.h 5 * MD5 Message-Digest Algorithm (RFC 1321).
8 * http://openwall.info/wiki/people/solar/software/public-domain-source-code/md5
25 * See md5.c for more information.
41 class MD5 {
66 // Our MD5 implementation returns the result in little endian, so the low
82 MD5();
104 inline bool operator==(const MD5::MD5Result &LHS, const MD5::MD5Result &RHS) {
108 /// Helper to compute and return lower 64 bits of the given string's MD5 hash.
112 MD5 Hash
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
PrecompiledPreamble.h 21 #include "llvm/Support/MD5.h"
213 /// Memory buffers have MD5 instead of modification time. We don't
214 /// compute MD5 for on-disk files because we hope that modification time is
216 llvm::MD5::MD5Result MD5 = {};
225 LHS.MD5 == RHS.MD5;
  /src/external/apache2/llvm/dist/clang/tools/driver/
cc1gen_reproducer_main.cpp 33 std::string MD5;
56 IO.mapRequired("md5", Info.MD5);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenPGO.cpp 23 #include "llvm/Support/MD5.h"
76 llvm::MD5 MD5;
134 : Working(0), Count(0), HashVersion(HashVersion), MD5() {}
746 // Pass through MD5 if enough work has built up.
750 MD5.update(llvm::makeArrayRef((uint8_t *)&Swapped, sizeof(Swapped)));
760 // Use Working as the hash directly if we never used MD5.
772 MD5.update({(uint8_t)Working});
776 MD5.update(llvm::makeArrayRef((uint8_t *)&Swapped, sizeof(Swapped)));
780 // Finalize the MD5 and return the hash
    [all...]
  /src/sbin/restore/
tape.c 70 #include <md5.h>
110 * 32 for md5; 40 for sha1 and rmd160
190 WRAP(MD5);
195 { "MD5",
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 119 enum class PDB_Checksum { None = 0, MD5 = 1, SHA1 = 2, SHA256 = 3 };
209 // 406ea660-64cf-4c82-b6f0-42d48172a799 MD5 (HashDataSize is 16)
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProf.h 32 #include "llvm/Support/MD5.h"
423 // A map from MD5 keys to function name strings.
425 // A map from MD5 keys to function define. We only populate this map
428 // A map from function runtime address to function name MD5 hash.
487 /// Map a function address to its name's MD5 hash. This interface
501 /// Return function's PGO name from the name's md5 hash value.
515 /// Return function from the name's md5 hash. Return nullptr if not found.
950 MD5,
951 Last = MD5
956 case HashT::MD5
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 561 enum class FileChecksumKind : uint8_t { None, MD5, SHA1, SHA256 };

Completed in 36 milliseconds