HomeSort by relevance Sort by last modified time
    Searched refs:MD5 (Results 76 - 100 of 170) sorted by null

1 2 34 5 6 7

  /external/libvpx/libvpx/test/
vp9_skip_loopfilter_test.cc 22 const char kVp9Md5File[] = "vp90-2-08-tile_1x8_frame_parallel.webm.md5";
77 // Checks if MD5 matches or doesn't.
85 // TODO(fgalligan): Move the MD5 testing code into another class.
89 << "MD5 file open failed. Filename: " << md5_file_name;
92 // Reads the next line of the MD5 file.
96 ASSERT_NE(EOF, res) << "Read md5 data failed";
100 // Checks if the last read MD5 matches |img| or doesn't.
102 ::libvpx_test::MD5 md5_res;
106 // Check MD5.
108 ASSERT_STREQ(expected_md5_, actual_md5) << "MD5 checksums don't match"
    [all...]
vp9_ethread_test.cc 152 ::libvpx_test::MD5 md5_row_mt_0, md5_row_mt_1;
160 // Check md5 match.
162 << "MD5 checksums don't match";
289 ::libvpx_test::MD5 md5_res;
vp9_thread_test.cc 156 // Decodes |filename| with |num_threads|. Returns the md5 of the decoded frames.
165 libvpx_test::MD5 md5; local
179 md5.Add(img);
182 return string(md5.Get());
y4m_test.cc 117 // Checks MD5 of the raw frame data
120 libvpx_test::MD5 md5; local
122 md5.Add(img());
125 ASSERT_EQ(string(md5.Get()), expected_md5);
  /external/llvm/include/llvm/ProfileData/
InstrProf.h 28 #include "llvm/Support/MD5.h"
416 // A map from MD5 keys to function name strings.
418 // A map from MD5 keys to function define. We only populate this map
421 // A map from function runtime address to function name MD5 hash.
465 /// Map a function address to its name's MD5 hash. This interface
475 /// Return function's PGO name from the name's md5 hash value.
478 /// Return function from the name's md5 hash. Return nullptr if not found.
755 MD5,
757 Last = MD5
762 case HashT::MD5
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mc/
llvm-mc.cpp 404 MD5 Hash;
405 MD5::MD5Result *Cksum =
406 (MD5::MD5Result *)Ctx.allocate(sizeof(MD5::MD5Result), 1);
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/symmetric/
DES.java 429 super("PBEwithMD5andDES", PKCSObjectIdentifiers.pbeWithMD5AndDES_CBC, true, PKCS5S1, MD5, 64, 64);
471 super(new CBCBlockCipher(new DESEngine()), PKCS5S1, MD5, 64, 8);
  /external/gflags/cmake/
utils.cmake 181 string (MD5 REGISTRY_ENTRY "${CONFIG_DIR}")
  /external/ppp/pppd/plugins/radius/etc/
dictionary.microsoft 77 VALUE MS-Acct-EAP-Type MD5 4
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DIEHash.cpp 24 #include "llvm/Support/MD5.h"
350 // given in section 7.27 of the DWARF4 standard. It is the md5 hash of a
380 /// DWARF4 standard. It is an md5 hash of the flattened description of the DIE
393 MD5::MD5Result Result;
396 // ... take the least significant 8 bytes and return those. Our MD5
403 /// DWARF4 standard. It is an md5 hash of the flattened description of the DIE
417 MD5::MD5Result Result;
420 // ... take the least significant 8 bytes and return those. Our MD5
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 23 #include "llvm/Support/MD5.h"
64 llvm::MD5 MD5;
582 // Pass through MD5 if enough work has built up.
586 MD5.update(llvm::makeArrayRef((uint8_t *)&Swapped, sizeof(Swapped)));
596 // Use Working as the hash directly if we never used MD5.
605 MD5.update(Working);
607 // Finalize the MD5 and return the hash.
608 llvm::MD5::MD5Result Result;
609 MD5.final(Result)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCStreamer.h 28 #include "llvm/Support/MD5.h"
773 MD5::MD5Result *Checksum = nullptr,
785 /// '.file 4 "dir/foo.c" md5 "..." source "..."' assembler directive.
788 MD5::MD5Result *Checksum = nullptr, Optional<StringRef> Source = None,
793 MD5::MD5Result *Checksum,
    [all...]
  /external/syzkaller/vendor/cloud.google.com/go/storage/
storage.go 175 // MD5 is the base64 encoded MD5 checksum of the file.
179 MD5 string
202 if opts.MD5 != "" {
203 md5, err := base64.StdEncoding.DecodeString(opts.MD5)
204 if err != nil || len(md5) != 16 {
205 return "", errors.New("storage: invalid MD5 checksum")
232 fmt.Fprintf(buf, "%s\n", opts.MD5)
724 // MD5 is the MD5 hash of the object's content. This field is read-only
    [all...]
writer.go 106 if w.MD5 != nil {
107 rawObj.Md5Hash = base64.StdEncoding.EncodeToString(w.MD5)
  /external/dynamic_depth/internal/xmpmeta/
md5.cc 1 #include "xmpmeta/md5.h"
29 // Start MD5 accumulation. Set bit count to 0 and buffer to mysterious
120 // This is the central step in the MD5 algorithm.
135 // The core of the MD5 algorithm, this alters an existing MD5 hash to
218 void MD5(const uint8_t* to_hash, size_t to_hash_length, uint8_t* output) {
230 MD5(reinterpret_cast<const uint8_t*>(to_hash.data()), to_hash.length(),
  /external/llvm/lib/CodeGen/AsmPrinter/
DIEHash.cpp 24 #include "llvm/Support/MD5.h"
442 // given in section 7.27 of the DWARF4 standard. It is the md5 hash of a
472 /// DWARF4 standard. It is an md5 hash of the flattened description of the DIE
483 MD5::MD5Result Result;
486 // ... take the least significant 8 bytes and return those. Our MD5
493 /// DWARF4 standard. It is an md5 hash of the flattened description of the DIE
507 MD5::MD5Result Result;
510 // ... take the least significant 8 bytes and return those. Our MD5
  /build/make/tools/droiddoc/templates-pdk/
sdkpage.cs 102 <th>MD5 Checksum</th>
161 <th>MD5 Checksum</th>
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 109 enum class PDB_Checksum { None = 0, MD5 = 1, SHA1 = 2 };
  /external/python/setuptools/setuptools/tests/
test_packageindex.py 22 (<a title="MD5 hash"
23 href="{hash_url}">md5</a>)
115 - someone uploads a package on pypi, a md5 is generated
116 - someone manually copies this link (with the md5 in the url) onto an
118 - someone reuploads the package (with a different md5)
119 - while easy_installing, an MD5 error occurs because the external link
140 # we have only one link, because links are compared without md5
230 'http://foo/bar#md5=f12895fdffbd45007040d2e44df98478')
231 checker.feed('You should probably not be using MD5'.encode('ascii'))
245 'http://foo/bar#md5='
    [all...]
  /external/scapy/scapy/layers/tls/crypto/
pkcs1.py 10 used by the cryptography library may not implement the md5-sha1 hash, as with
72 Legacy method for PKCS1 v1.5 encoding with MD5-SHA1 hash.
75 md5_hash = hashes.Hash(_get_hash("md5"), backend=default_backend())
95 # first, we add the "md5-sha1" hash from openssl to python-cryptography
98 name = "md5-sha1"
103 "md5" : hashes.MD5,
109 "md5-sha1" : MD5_SHA1
159 if t != "pkcs" and h != "md5-sha1":
205 if t != "pkcs" and h != "md5-sha1"
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 21 #include "llvm/Support/MD5.h"
41 MD5::MD5Result Checksum;
54 /// For v5, whether filename entries provide an MD5 checksum.
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 114 enum class PDB_Checksum { None = 0, MD5 = 1, SHA1 = 2, SHA256 = 3 };
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
InstrProf.h 32 #include "llvm/Support/MD5.h"
420 // A map from MD5 keys to function name strings.
422 // A map from MD5 keys to function define. We only populate this map
425 // A map from function runtime address to function name MD5 hash.
484 /// Map a function address to its name's MD5 hash. This interface
498 /// Return function's PGO name from the name's md5 hash value.
512 /// Return function from the name's md5 hash. Return nullptr if not found.
859 MD5,
860 Last = MD5
865 case HashT::MD5
    [all...]
  /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);
  /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...]

Completed in 2166 milliseconds

1 2 34 5 6 7