| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| H A D | MD5.h | 5 * MD5 Message-Digest Algorithm (RFC 1321). 41 class MD5 { class 66 // Our MD5 implementation returns the result in little endian, so the low in low() 82 MD5(); 104 inline bool operator==(const MD5::MD5Result &LHS, const MD5::MD5Result &RHS) { in operator ==() 108 /// Helper to compute and return lower 64 bits of the given string's MD5 hash. 112 MD5 Hash; in MD5Hash() 114 MD5::MD5Result Result; in MD5Hash()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
| H A D | MD5.h | 5 * MD5 Message-Digest Algorithm (RFC 1321). 39 class MD5 { class 51 MD5(); 73 /// Helper to compute and return lower 64 bits of the given string's MD5 hash. 75 MD5 Hash; in MD5Hash() 77 llvm::MD5::MD5Result Result; in MD5Hash() 79 // Return the least significant 8 bytes. Our MD5 implementation returns the in MD5Hash()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| H A D | MD5.cpp | 5 * MD5 Message-Digest Algorithm (RFC 1321). 40 #include "llvm/Support/MD5.h" 50 // The basic MD5 functions. 60 // The MD5 transformation for all four rounds. 79 const uint8_t *MD5::body(ArrayRef<uint8_t> Data) { in body() 186 MD5::MD5() = default; 189 void MD5::update(ArrayRef<uint8_t> Data) { in update() 227 void MD5::update(StringRef Str) { in update() 234 void MD5 [all...] |
| /third_party/ffmpeg/libavutil/ |
| H A D | hash.c | 40 MD5, enumerator 69 [MD5] = {"MD5", 16}, 115 case MD5: res->ctx = av_md5_alloc(); break; in av_hash_alloc() 142 case MD5: av_md5_init(ctx->ctx); break; in av_hash_init() 163 case MD5: av_md5_update(ctx->ctx, src, len); break; in av_hash_update() 184 case MD5: av_md5_final(ctx->ctx, dst); break; in av_hash_final()
|
| /third_party/node/deps/v8/tools/ |
| H A D | android-sync.sh | 58 MD5=LINUX_MD5 61 MD5=DARWIN_MD5 71 local HOST_HASH=$($MD5 "$HOST_V8/$FILE")
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| H A D | NameAnonGlobals.cpp | 18 #include "llvm/Support/MD5.h" 39 MD5 Hasher; in get() 54 MD5::MD5Result Hash; in get() 57 MD5::stringifyResult(Hash, Result); in get()
|
| H A D | ModuleUtils.cpp | 254 MD5 Md5; in getUniqueModuleId() 277 MD5::MD5Result R; in getUniqueModuleId() 281 MD5::stringifyResult(R, Str); in getUniqueModuleId()
|
| H A D | SplitModule.cpp | 37 #include "llvm/Support/MD5.h" 118 // the MD5-based partitioning. in findPartitions() 239 // Partition by MD5 hash. We only need a few bits for evenness as the number in isInPartition() 242 MD5 H; in isInPartition() 243 MD5::MD5Result R; in isInPartition()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
| H A D | MCDwarf.h | 24 #include "llvm/Support/MD5.h" 59 /// The MD5 checksum, if there is one. Non-owning pointer to data allocated 61 Optional<MD5::MD5Result> Checksum; 229 Optional<MD5::MD5Result> Checksum, 253 Optional<MD5::MD5Result> Checksum, in setRootFile() 283 Optional<MD5::MD5Result> Checksum, in maybeSetRootFile() 291 Optional<MD5::MD5Result> Checksum, uint16_t DwarfVersion, in getFile() 315 Optional<MD5::MD5Result> Checksum, 320 Optional<MD5::MD5Result> Checksum, Optional<StringRef> Source, in getFile() 327 Optional<MD5 in setRootFile() [all...] |
| H A D | MCStreamer.h | 26 #include "llvm/Support/MD5.h" 819 Optional<MD5::MD5Result> Checksum = None, in EmitDwarfFileDirective() 834 Optional<MD5::MD5Result> Checksum = None, Optional<StringRef> Source = None, 839 Optional<MD5::MD5Result> Checksum,
|
| /third_party/node/deps/openssl/openssl/crypto/evp/ |
| H A D | legacy_md5.c | 11 * MD5 low level APIs are deprecated for public use, but still ok for 20 IMPLEMENT_LEGACY_EVP_MD_METH(md5, MD5)
|
| /third_party/openssl/crypto/evp/ |
| H A D | legacy_md5.c | 11 * MD5 low level APIs are deprecated for public use, but still ok for 20 IMPLEMENT_LEGACY_EVP_MD_METH(md5, MD5)
|
| /third_party/node/deps/openssl/openssl/crypto/md5/ |
| H A D | md5_one.c | 11 * MD5 low level APIs are deprecated for public use, but still ok for 25 unsigned char *MD5(const unsigned char *d, size_t n, unsigned char *md) in MD5() function
|
| /third_party/openssl/crypto/md5/ |
| H A D | md5_one.c | 11 * MD5 low level APIs are deprecated for public use, but still ok for 25 unsigned char *MD5(const unsigned char *d, size_t n, unsigned char *md) in MD5() function
|
| /third_party/openssl/ohos_lite/include/openssl/ |
| H A D | md5.h | 43 unsigned char *MD5(const unsigned char *d, size_t n, unsigned char *md);
|
| /third_party/openssl/test/recipes/ |
| H A D | 20-test_kdf.t | 22 { cmd => [qw{openssl kdf -keylen 16 -digest MD5-SHA1 -kdfopt secret:secret -kdfopt seed:seed TLS1-PRF}], 24 desc => 'TLS1-PRF MD5-SHA1' }, 48 { cmd => [qw{openssl kdf -keylen 16 -kdfopt digest:MD5-SHA1 -kdfopt secret:secret -kdfopt seed:seed TLS1-PRF}], 50 desc => 'TLS1-PRF MD5-SHA1' },
|
| /third_party/node/deps/openssl/openssl/include/openssl/ |
| H A D | md5.h | 52 OSSL_DEPRECATEDIN_3_0 unsigned char *MD5(const unsigned char *d, size_t n,
|
| /third_party/openssl/include/openssl/ |
| H A D | md5.h | 52 OSSL_DEPRECATEDIN_3_0 unsigned char *MD5(const unsigned char *d, size_t n,
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIEHash.h | 18 #include "llvm/Support/MD5.h" 103 MD5 Hash;
|
| H A D | DIEHash.cpp | 23 #include "llvm/Support/MD5.h" 393 MD5::MD5Result Result; in computeCUSignature() 396 // ... take the least significant 8 bytes and return those. Our MD5 in computeCUSignature() 417 MD5::MD5Result Result; in computeTypeSignature() 420 // ... take the least significant 8 bytes and return those. Our MD5 in computeTypeSignature()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
| H A D | MCContext.cpp | 613 Optional<MD5::MD5Result> Cksum; in setGenDwarfRootFile() 615 MD5 Hash; in setGenDwarfRootFile() 616 MD5::MD5Result Sum; in setGenDwarfRootFile() 653 Optional<MD5::MD5Result> Checksum, in getDwarfFile()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
| H A D | InstrProf.h | 31 #include "llvm/Support/MD5.h" 415 // A map from MD5 keys to function name strings. 417 // A map from MD5 keys to function define. We only populate this map 420 // A map from function runtime address to function name MD5 hash. 479 /// Map a function address to its name's MD5 hash. This interface 944 MD5, member in llvm::IndexedInstrProf::HashT 945 Last = MD5 950 case HashT::MD5: in ComputeHash() 982 const HashT HashType = HashT::MD5; 1090 // from control data struct is changed from raw pointer to Name's MD5 valu [all...] |
| /third_party/skia/tests/ |
| H A D | MD5Test.cpp | 60 DEF_TEST(MD5, reporter) { in DEF_TEST()
|
| /third_party/pulseaudio/src/modules/raop/ |
| H A D | raop-util.c | 164 MD5((unsigned char*) data, len, d); in pa_raop_md5_hash()
|
| /third_party/curl/tests/ |
| H A D | sshserver.pl | 33 use Digest::MD5; 34 use Digest::MD5 'md5_hex';
|