HomeSort by relevance Sort by last modified time
    Searched defs:md5 (Results 26 - 50 of 139) sorted by null

12 3 4 5 6

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
decode_to_md5.c 11 // Frame-by-frame MD5 Checksum
18 // MD5 algorithm
20 // The Message-Digest 5 (MD5) is a well known hash function. We have provided
21 // an implementation derived from the RSA Data Security, Inc. MD5 Message-Digest
28 // Each row of the image is passed to the MD5 accumulator. First the Y plane
48 MD5Context md5; local
50 MD5Init(&md5);
59 MD5Update(&md5, buf, w);
64 MD5Final(digest, &md5);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
vp9_thread_test.cc 100 // Decodes |filename| with |num_threads|. Returns the md5 of the decoded frames.
109 libvpx_test::MD5 md5; local
123 md5.Add(img);
126 return string(md5.Get());
  /libcore/luni/src/test/java/libcore/java/io/
FilterInputStreamNullSourceTest.java 70 MessageDigest md5 = MessageDigest.getInstance("MD5"); local
71 assertReadsFailWithNullPointerException(new DigestInputStream(null, md5));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
upload.py 11 from hashlib import md5 namespace
101 'md5_digest': md5(content).hexdigest(),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
upload.py 11 from hashlib import md5 namespace
101 'md5_digest': md5(content).hexdigest(),
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/src/
retriever.cc 31 #include "util/md5.h"
68 // The checksum is the 32-character hexadecimal MD5 checksum of <data>. It is
71 std::string md5 = MD5String(*data); local
75 data->append(md5);
  /external/chromium_org/third_party/openssl/openssl/ssl/
s2_lib.c 117 #include <openssl/md5.h>
456 const EVP_MD *md5; local
459 md5 = EVP_md5();
474 md_size = EVP_MD_size(md5);
487 EVP_DigestInit_ex(&ctx, md5, NULL);
s3_cbc.c 58 #include <openssl/md5.h>
343 MD5_CTX *md5 = ctx; local
344 u32toLE(md5->A, md_out);
345 u32toLE(md5->B, md_out);
346 u32toLE(md5->C, md_out);
347 u32toLE(md5->D, md_out);
646 * (SHA1) or 11 bytes (MD5). */
  /external/chromium_org/third_party/protobuf/python/
ez_setup.py 71 try: from hashlib import md5 namespace
72 except ImportError: from md5 import md5 namespace
76 digest = md5(data).hexdigest()
79 "md5 validation of %s failed! (Possible download problem?)"
250 """Update our built-in md5 registry"""
257 md5_data[base] = md5(f.read()).hexdigest()
  /external/chromium_org/third_party/smhasher/src/
md5.cpp 4 // "Derived from the RSA Data Security, Inc. MD5 Message Digest Algorithm"
7 * \brief MD5 context structure
21 * \brief MD5 context setup
28 * \brief MD5 process buffer
30 * \param ctx MD5 context
37 * \brief MD5 final digest
39 * \param ctx MD5 context
40 * \param output MD5 checksum result
45 * \brief Output = MD5( input buffer )
49 * \param output MD5 checksum resul
353 void md5( unsigned char *input, int ilen, unsigned char output[16] ) function
    [all...]
  /external/guava/guava/src/com/google/common/hash/
Hashing.java 110 * Returns a hash function implementing the MD5 hash algorithm by delegating to the MD5
113 public static HashFunction md5() { method in class:Hashing
114 return MD5;
117 private static final HashFunction MD5 = new MessageDigestHashFunction("MD5");
  /external/guava/guava-tests/test/com/google/common/hash/
HashFunctionsTest.java 18 assertInvariants(Hashing.md5());
  /external/openssl/ssl/
s2_lib.c 117 #include <openssl/md5.h>
456 const EVP_MD *md5; local
459 md5 = EVP_md5();
474 md_size = EVP_MD_size(md5);
487 EVP_DigestInit_ex(&ctx, md5, NULL);
s3_cbc.c 58 #include <openssl/md5.h>
343 MD5_CTX *md5 = ctx; local
344 u32toLE(md5->A, md_out);
345 u32toLE(md5->B, md_out);
346 u32toLE(md5->C, md_out);
347 u32toLE(md5->D, md_out);
646 * (SHA1) or 11 bytes (MD5). */
  /external/protobuf/python/
ez_setup.py 63 try: from hashlib import md5 namespace
64 except ImportError: from md5 import md5 namespace
68 digest = md5(data).hexdigest()
71 "md5 validation of %s failed! (Possible download problem?)"
242 """Update our built-in md5 registry"""
249 md5_data[base] = md5(f.read()).hexdigest()
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSSignedHelper.java 62 addEntries(OIWObjectIdentifiers.md5WithRSA, "MD5", "RSA");
68 addEntries(PKCSObjectIdentifiers.md5WithRSAEncryption, "MD5", "RSA");
106 digestAlgs.put(PKCSObjectIdentifiers.md5.getId(), "MD5");
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
util.py 39 # version and re-export those symbol. Use sha and md5 module in Python 2.4, and
43 md5_hash = hashlib.md5
46 import md5 namespace
48 md5_hash = md5.md5
  /external/chromium_org/chrome/browser/chromeos/drive/
file_cache.cc 137 const std::string& md5,
185 cache_state->set_md5(md5);
187 if (md5.empty())
236 // Get cache entry associated with the id and md5
313 const std::string& md5 = util::GetMd5Digest(GetCacheFilePath(id)); local
314 if (md5.empty())
317 entry.mutable_file_specific_info()->mutable_cache_state()->set_md5(md5);
396 // Older versions do not clear MD5 when marking entries dirty.
397 // Clear MD5 of all dirty entries to deal with old data.
454 // If a cache entry which is non-dirty and has matching MD5 is found i
    [all...]
resource_metadata_storage_unittest.cc 389 const std::string md5 = "md5"; local
411 cache_entry.set_md5(md5);
444 EXPECT_EQ(md5, entry.file_specific_info().cache_state().md5());
449 EXPECT_EQ(md5_2, entry.file_specific_info().cache_state().md5());
557 EXPECT_EQ("md5_foo", recovered_cache_info["id_foo"].md5);
560 EXPECT_EQ("md5_bar", recovered_cache_info["id_bar"].md5);
  /external/chromium_org/testing/gtest/scripts/
upload.py 37 import md5 namespace
677 checksum = md5.new(content).hexdigest()
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
util.py 39 # version and re-export those symbol. Use sha and md5 module in Python 2.4, and
43 md5_hash = hashlib.md5
46 import md5 namespace
48 md5_hash = md5.md5
  /external/chromium_org/third_party/zlib/google/
zip_reader_unittest.cc 15 #include "base/md5.h"
150 // Read the output file and compute the MD5.
154 const std::string md5 = base::MD5String(output); local
155 return expected_md5 == md5;
260 // Read the output file ans compute the MD5.
264 const std::string md5 = base::MD5String(output); local
265 EXPECT_EQ(kQuuxExpectedMD5, md5);
279 // Read the output file and compute the MD5.
283 const std::string md5 = base::MD5String(output); local
284 EXPECT_EQ(kQuuxExpectedMD5, md5);
304 const std::string md5 = base::MD5String(output); local
335 const std::string md5 = base::MD5String(output); local
498 const std::string md5 = base::MD5String(output); local
    [all...]
  /external/chromium_org/v8/tools/
presubmit.py 32 md5er = hashlib.md5
34 import md5 namespace
35 md5er = md5.new
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
BuildPreferencePage.java 104 defaultFingerprints != null ? defaultFingerprints.md5 : "",
131 customFingerprints != null ? customFingerprints.md5 : "",
148 * MD5 & SHA1 fingerprints.
151 final String md5; field in class:BuildPreferencePage.Fingerprints
155 md5 = md5Val;
167 FingerprintUtils.getFingerprint(keyProvider.getCertificate(), "MD5"),
203 mDefaultFingerprintMd5.setStringValue(defaultFingerprints.md5);
310 FingerprintUtils.getFingerprint(certificate, "MD5"));
  /frameworks/base/core/java/android/net/http/
RequestHandle.java 350 * @return Double-quoted MD5 digest.
370 * @return MD5 hash of concat(secret, ":", data).
377 * @return MD5 hash of param.
382 MessageDigest md5 = MessageDigest.getInstance("MD5"); local
384 byte[] d = md5.digest(param.getBytes());

Completed in 996 milliseconds

12 3 4 5 6