/external/libvpx/libvpx/test/ |
md5_helper.h | 18 class MD5 { 20 MD5() { MD5Init(&md5_); } 25 // Calculate the width and height to do the md5 check. For the chroma
|
tile_independence_test.cc | 57 ::libvpx_test::MD5 *md5) { 65 md5->Add(img); 73 ::libvpx_test::MD5 md5_fw_order_, md5_inv_order_; 81 // inverted tile ordering. Ensure that the MD5 of the output in both cases 99 // a MD5...
|
user_priv_test.cc | 53 libvpx_test::MD5 md5; local 83 md5.Add(img); 88 return string(md5.Get());
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
EvpMdRef.java | 92 if (evpMdRef == MD5.EVP_MD) { 93 return MD5.JCA_NAME; 109 static final class MD5 { 110 static final String JCA_NAME = "MD5"; 112 static final long EVP_MD = NativeCrypto.EVP_get_digestbyname("md5"); 115 private MD5() {}
|
OpenSSLMessageDigestJDK.java | 158 public static final class MD5 extends OpenSSLMessageDigestJDK { 159 public MD5() throws NoSuchAlgorithmException { 160 super(EvpMdRef.MD5.EVP_MD, EvpMdRef.MD5.SIZE_BYTES);
|
OpenSSLMac.java | 160 super(EvpMdRef.MD5.EVP_MD, EvpMdRef.MD5.SIZE_BYTES);
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
EvpMdRef.java | 88 if (evpMdRef == MD5.EVP_MD) { 89 return MD5.JCA_NAME; 105 static final class MD5 { 106 static final String JCA_NAME = "MD5"; 108 static final long EVP_MD = NativeCrypto.EVP_get_digestbyname("md5"); 111 private MD5() {}
|
OpenSSLMessageDigestJDK.java | 165 public static final class MD5 extends OpenSSLMessageDigestJDK { 167 public MD5() throws NoSuchAlgorithmException { 168 super(EvpMdRef.MD5.EVP_MD, EvpMdRef.MD5.SIZE_BYTES);
|
OpenSSLMac.java | 168 super(EvpMdRef.MD5.EVP_MD, EvpMdRef.MD5.SIZE_BYTES);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
MD5.cpp | 5 * MD5 Message-Digest Algorithm (RFC 1321). 8 * http://openwall.info/wiki/people/solar/software/public-domain-source-code/md5 40 #include "llvm/Support/MD5.h" 50 // The basic MD5 functions. 60 // The MD5 transformation for all four rounds. 79 const uint8_t *MD5::body(ArrayRef<uint8_t> Data) { 186 MD5::MD5() = default; 189 void MD5::update(ArrayRef<uint8_t> Data) { 227 void MD5::update(StringRef Str) [all...] |
/external/libaom/libaom/test/ |
decode_multithreaded_test.cc | 88 ::libaom_test::MD5 *md5) { 96 md5->Add(img); 125 ::libaom_test::MD5 md5_single_thread_; 126 ::libaom_test::MD5 md5_multi_thread_[kNumMultiThreadDecoders]; 139 // and multi thread. Ensure that the MD5 of the output in both cases 159 // TODO(ranjit): More tests have to be added using pre-generated MD5.
|
tile_independence_test.cc | 77 ::libaom_test::MD5 *md5) { 85 md5->Add(img); 109 ::libaom_test::MD5 md5_fw_order_, md5_inv_order_; 119 // inverted tile ordering. Ensure that the MD5 of the output in both cases
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Hash/ |
CryptMd5.c | 2 MD5 Digest Wrapper Implementation over OpenSSL.
16 #include <openssl/md5.h>
20 Retrieves the size, in bytes, of the context buffer required for MD5 hash operations.
22 @return The size, in bytes, of the context buffer required for MD5 hash operations.
32 // Retrieves the OpenSSL MD5 Context Size
39 Initializes user-supplied memory pointed by Md5Context as MD5 hash context for
44 @param[out] Md5Context Pointer to MD5 context being initialized.
46 @retval TRUE MD5 context initialization succeeded.
47 @retval FALSE MD5 context initialization failed.
64 // OpenSSL MD5 Context Initialization [all...] |
/external/conscrypt/common/src/main/java/org/conscrypt/ct/ |
DigitallySigned.java | 30 MD5,
|
/external/google-breakpad/src/common/mac/ |
file_id.cc | 56 MD5Context md5; 57 MD5Init(&md5); 64 MD5Update(&md5, buffer, static_cast<unsigned>(buffer_size)); 68 MD5Final(identifier, &md5); 81 return macho.MD5(cpu_type, cpu_subtype, identifier);
|
macho_id.h | 42 #include "common/md5.h" 72 // For the given |cpu_type|, and |cpu_subtype| return the MD5 for the mach-o 75 bool MD5(cpu_type_t cpu_type, 87 // Update the MD5 value by examining |size| |bytes| and applying the algorithm 98 // The callback from the MachoWalker for CRC and MD5 122 // The MD5 context
|
/external/perf_data_converter/src/quipper/ |
binary_data_utils_test.cc | 16 TEST(BinaryDataUtilsTest, MD5) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
DIEHash.h | 19 #include "llvm/Support/MD5.h" 104 MD5 Hash;
|
/external/llvm/lib/Support/ |
MD5.cpp | 5 * MD5 Message-Digest Algorithm (RFC 1321). 8 * http://openwall.info/wiki/people/solar/software/public-domain-source-code/md5 42 #include "llvm/Support/MD5.h" 46 // The basic MD5 functions. 56 // The MD5 transformation for all four rounds. 75 const uint8_t *MD5::body(ArrayRef<uint8_t> Data) { 182 MD5::MD5() 187 void MD5::update(ArrayRef<uint8_t> Data) { 225 void MD5::update(StringRef Str) [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
MCDwarf.h | 25 #include "llvm/Support/MD5.h" 57 /// The MD5 checksum, if there is one. Non-owning pointer to data allocated 59 MD5::MD5Result *Checksum = nullptr; 227 MD5::MD5Result *Checksum, 260 MD5::MD5Result *Checksum, Optional<StringRef> Source) { 273 MD5::MD5Result *Checksum, Optional<StringRef> Source) { 294 MD5::MD5Result *Checksum, 298 MD5::MD5Result *Checksum, Optional<StringRef> &Source, 305 MD5::MD5Result *Checksum, Optional<StringRef> Source) { 324 // Report whether MD5 usage has been consistent (all-or-none) [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/ |
RC2.java | 146 super(new CBCBlockCipher(new RC2Engine()), PKCS5S1, MD5, 64, 8); 210 super("PBEwithMD5andRC2", PKCSObjectIdentifiers.pbeWithMD5AndRC2_CBC, true, PKCS5S1, MD5, 64, 64);
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/symmetric/ |
RC2.java | 154 super(new CBCBlockCipher(new RC2Engine()), PKCS5S1, MD5, 64, 8); 222 super("PBEwithMD5andRC2", PKCSObjectIdentifiers.pbeWithMD5AndRC2_CBC, true, PKCS5S1, MD5, 64, 64);
|
/external/antlr/runtime/Ruby/lib/antlr3/test/ |
grammar.rb | 9 require 'digest/md5' 10 MD5 = Digest::MD5 12 require 'md5' 308 unless test( ?f, @path ) and MD5.digest( @source ) == MD5.digest( File.read( @path ) )
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/ |
PBE.java | 40 static final int MD5 = 0; 83 case MD5: 94 throw new IllegalStateException("PKCS5 scheme 1 only supports MD2, MD5 and SHA1."); 105 case MD5: 177 case MD5:
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/symmetric/util/ |
PBE.java | 44 static final int MD5 = 0; 87 case MD5: 98 throw new IllegalStateException("PKCS5 scheme 1 only supports MD2, MD5 and SHA1."); 109 case MD5: 181 case MD5:
|