/external/wpa_supplicant_8/wpa_supplicant/ |
D | eap_testing.txt | 52 EAP-MD5 + - - + + + + + - - + + 60 EAP-PEAPv0/MD5 + - - + + + + + - - + - 71 EAP-PEAPv1/MD5 - - - + + +1 + +5 - - + - 83 EAP-TTLS/EAP-MD5 + - +2 + + + + + + - + - 106 EAP-FAST/MD5(aprov) - - - - - + - - - - + - 111 EAP-FAST/MD5(auth) - - - - - + - - - - + - 142 - EAP-MD5-Challenge 148 - EAP-PEAPv0 / MD5-Challenge 150 - EAP-TTLS / EAP-MD5-Challenge 166 - EAP-MD5 [all …]
|
/external/smack/asmack-master/patch/ |
D | 24-disable-sasl-methods.patch | 8 - supportSASLMechanism("DIGEST-MD5",1); 9 - supportSASLMechanism("CRAM-MD5",2); 13 + supportSASLMechanism("DIGEST-MD5",0); 14 +// supportSASLMechanism("CRAM-MD5",2);
|
/external/wpa_supplicant_8/hostapd/ |
D | eap_testing.txt | 18 EAP-MD5 + - ? ? - 24 EAP-PEAPv0/MD5 + - + - - 34 EAP-PEAPv1/MD5 + - + - - 46 EAP-TTLS/EAP-MD5 + - - - - + 62 EAP-FAST/MD5(aprov) + - - - - 67 EAP-FAST/MD5(auth) + - + - -
|
D | hostapd.eap_user | 21 # EAP-MD5, EAP-MSCHAPV2, EAP-GTC, EAP-PAX, EAP-PSK, and EAP-SAKE require a 53 "user" MD5 "password" 54 "test user" MD5 "secret" 80 "t-md5" MD5 "password" [2] 84 "user" MD5,GTC,MSCHAPV2 "password" [2]
|
/external/libvpx/libvpx/examples/ |
D | decode_to_md5.txt | 2 Frame-by-frame MD5 Checksum 10 MD5 algorithm 12 The Message-Digest 5 (MD5) is a well known hash function. We have provided 13 an implementation derived from the RSA Data Security, Inc. MD5 Message-Digest 24 Each row of the image is passed to the MD5 accumulator. First the Y plane
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | compat.cpp | 124 MD5::MD5() {} // ?OP? in MD5() function in MD5 126 void MD5::Reset() {} // ?OP? in Reset() 128 void MD5::Update(void const *data, int size) {} // ?OP? in Update() 130 string MD5::Digest() { return ""; } // every matches! ?OP? in Digest()
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | MD5.h | 38 class MD5 { 40 MD5(); 59 using WTF::MD5;
|
D | MD5.cpp | 69 MD5 md5; 204 MD5::MD5() in MD5() function in WTF::MD5 218 void MD5::addBytes(const uint8_t* input, size_t length) in addBytes() 262 void MD5::checksum(Vector<uint8_t, 16>& digest) in checksum()
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | DumpRenderTreePreBuild.cmd | 14 …xcopy /y /d "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\wtf\MD5.h" "%CONFIGURATIONB… 15 …xcopy /y /d "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\wtf\MD5.h" "%CONFIGURATIONB… 17 …ATIONNAME%"=="Debug_Cairo" xcopy /y /d "%TARGETDIR%\..\include\WebCore\ForwardingHeaders\wtf\MD5.h" 18 …IONNAME%"=="Release_Cairo" xcopy /y /d "%TARGETDIR%\..\include\WebCore\ForwardingHeaders\wtf\MD5.h"
|
/external/quake/quake/src/QW/server/ |
D | notes.txt | 4 - master sees new server, request auth with MD5(M|S). m is 32bit master key 5 - server sends register MD5( MD5(M|S) | S )
|
/external/llvm/utils/ |
D | UpdateCMakeLists.pl | 5 use Digest::MD5; 90 my $digestA = Digest::MD5->new->addfile(*FILE)->hexdigest; 96 my $digestB = Digest::MD5->new->addfile(*FILE)->hexdigest;
|
/external/openssl/crypto/md5/ |
D | md5.h | 70 #error MD5 is disabled. 114 unsigned char *MD5(const unsigned char *d, size_t n, unsigned char *md);
|
/external/openssl/include/openssl/ |
D | md5.h | 70 #error MD5 is disabled. 114 unsigned char *MD5(const unsigned char *d, size_t n, unsigned char *md);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
D | JCESecretKeyFactory.java | 289 … super("PBEwithMD5andDES", PKCSObjectIdentifiers.pbeWithMD5AndDES_CBC, true, PKCS5S1, MD5, 64, 64); in PBEWithMD5AndDES() 301 … super("PBEwithMD5andRC2", PKCSObjectIdentifiers.pbeWithMD5AndRC2_CBC, true, PKCS5S1, MD5, 64, 64); in PBEWithMD5AndRC2() 533 super("PBEWithMD5And128BitAES-CBC-OpenSSL", null, true, OPENSSL, MD5, 128, 128); in PBEWithMD5And128BitAESCBCOpenSSL() 545 super("PBEWithMD5And192BitAES-CBC-OpenSSL", null, true, OPENSSL, MD5, 192, 128); in PBEWithMD5And192BitAESCBCOpenSSL() 557 super("PBEWithMD5And256BitAES-CBC-OpenSSL", null, true, OPENSSL, MD5, 256, 128); in PBEWithMD5And256BitAESCBCOpenSSL()
|
D | JCEMac.java | 267 public static class MD5 class in JCEMac 270 public MD5() in MD5() method in JCEMac.MD5
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/digest/ |
D | MAC.java | 56 mac = new HMAC(new MD5(), key, 16); in MAC() 60 mac = new HMAC(new MD5(), key, 12); in MAC()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/digest/ |
D | MD5.java | 12 public class MD5 class 57 private static final String PREFIX = MD5.class.getName();
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/ |
D | PBE.java | 35 static final int MD5 = 0; field 72 case MD5: in makePBEGenerator() 99 case MD5: in makePBEGenerator()
|
D | BaseMac.java | 282 public static class MD5 class in BaseMac 285 public MD5() in MD5() method in BaseMac.MD5
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/ |
D | OpenSSLDigest.java | 125 public static class MD5 extends OpenSSLDigest { class in OpenSSLDigest 129 public MD5() { super("MD5", EVP_MD, SIZE, BLOCK_SIZE); } in MD5() method in OpenSSLDigest.MD5
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/ |
D | grammar.rb | 10 MD5 = Digest::MD5 constant 308 unless test( ?f, @path ) and MD5.digest( @source ) == MD5.digest( File.read( @path ) )
|
/external/openssl/crypto/evp/ |
D | evptests.txt | 7 # MD5 tests (from md5test.c) 8 MD5::::d41d8cd98f00b204e9800998ecf8427e 9 MD5:::61:0cc175b9c0f1b6a831c399e269772661 10 MD5:::616263:900150983cd24fb0d6963f7d28e17f72 11 MD5:::6d65737361676520646967657374:f96b697d7cb7938d525a2f31aaf161d0 12 MD5:::6162636465666768696a6b6c6d6e6f707172737475767778797a:c3fcd3d76192e4007dfb496cca67e13b 13 MD5:::4142434445464748494a4b4c4d4e4f505152535455565758595a6162636465666768696a6b6c6d6e6f70717273747… 14 MD5:::313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363…
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | stringdigest.h | 41 std::string MD5(const std::string& data);
|
/external/webkit/Tools/Scripts/ |
D | svn-unapply | 63 use Digest::MD5; 131 my $checksum = Digest::MD5->new->addfile(*FILE)->hexdigest();
|
/external/guava/guava/src/com/google/common/hash/ |
D | Hashing.java | 114 return MD5; in md5() 117 private static final HashFunction MD5 = new MessageDigestHashFunction("MD5"); field in Hashing
|