/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
MCDwarf.cpp | 365 MD5::MD5Result *Cksum = DwarfFile.Checksum; 412 // in the v5 table. Emit MD5 checksums and source if we have them. 539 MD5::MD5Result *Checksum, 548 MD5::MD5Result *Checksum, 558 // Keep track of whether any or all files have an MD5 checksum. [all...] |
MCContext.cpp | 576 MD5::MD5Result *Checksum,
|
/external/libvpx/libvpx/test/ |
test_intra_pred_speed.cc | 71 libvpx_test::MD5 md5; local 72 md5.Add(reinterpret_cast<const uint8_t *>(data), data_size); 73 printf("Mode %s[%12s]: %5d ms MD5: %s\n", name, kVp9IntraPredNames[idx], 74 elapsed_time, md5.Get()); 75 EXPECT_STREQ(signatures[idx], md5.Get());
|
/external/llvm/lib/DebugInfo/CodeView/ |
EnumTables.cpp | 152 CV_ENUM_CLASS_ENT(FileChecksumKind, MD5),
|
/external/llvm/lib/DebugInfo/PDB/ |
PDBExtras.cpp | 185 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Checksum, MD5, OS)
|
/external/boringssl/src/ssl/test/runner/ |
sign.go | 11 "crypto/md5" 91 hashMD5 := md5.New() 297 return &rsaPKCS1Signer{crypto.MD5}, nil
|
/external/clang/tools/scan-build/bin/ |
scan-build | 18 use Digest::MD5; 275 # Use Digest::MD5. We don't have to be cryptographically secure. We're 277 # We use Digest::MD5 because it is a standard Perl module that should 281 my $Result = Digest::MD5->new->addfile(*FILE)->hexdigest; [all...] |
/external/nos/host/android/hals/keymaster/ |
proto_utils.cpp | 201 case Digest::MD5: 226 *out = Digest::MD5; [all...] |
/external/clang/lib/AST/ |
MicrosoftMangle.cpp | 32 #include "llvm/Support/MD5.h" 55 llvm::MD5 Hasher; 56 llvm::MD5::MD5Result Hash; 61 llvm::MD5::stringifyResult(Hash, HexString); [all...] |
/external/curl/tests/ |
ftpserver.pl | 55 use Digest::MD5; [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfDebug.cpp | 46 #include "llvm/Support/MD5.h" [all...] |
/external/u-boot/ |
Kconfig | 224 select MD5
|
/external/autotest/client/common_lib/ |
packages.py | 754 Compute the MD5 checksum for the package file and return it. [all...] |
/external/libaom/libaom/test/ |
test_intra_pred_speed.cc | 36 // 0: Generate MD5 array as required 104 libaom_test::MD5 md5; local 105 md5.Add(reinterpret_cast<const uint8_t *>(data), data_size); 107 printf("Mode %s[%13s]: %5d ms MD5: %s\n", name_str.c_str(), 108 kAv1IntraPredNames[idx], elapsed_time, md5.Get()); 109 EXPECT_STREQ(signatures[idx], md5.Get()); 114 printf("\"%s\",\n", md5.Get()); [all...] |
/external/libvpx/libvpx/ |
examples.mk | 168 decode_to_md5.DESCRIPTION = Frame by frame MD5 checksum
|
/external/scapy/scapy/layers/ |
ipsec.py | 611 AUTH_ALGOS['HMAC-MD5-96'] = AuthAlgo('HMAC-MD5-96', 613 digestmod=hashes.MD5, [all...] |
/external/scapy/test/ |
ipsec.uts | 870 = IPv4 / ESP - Transport - NULL - HMAC-MD5-96 880 auth_algo='HMAC-MD5-96', auth_key=b'secret key') 902 = IPv4 / ESP - Transport - NULL - HMAC-MD5-96 - altered packet 912 auth_algo='HMAC-MD5-96', auth_key=b'secret key') [all...] |
/external/openssh/contrib/redhat/ |
openssh.spec | 58 # Is this a build for the rescue CD (without PAM, with MD5)? (1=yes 0=no) 198 --with-md5-passwords \ 678 - Disable the built-in MD5 password support. We're using PAM.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
DwarfDebug.cpp | 64 #include "llvm/Support/MD5.h" [all...] |
DwarfUnit.cpp | 280 MD5::MD5Result *DwarfUnit::getMD5AsBytes(const DIFile *File) const { 290 // An MD5 checksum is 16 bytes. 294 return reinterpret_cast<MD5::MD5Result *>(CKMem); [all...] |
/external/google-breakpad/src/client/mac/handler/ |
minidump_generator.cc | [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
CodeViewYAMLDebugSections.cpp | 247 io.enumCase(Kind, "MD5", FileChecksumKind::MD5); [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/ |
AsmParser.cpp | 53 #include "llvm/Support/MD5.h" 180 /// Did we already inform the user about inconsistent MD5 usage? [all...] |
/external/llvm/tools/llvm-readobj/ |
COFFDumper.cpp | 514 LLVM_READOBJ_ENUM_CLASS_ENT(FileChecksumKind, MD5), [all...] |
/external/mdnsresponder/mDNSCore/ |
DNSDigest.c | 52 #pragma mark - MD5 Hash Functions 56 /* The source for the has is derived CommonCrypto files CommonDigest.h, md32_common.h, md5_locl.h, md5_locl.h, and openssl/md5.h. 59 * replaced CC_MD5* with MD5* 60 * replaced CC_LONG w/ mDNSu32, removed conditional #defines from md5.h 199 // from openssl/md5.h 348 * MD5 example: 857 * This comment was originaly written for MD5, which is why it 919 /* Implemented from RFC1321 The MD5 Message-Digest Algorithm [all...] |