/external/libvpx/libvpx/test/ |
D | test-data.sha1 | 94 db55ec7fd02c864ba996ff060b25b1e08611330b *vp80-00-comprehensive-001.ivf.md5 95 29db0ad011cba1e45f856d5623cd38dac3e3bf19 *vp80-00-comprehensive-002.ivf.md5 96 e84f258f69e173e7d68f8f8c037a0a3766902182 *vp80-00-comprehensive-003.ivf.md5 97 eb7912eaf69559a16fd82bc3f5fb1524cf4a4466 *vp80-00-comprehensive-004.ivf.md5 98 4206f71c94894bd5b5b376f6c09b3817dbc65206 *vp80-00-comprehensive-005.ivf.md5 99 4f89b356f6f2fecb928f330a10f804f00f5325f5 *vp80-00-comprehensive-006.ivf.md5 100 2813236a32964dd8007e17648bcf035a20fcda6c *vp80-00-comprehensive-007.ivf.md5 101 10746c72098f872803c900e17c5680e451f5f498 *vp80-00-comprehensive-008.ivf.md5 102 39a23d0692ce64421a7bb7cdf6ccec5928d37fff *vp80-00-comprehensive-009.ivf.md5 103 f6e3de8931a0cc659bda8fbc14050346955e72d4 *vp80-00-comprehensive-010.ivf.md5 [all …]
|
D | test-data.mk | 30 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-00-comprehensive-001.ivf.md5 32 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-00-comprehensive-002.ivf.md5 34 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-00-comprehensive-003.ivf.md5 36 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-00-comprehensive-004.ivf.md5 38 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-00-comprehensive-005.ivf.md5 40 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-00-comprehensive-006.ivf.md5 42 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-00-comprehensive-007.ivf.md5 44 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-00-comprehensive-008.ivf.md5 46 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-00-comprehensive-009.ivf.md5 48 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-00-comprehensive-010.ivf.md5 [all …]
|
D | vp9_frame_parallel_test.cc | 55 libvpx_test::MD5 md5; in DecodeFileWithPause() local 85 md5.Add(img); in DecodeFileWithPause() 92 return string(md5.Get()); in DecodeFileWithPause() 141 libvpx_test::MD5 md5; in DecodeFile() local 165 md5.Add(img); in DecodeFile() 172 return string(md5.Get()); in DecodeFile()
|
/external/webrtc/webrtc/base/ |
D | md5digest_unittest.cc | 18 Md5Digest md5; in Md5() local 19 return ComputeDigest(&md5, input); in Md5() 23 Md5Digest md5; in TEST() local 25 EXPECT_EQ(16U, md5.Size()); in TEST() 39 Md5Digest md5; in TEST() local 43 md5.Update(&input[i], 1); in TEST() 45 EXPECT_EQ(md5.Size(), md5.Finish(output, sizeof(output))); in TEST() 51 Md5Digest md5; in TEST() local 53 EXPECT_EQ("f96b697d7cb7938d525a2f31aaf161d0", ComputeDigest(&md5, input)); in TEST() 55 EXPECT_EQ("c3fcd3d76192e4007dfb496cca67e13b", ComputeDigest(&md5, input)); in TEST() [all …]
|
/external/libmicrohttpd/src/microhttpd/ |
D | digestauth.c | 107 struct MD5Context md5; in digest_calc_ha1() local 110 MD5Init (&md5); in digest_calc_ha1() 111 MD5Update (&md5, username, strlen (username)); in digest_calc_ha1() 112 MD5Update (&md5, ":", 1); in digest_calc_ha1() 113 MD5Update (&md5, realm, strlen (realm)); in digest_calc_ha1() 114 MD5Update (&md5, ":", 1); in digest_calc_ha1() 115 MD5Update (&md5, password, strlen (password)); in digest_calc_ha1() 116 MD5Final (ha1, &md5); in digest_calc_ha1() 119 MD5Init (&md5); in digest_calc_ha1() 120 MD5Update (&md5, ha1, sizeof (ha1)); in digest_calc_ha1() [all …]
|
/external/syslinux/core/lwip/src/netif/ppp/ |
D | randm.c | 86 MD5_CTX md5; in avChurnRand() local 89 MD5Init(&md5); in avChurnRand() 90 MD5Update(&md5, (u_char *)randPool, sizeof(randPool)); in avChurnRand() 92 MD5Update(&md5, (u_char *)randData, randLen); in avChurnRand() 100 MD5Update(&md5, (u_char *)&sysData, sizeof(sysData)); in avChurnRand() 102 MD5Final((u_char *)randPool, &md5); in avChurnRand() 125 MD5_CTX md5; in avGenRand() local 131 MD5Init(&md5); in avGenRand() 132 MD5Update(&md5, (u_char *)randPool, sizeof(randPool)); in avGenRand() 133 MD5Update(&md5, (u_char *)&randCount, sizeof(randCount)); in avGenRand() [all …]
|
/external/libjpeg-turbo/ |
D | Makefile.am | 177 md5/CMakeLists.txt 183 SUBDIRS += md5 subdir 342 md5/md5cmp $(MD5_PPM_GRAY_TILE) testout_tile_GRAY_Q95_$$i\x$$i.ppm; \ 344 md5/md5cmp $(MD5_PPM_420_8x8_TILE) testout_tile_420_Q95_8x8.ppm 345 md5/md5cmp $(MD5_PPM_420_16x16_TILE) testout_tile_420_Q95_16x16.ppm 346 md5/md5cmp $(MD5_PPM_420_32x32_TILE) testout_tile_420_Q95_32x32.ppm 347 md5/md5cmp $(MD5_PPM_420_64x64_TILE) testout_tile_420_Q95_64x64.ppm 348 md5/md5cmp $(MD5_PPM_420_128x128_TILE) testout_tile_420_Q95_128x128.ppm 349 md5/md5cmp $(MD5_PPM_422_8x8_TILE) testout_tile_422_Q95_8x8.ppm 350 md5/md5cmp $(MD5_PPM_422_16x16_TILE) testout_tile_422_Q95_16x16.ppm [all …]
|
/external/autotest/client/tests/lsb_dtk/ |
D | control | 17 md5-ia32 = 3b00267e99fa7d9f6fff69d35a08be7e 18 md5-ia64 = db108739c977df69848da12345a7fc7c 19 md5-x86_64 = 35208e9442f5f8badb706f431ba59798 20 md5-ppc32 = 74951b8647d63a3c972709b36740af1e 21 md5-ppc64 = 767521902e079cd884ab5636ba699114 22 md5-s390 = c28b2d46459e6f0c591a06f7ee10ad84 23 md5-s390x = bf65a09c986a8e6cbec9276fa894c7b0 34 md5-ia32 = 9251e87b01f7ae45dc3256c4a68d1916 35 md5-ia64 = 1492809a15fd00e559addb6c7fcf0965 36 md5-ppc64 = 897835ed4e3f67ab872db1635ed24177 [all …]
|
/external/python/cpython2/Doc/library/ |
D | md5.rst | 2 :mod:`md5` --- MD5 message digest algorithm 5 .. module:: md5 19 to create an md5 object. You can now feed this object with arbitrary strings 27 >>> import md5 28 >>> m = md5.new() 36 >>> md5.new("Nobody inspects the spammish repetition").digest() 40 of the md5 objects returned by :func:`new`: 47 The md5 module provides the following functions: 52 Return a new md5 object. If *arg* is present, the method call ``update(arg)`` 56 .. function:: md5([arg]) [all …]
|
/external/libcups/cups/ |
D | md5passwd.c | 35 char md5[33]) /* O - MD5 string */ in httpMD5() 52 return ((char *)cupsHashString(sum, sizeof(sum), md5, 33)); in httpMD5() 68 char md5[33]) /* IO - MD5 sum */ in httpMD5Final() 89 snprintf(line, sizeof(line), "%s:%s:%s", md5, nonce, a2); in httpMD5Final() 92 return ((char *)cupsHashString(sum, sizeof(sum), md5, 33)); in httpMD5Final() 104 char md5[33]) in httpMD5String() 107 return ((char *)cupsHashString(sum, 16, md5, 33)); in httpMD5String()
|
D | Dependencies | 4 md5-private.h language-private.h ../cups/transcode.h pwg-private.h \ 13 md5-private.h language-private.h ../cups/transcode.h pwg-private.h \ 20 md5-private.h language-private.h ../cups/transcode.h pwg-private.h \ 25 md5-private.h language-private.h ../cups/transcode.h pwg-private.h \ 30 md5-private.h language-private.h ../cups/transcode.h pwg-private.h \ 35 md5-private.h language-private.h ../cups/transcode.h pwg-private.h \ 40 ../cups/language.h md5-private.h language-private.h \ 46 ../cups/language.h md5-private.h language-private.h \ 54 md5-private.h language-private.h ../cups/transcode.h pwg-private.h \ 59 md5-private.h language-private.h ../cups/transcode.h pwg-private.h \ [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_md5.py | 7 from md5 import md5 22 self.assertEqual(hexstr(md5(s).digest()), expected) 23 self.assertEqual(md5(s).hexdigest(), expected) 39 m = md5('testing the hexdigest method') 48 m1 = md5() 53 m2 = md5()
|
/external/wpa_supplicant_8/src/crypto/ |
D | crypto_internal.c | 22 struct MD5Context md5; member 55 MD5Init(&ctx->u.md5); in crypto_hash_init() 77 MD5Init(&ctx->u.md5); in crypto_hash_init() 78 MD5Update(&ctx->u.md5, key, key_len); in crypto_hash_init() 79 MD5Final(tk, &ctx->u.md5); in crypto_hash_init() 91 MD5Init(&ctx->u.md5); in crypto_hash_init() 92 MD5Update(&ctx->u.md5, k_pad, sizeof(k_pad)); in crypto_hash_init() 151 MD5Update(&ctx->u.md5, data, len); in crypto_hash_update() 200 MD5Final(mac, &ctx->u.md5); in crypto_hash_finish() 252 MD5Final(mac, &ctx->u.md5); in crypto_hash_finish() [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/util/ |
D | DigestFactory.java | 20 private static Set md5 = new HashSet(); field in DigestFactory 39 md5.add("MD5"); 40 md5.add(PKCSObjectIdentifiers.md5.getId()); in PKCSObjectIdentifiers.md5.getId() 85 oids.put("MD5", PKCSObjectIdentifiers.md5); 86 oids.put(PKCSObjectIdentifiers.md5.getId(), PKCSObjectIdentifiers.md5); in PKCSObjectIdentifiers.md5.getId() 140 if (md5.contains(digestName)) in getDigest() 216 || (md5.contains(digest1) && md5.contains(digest2)); in isSameDigest()
|
/external/guava/guava-tests/test/com/google/common/hash/ |
D | HashingTest.java | 49 HashTestUtils.checkAvalanche(Hashing.md5(), 100, 0.4); in testMd5() 50 HashTestUtils.checkNo2BitCharacteristics(Hashing.md5()); in testMd5() 51 HashTestUtils.checkNoFunnels(Hashing.md5()); in testMd5() 52 HashTestUtils.assertInvariants(Hashing.md5()); in testMd5() 53 assertEquals("Hashing.md5()", Hashing.md5().toString()); in testMd5() 326 new ConcatenatedHashFunction(Hashing.md5()), in testConcatenatedHashFunction_equals() 327 new ConcatenatedHashFunction(Hashing.md5())); in testConcatenatedHashFunction_equals() 329 new ConcatenatedHashFunction(Hashing.md5(), Hashing.murmur3_32()), in testConcatenatedHashFunction_equals() 330 new ConcatenatedHashFunction(Hashing.md5(), Hashing.murmur3_32())); in testConcatenatedHashFunction_equals() 334 assertEquals(Hashing.md5().bits(), in testConcatenatedHashFunction_bits() [all …]
|
D | HashingInputStreamTest.java | 117 HashCode expectedHash = Hashing.md5().hashBytes(testBytes); in testHash_hashesCorrectly() 118 HashingInputStream in = new HashingInputStream(Hashing.md5(), buffer); in testHash_hashesCorrectly() 128 HashCode expectedHash = Hashing.md5().hashBytes(testBytes); in testHash_hashesCorrectlyReadOutOfBound() 129 HashingInputStream in = new HashingInputStream(Hashing.md5(), buffer); in testHash_hashesCorrectlyReadOutOfBound() 140 HashCode expectedHash = Hashing.md5().hashBytes(new byte[] {'m', 's'}); in testHash_hashesCorrectlyForSkipping() 141 HashingInputStream in = new HashingInputStream(Hashing.md5(), buffer); in testHash_hashesCorrectlyForSkipping() 156 tester.testAllPublicInstanceMethods(new HashingInputStream(Hashing.md5(), buffer)); in testChecksForNull()
|
/external/boringssl/src/crypto/digest_extra/ |
D | digest_test.cc | 47 static const MD md5 = { "MD5", &EVP_md5, &MD5 }; variable 81 { md5, "", 1, "d41d8cd98f00b204e9800998ecf8427e" }, 82 { md5, "a", 1, "0cc175b9c0f1b6a831c399e269772661" }, 83 { md5, "abc", 1, "900150983cd24fb0d6963f7d28e17f72" }, 84 { md5, "message digest", 1, "f96b697d7cb7938d525a2f31aaf161d0" }, 85 { md5, "abcdefghijklmnopqrstuvwxyz", 1, 87 { md5, 90 { md5, "1234567890", 8, "57edf4a22be3c955ac49da2e2107b67a" },
|
/external/boringssl/src/ssl/test/runner/ |
D | prf.go | 51 hashMD5 := md5.New 82 hashMD5 := md5.New() 202 ret.clientMD5 = md5.New() 203 ret.serverMD5 = md5.New() 257 out := make([]byte, 0, md5.Size+sha1.Size) 265 func finishedSum30(md5, sha1 hash.Hash, masterSecret []byte, magic []byte) []byte { argument 266 md5.Write(magic) 267 md5.Write(masterSecret) 268 md5.Write(ssl30Pad1[:]) 269 md5Digest := md5.Sum(nil) [all …]
|
/external/python/cpython2/Modules/ |
D | md5module.c | 18 md5_state_t md5; /* the context holder */ member 34 md5_init(&md5p->md5); /* actual initialisation */ in newmd5object() 68 md5_append(&self->md5, buf, in md5_update() 93 mdContext = self->md5; in md5_digest() 116 mdContext = self->md5; in md5_hexdigest() 147 md5p->md5 = self->md5; in md5_copy() 297 md5_append(&md5p->md5, buf, in MD5_new()
|
/external/libmojo/build/android/gyp/util/ |
D | md5_check.py | 361 def _UpdateMd5ForFile(md5, path, block_size=2**16): argument 367 md5.update(data) 370 def _UpdateMd5ForDirectory(md5, dir_path): argument 373 _UpdateMd5ForFile(md5, os.path.join(root, f)) 377 md5 = hashlib.md5() 379 _UpdateMd5ForDirectory(md5, path) 381 _UpdateMd5ForFile(md5, path) 382 return md5.hexdigest() 387 md5 = hashlib.md5() 389 md5.update(str(item)) [all …]
|
/external/boringssl/src/include/openssl/ |
D | md5.h | 77 OPENSSL_EXPORT int MD5_Init(MD5_CTX *md5); 80 OPENSSL_EXPORT int MD5_Update(MD5_CTX *md5, const void *data, size_t len); 85 OPENSSL_EXPORT int MD5_Final(uint8_t *md, MD5_CTX *md5); 93 OPENSSL_EXPORT void MD5_Transform(MD5_CTX *md5, const uint8_t *block);
|
/external/boringssl/src/ssl/ |
D | ssl_transcript.cc | 178 if (!init_digest_with_data(&transcript->md5, EVP_md5(), in SSL_TRANSCRIPT_init_hash() 195 EVP_MD_CTX_cleanup(&transcript->md5); in SSL_TRANSCRIPT_cleanup() 208 if (EVP_MD_CTX_md(&transcript->md5) != NULL) { in SSL_TRANSCRIPT_md() 233 if (EVP_MD_CTX_md(&transcript->md5) != NULL) { in SSL_TRANSCRIPT_update() 234 EVP_DigestUpdate(&transcript->md5, in, in_len); in SSL_TRANSCRIPT_update() 246 if (EVP_MD_CTX_md(&transcript->md5) != NULL) { in SSL_TRANSCRIPT_get_hash() 247 if (!EVP_MD_CTX_copy_ex(&ctx, &transcript->md5) || in SSL_TRANSCRIPT_get_hash() 336 if (!ssl3_handshake_mac(transcript, session, &transcript->md5, NULL, 0, out, in SSL_TRANSCRIPT_ssl3_cert_verify_hash() 368 if (!ssl3_handshake_mac(transcript, session, &transcript->md5, sender, in SSL_TRANSCRIPT_finish_mac()
|
/external/skia/src/pdf/ |
D | SkPDFMetadata.cpp | 77 SkMD5 md5; in CreateUUID() local 79 md5.write(uuidNamespace, strlen(uuidNamespace)); in CreateUUID() 81 md5.write(&msec, sizeof(msec)); in CreateUUID() 84 md5.write(&dateTime, sizeof(dateTime)); in CreateUUID() 86 md5.write(&metadata.fCreation.fDateTime, in CreateUUID() 90 md5.write(&metadata.fModified.fDateTime, in CreateUUID() 95 md5.write(keyValuePtr.key, strlen(keyValuePtr.key)); in CreateUUID() 96 md5.write("\037", 1); in CreateUUID() 98 md5.write(value.c_str(), value.size()); in CreateUUID() 99 md5.write("\036", 1); in CreateUUID() [all …]
|
/external/wpa_supplicant_8/hs20/server/www/ |
D | spp.php | 70 $A1 = md5($user . ':' . $realm . ':' . $pw); 71 $A2 = md5($_SERVER['REQUEST_METHOD'] . ':' . $data['uri']); 72 $resp = md5($A1 . ':' . $data['nonce'] . ':' . $data['nc'] . ':' . 87 '",qop="auth",nonce="'.uniqid().'",opaque="'.md5($realm).'"'); 110 '",qop="auth",nonce="'.uniqid().'",opaque="'.md5($realm).'"');
|
/external/python/cpython2/Demo/md5test/ |
D | md5driver.py | 2 import md5 45 mdContext = md5.new() 60 MDPrint(md5.new(str).digest()) 66 mdContext = md5.new() 81 mdContext = md5.new()
|