HomeSort by relevance Sort by last modified time
    Searched refs:DIGEST_MD5 (Results 1 - 25 of 25) sorted by null

  /external/webrtc/webrtc/base/
messagedigest_unittest.cc 21 ComputeDigest(DIGEST_MD5, ""));
23 ComputeDigest(DIGEST_MD5, "abc"));
25 ComputeDigest(DIGEST_MD5, "abcdefghijklmnopqrstuvwxyz"));
30 ComputeDigest(DIGEST_MD5, "abc", 3, output, sizeof(output)));
34 ComputeDigest(DIGEST_MD5, "abc", 3, output, sizeof(output) - 1));
69 ComputeHmac(DIGEST_MD5, std::string(16, '\x0b'), "Hi There"));
71 ComputeHmac(DIGEST_MD5, "Jefe", "what do ya want for nothing?"));
73 ComputeHmac(DIGEST_MD5, std::string(16, '\xaa'),
76 ComputeHmac(DIGEST_MD5,
81 ComputeHmac(DIGEST_MD5, std::string(16, '\x0c')
    [all...]
messagedigest.h 19 extern const char DIGEST_MD5[];
75 return ComputeDigest(DIGEST_MD5, input);
openssldigest.cc 61 if (algorithm == DIGEST_MD5) {
90 *algorithm = DIGEST_MD5;
messagedigest.cc 29 const char DIGEST_MD5[] = "md5";
48 if (alg == DIGEST_MD5) {
opensslidentity.cc 252 *algorithm = DIGEST_MD5;
sslidentity_unittest.cc 108 ASSERT_EQ(rtc::DIGEST_MD5, digest_algorithm);
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Fingerprint.java 37 private static final String DIGEST_MD5 = "md5";
51 DIGESTER = MessageDigest.getInstance(DIGEST_MD5);
  /frameworks/base/keystore/java/android/security/keystore/
KeyProperties.java 524 DIGEST_MD5,
541 public static final String DIGEST_MD5 = "MD5";
588 case DIGEST_MD5:
601 return DIGEST_MD5;
AndroidKeyStoreSpi.java 313 KeyProperties.DIGEST_MD5,
    [all...]
AndroidKeyStoreKeyPairGeneratorSpi.java 247 KeyProperties.DIGEST_MD5,
    [all...]
  /cts/tests/tests/keystore/src/android/keystore/cts/
KeyProtectionTest.java 153 String[] digests = new String[] {KeyProperties.DIGEST_MD5, KeyProperties.DIGEST_SHA512};
216 .setDigests(KeyProperties.DIGEST_MD5, KeyProperties.DIGEST_SHA512)
KeyGenParameterSpecTest.java 202 String[] digests = new String[] {KeyProperties.DIGEST_MD5, KeyProperties.DIGEST_SHA512};
277 .setDigests(KeyProperties.DIGEST_MD5, KeyProperties.DIGEST_SHA512)
TestUtils.java     [all...]
KeyPairGeneratorTest.java 550 KeyProperties.DIGEST_MD5,
    [all...]
  /external/nos/host/generic/nugget/proto/nugget/app/keymaster/
keymaster_defs.proto 130 DIGEST_MD5 = 1;
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSSignedGenerator.java 42 public static final String DIGEST_MD5 = PKCSObjectIdentifiers.md5.getId();
  /external/webrtc/webrtc/p2p/base/
turnserver.cc 400 nonce += rtc::ComputeHmac(rtc::DIGEST_MD5, nonce_key_, input);
422 rtc::DIGEST_MD5, nonce_key_, std::string(p, sizeof(then)))) {
stun.cc 908 rtc::DIGEST_MD5, input.c_str(), input.size(),
  /external/nos/host/android/hals/keymaster/
proto_utils.cpp 202 return nosapp::Digest::DIGEST_MD5;
225 case nosapp::Digest::DIGEST_MD5:
    [all...]
  /prebuilts/devtools/tools/lib/
bcpkix-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/
bcpkix-jdk15on-1.48.jar 
  /prebuilts/tools/common/offline-m2/org/bouncycastle/bcpkix-jdk15on/1.48/
bcpkix-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.56/
bcpkix-jdk15on-1.56.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 558 milliseconds