/external/boringssl/src/crypto/digest/ |
digest_test.cc | 23 #include <openssl/md5.h> 40 static const MD md5 = { "MD5", &EVP_md5, &MD5 }; variable 46 static const MD md5_sha1 = { "MD5-SHA1", &EVP_md5_sha1, nullptr }; 73 // MD5 tests, from RFC 1321. 74 { md5, "", 1, "d41d8cd98f00b204e9800998ecf8427e" }, 75 { md5, "a", 1, "0cc175b9c0f1b6a831c399e269772661" }, 76 { md5, "abc", 1, "900150983cd24fb0d6963f7d28e17f72" }, 77 { md5, "message digest", 1, "f96b697d7cb7938d525a2f31aaf161d0" } [all...] |
/external/libvpx/libvpx/test/ |
byte_alignment_test.cc | 28 const char kVP9Md5File[] = "vp90-2-02-size-lf-1920x1080.webm.md5"; 134 // TODO(fgalligan): Move the MD5 testing code into another class. 137 ASSERT_TRUE(md5_file_ != NULL) << "MD5 file open failed. Filename: " 146 // Read correct md5 checksums. 148 ASSERT_NE(EOF, res) << "Read md5 data failed"; 151 ::libvpx_test::MD5 md5_res; 155 // Check md5 match. 156 ASSERT_STREQ(expected_md5, actual_md5) << "MD5 checksums don't match";
|
vp9_skip_loopfilter_test.cc | 22 const char kVp9Md5File[] = "vp90-2-08-tile_1x8_frame_parallel.webm.md5"; 83 // Checks if MD5 matches or doesn't. 91 // TODO(fgalligan): Move the MD5 testing code into another class. 94 ASSERT_TRUE(md5_file_ != NULL) << "MD5 file open failed. Filename: " 98 // Reads the next line of the MD5 file. 102 ASSERT_NE(EOF, res) << "Read md5 data failed"; 106 // Checks if the last read MD5 matches |img| or doesn't. 108 ::libvpx_test::MD5 md5_res; 112 // Check MD5. 114 ASSERT_STREQ(expected_md5_, actual_md5) << "MD5 checksums don't match" [all...] |
vp9_thread_test.cc | 161 // Decodes |filename| with |num_threads|. Returns the md5 of the decoded frames. 170 libvpx_test::MD5 md5; local 184 md5.Add(img); 187 return string(md5.Get());
|
y4m_test.cc | 118 // Checks MD5 of the raw frame data 121 libvpx_test::MD5 md5; local 123 md5.Add(img()); 126 ASSERT_EQ(string(md5.Get()), expected_md5);
|
test_intra_pred_speed.cc | 74 libvpx_test::MD5 md5; local 75 md5.Add(src, sizeof(src)); 76 printf("Mode %s[%12s]: %5d ms MD5: %s\n", name, pred_func_names[k], 77 elapsed_time, md5.Get()); 78 EXPECT_STREQ(signatures[k], md5.Get());
|
external_frame_buffer_test.cc | 229 ASSERT_TRUE(md5_file_ != NULL) << "Md5 file open failed. Filename: " 239 // Read correct md5 checksums. 241 ASSERT_NE(EOF, res) << "Read md5 data failed"; 244 ::libvpx_test::MD5 md5_res; 248 // Check md5 match. 250 << "Md5 checksums don't match: frame number = " << frame_number; 358 // needed. The md5 checksums are computed for each frame in the video file. 359 // If md5 checksums match the correct md5 data, then the test is passed. 392 // Construct md5 file name [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/ |
DES.java | 383 super("PBEwithMD5andDES", PKCSObjectIdentifiers.pbeWithMD5AndDES_CBC, true, PKCS5S1, MD5, 64, 64); 421 super(new CBCBlockCipher(new DESEngine()), PKCS5S1, MD5, 64, 8);
|
/external/jetty/src/java/org/eclipse/jetty/security/authentication/ |
DigestAuthenticator.java | 244 + "\", algorithm=MD5, qop=\"auth\"," 349 MessageDigest md = MessageDigest.getInstance("MD5"); 351 if (credentials instanceof Credential.MD5) 353 // Credentials are already a MD5 digest - assume it's in 356 ha1 = ((Credential.MD5) credentials).getDigest();
|
/external/ppp/pppd/plugins/radius/etc/ |
dictionary.microsoft | 77 VALUE MS-Acct-EAP-Type MD5 4
|
/external/clang/lib/CodeGen/ |
CodeGenPGO.cpp | 24 #include "llvm/Support/MD5.h" 59 llvm::MD5 MD5; 576 // Pass through MD5 if enough work has built up. 580 MD5.update(llvm::makeArrayRef((uint8_t *)&Swapped, sizeof(Swapped))); 590 // Use Working as the hash directly if we never used MD5. 599 MD5.update(Working); 601 // Finalize the MD5 and return the hash. 602 llvm::MD5::MD5Result Result; 603 MD5.final(Result) [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
DIEHash.cpp | 24 #include "llvm/Support/MD5.h" 443 // given in section 7.27 of the DWARF4 standard. It is the md5 hash of a 473 /// DWARF4 standard. It is an md5 hash of the flattened description of the DIE 484 MD5::MD5Result Result; 487 // ... take the least significant 8 bytes and return those. Our MD5 494 /// DWARF4 standard. It is an md5 hash of the flattened description of the DIE 508 MD5::MD5Result Result; 511 // ... take the least significant 8 bytes and return those. Our MD5
|
/build/tools/droiddoc/templates-pdk/ |
sdkpage.cs | 102 <th>MD5 Checksum</th> 161 <th>MD5 Checksum</th>
|
/external/jetty/src/java/org/eclipse/jetty/util/security/ |
Password.java | 254 System.err.println(Credential.MD5.digest(p));
|
/external/v8/test/webkit/fast/js/kde/ |
md5-2.js | 28 * A JavaScript implementation of the RSA Data Security, Inc. MD5 Message 79 * Calculate the MD5 of an array of little-endian words, producing an array
|
/external/webrtc/webrtc/base/ |
httpcommon.cc | 806 cnonce = MD5(buffer); 834 std::string HA1 = MD5(sensitive); 837 std::string HA2 = MD5(A2); 838 std::string dig_response = MD5(HA1 + ":" + middle + ":" + HA2);
|
/build/tools/droiddoc/templates-ds/ |
sdkpage.cs | 84 <th>MD5 Checksum</th> 207 <th>MD5 Checksum</th> 263 <th>MD5 Checksum</th>
|
/build/tools/droiddoc/templates-sac/ |
sdkpage.cs | 83 <th>MD5 Checksum</th> 206 <th>MD5 Checksum</th> 262 <th>MD5 Checksum</th>
|
/external/clang/include/clang/Frontend/ |
ASTUnit.h | 32 #include "llvm/Support/MD5.h" 238 /// Memory buffers have MD5 instead of modification time. We don't 239 /// compute MD5 for on-disk files because we hope that modification time is 241 llvm::MD5::MD5Result MD5; [all...] |
/external/v8/test/mjsunit/ |
md5.js | 28 // A JavaScript implementation of the RSA Data Security, Inc. MD5 Message 33 // See http://pajhome.org.uk/crypt/md5 for more info.
|
/external/google-breakpad/src/common/mac/ |
macho_id.cc | 227 bool MachoID::MD5(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype, unsigned char identifier[16]) {
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
PDBTypes.h | 107 enum class PDB_Checksum { None = 0, MD5 = 1, SHA1 = 2 };
|
/external/clang/lib/Frontend/ |
ASTUnit.cpp | [all...] |
/external/boringssl/src/crypto/md5/ |
md5.c | 57 #include <openssl/md5.h> 64 uint8_t *MD5(const uint8_t *data, size_t len, uint8_t *out) { 80 int MD5_Init(MD5_CTX *md5) { 81 memset(md5, 0, sizeof(MD5_CTX)); 82 md5->h[0] = 0x67452301UL; 83 md5->h[1] = 0xefcdab89UL; 84 md5->h[2] = 0x98badcfeUL; 85 md5->h[3] = 0x10325476UL;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
external_frame_buffer_test.cc | 219 ASSERT_TRUE(md5_file_ != NULL) << "Md5 file open failed. Filename: " 229 // Read correct md5 checksums. 231 ASSERT_NE(EOF, res) << "Read md5 data failed"; 234 ::libvpx_test::MD5 md5_res; 238 // Check md5 match. 240 << "Md5 checksums don't match: frame number = " << frame_number; 346 // needed. The md5 checksums are computed for each frame in the video file. 347 // If md5 checksums match the correct md5 data, then the test is passed. 374 // Construct md5 file name [all...] |