HomeSort by relevance Sort by last modified time
    Searched full:sha1 (Results 401 - 425 of 1214) sorted by null

<<11121314151617181920>>

  /external/chromium_org/crypto/
hmac_unittest.cc 77 crypto::HMAC hmac(crypto::HMAC::SHA1);
146 crypto::HMAC hmac(crypto::HMAC::SHA1);
213 crypto::HMAC hmac(crypto::HMAC::SHA1);
238 crypto::HMAC hmac(crypto::HMAC::SHA1);
252 crypto::HMAC hmac(crypto::HMAC::SHA1);
  /external/chromium_org/google_apis/gaia/
oauth_request_signer.cc 69 return "HMAC-SHA1";
71 return "RSA-SHA1";
201 // oauth_signature_method is HMAC-SHA1.
205 crypto::HMAC hmac(crypto::HMAC::SHA1);
228 // oauth_signature_method is RSA-SHA1.
  /external/chromium_org/third_party/libjingle/source/talk/base/
sha1.cc 66 * move public api to sha1.h
71 * Remove underscore from SHA1 prefix to avoid conflict with OpenSSL
100 #include "talk/base/sha1.h"
121 // (R0+R1), R2, R3, R4 are the different operations used in SHA1.
209 // SHA1 initialization constants.
  /system/extras/ext4_utils/
sha1.c 1 /* $NetBSD: sha1.c,v 1.1 2005/12/20 20:29:40 christos Exp $ */
2 /* $OpenBSD: sha1.c,v 1.9 1997/07/23 21:12:32 kstailey Exp $ */
27 #include "sha1.h"
51 * (R0+R1), R2, R3, R4 are the different operations (rounds) used in SHA1
204 /* SHA1 initialization constants */
  /packages/apps/Email/tests/src/com/android/emailcommon/utility/
UtilityUnitTests.java 127 byte[] sha1 = new byte[20];
130 assertEquals(0, Utility.getSmallHashFromSha1(sha1));
132 for (int i = 0; i < sha1.length; i++) {
133 sha1[i] = (byte) 0xFF;
135 assertEquals(Integer.MAX_VALUE, Utility.getSmallHashFromSha1(sha1));
139 sha1[19] = (byte) i;
140 Utility.getSmallHashFromSha1(sha1);
  /bootable/recovery/
verifier.cpp 159 LOGE("failed to alloc memory for sha1 buffer\n");
187 const uint8_t* sha1 = SHA_final(&sha1_ctx); local
193 case SHA_DIGEST_SIZE: hash = sha1; break;
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
ProviderTest.java 134 if (key.equals("Alg.Alias.MessageDigest.SHA1") && val.equals("SHA-1")) {
178 assertTrue(s1.contains("Alg.Alias.MessageDigest.SHA1"));
301 put("Alg.Alias.MessageDigest.SHA1", "SHA-1");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DESedeWrapEngine.java 58 Digest sha1 = AndroidDigestFactory.getSHA1(); field in class:DESedeWrapEngine
322 sha1.update(key, 0, key.length);
323 sha1.doFinal(digest, 0);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/
RSA.java 140 if (provider.hasAlgorithm("MessageDigest", "SHA1"))
150 addDigestSignature(provider, "SHA1", PREFIX + "DigestSignatureSpi$SHA1", PKCSObjectIdentifiers.sha1WithRSAEncryption);
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha1-s390x.pl 10 # SHA1 block procedure for s390x.
15 # twist is that SHA1 hardware support is detected and utilized. In
239 .string "SHA1 block transform for s390x, CRYPTOGAMS by <appro\@openssl.org>"
  /external/openssl/crypto/sha/asm/
sha1-s390x.pl 10 # SHA1 block procedure for s390x.
15 # twist is that SHA1 hardware support is detected and utilized. In
239 .string "SHA1 block transform for s390x, CRYPTOGAMS by <appro\@openssl.org>"
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
Security2Test.java 209 filter.put("MessageDigest.SHA1", "");
213 assertEquals("Filter : <MessageDigest.SHA1><TrustManagerFactory.X509>",
217 "Filter : <MessageDigest.SHA1><TrustManagerFactory.X509>",
  /prebuilts/devtools/repository/
sdk-sys-img-1.xsd 211 <xsd:documentation>A SHA1 checksum.</xsd:documentation>
220 <xsd:documentation>A file checksum, currently only SHA1.</xsd:documentation>
224 <xsd:attribute name="type" type="xsd:token" fixed="sha1" />
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeyCheckPage.java 265 String sha1 = mWizard.getCertSha1Fingerprint(); local
271 sb.append(String.format("<li>SHA1: %s</li>", sha1));
  /external/chromium_org/third_party/openssl/openssl/crypto/objects/
obj_mac.h 105 #define SN_hmac_sha1 "HMAC-SHA1"
106 #define LN_hmac_sha1 "hmac-sha1"
156 #define SN_dsaWithSHA1 "DSA-SHA1"
314 #define SN_ecdsa_with_SHA1 "ecdsa-with-SHA1"
578 #define SN_sha1WithRSAEncryption "RSA-SHA1"
650 #define SN_pbeWithSHA1AndDES_CBC "PBE-SHA1-DES"
655 #define SN_pbeWithSHA1AndRC2_CBC "PBE-SHA1-RC2-64"
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
obj_mac.h 105 #define SN_hmac_sha1 "HMAC-SHA1"
106 #define LN_hmac_sha1 "hmac-sha1"
156 #define SN_dsaWithSHA1 "DSA-SHA1"
314 #define SN_ecdsa_with_SHA1 "ecdsa-with-SHA1"
578 #define SN_sha1WithRSAEncryption "RSA-SHA1"
650 #define SN_pbeWithSHA1AndDES_CBC "PBE-SHA1-DES"
655 #define SN_pbeWithSHA1AndRC2_CBC "PBE-SHA1-RC2-64"
    [all...]
  /external/openssl/crypto/objects/
obj_mac.h 105 #define SN_hmac_sha1 "HMAC-SHA1"
106 #define LN_hmac_sha1 "hmac-sha1"
156 #define SN_dsaWithSHA1 "DSA-SHA1"
314 #define SN_ecdsa_with_SHA1 "ecdsa-with-SHA1"
578 #define SN_sha1WithRSAEncryption "RSA-SHA1"
650 #define SN_pbeWithSHA1AndDES_CBC "PBE-SHA1-DES"
655 #define SN_pbeWithSHA1AndRC2_CBC "PBE-SHA1-RC2-64"
    [all...]
  /external/openssl/include/openssl/
obj_mac.h 105 #define SN_hmac_sha1 "HMAC-SHA1"
106 #define LN_hmac_sha1 "hmac-sha1"
156 #define SN_dsaWithSHA1 "DSA-SHA1"
314 #define SN_ecdsa_with_SHA1 "ecdsa-with-SHA1"
578 #define SN_sha1WithRSAEncryption "RSA-SHA1"
650 #define SN_pbeWithSHA1AndDES_CBC "PBE-SHA1-DES"
655 #define SN_pbeWithSHA1AndRC2_CBC "PBE-SHA1-RC2-64"
    [all...]
  /build/tools/releasetools/
check_target_files_signatures 56 from hashlib import sha1 as sha1 namespace
58 from sha import sha as sha1 namespace
119 name = "unknown cert %s (%s)" % (common.sha1(cert).hexdigest()[:12],
  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
MacSpiTest.java 62 SecretKeySpec sks = new SecretKeySpec(bb1, "SHA1");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
SubjectKeyIdentifier.java 75 * Calculates the keyidentifier using a SHA1 hash over the BIT STRING
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
X509SignatureUtil.java 103 return "SHA1";
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
X509SignatureUtil.java 103 return "SHA1";
  /external/chromium/crypto/
hmac_unittest.cc 55 crypto::HMAC hmac(crypto::HMAC::SHA1);
124 crypto::HMAC hmac(crypto::HMAC::SHA1);
190 crypto::HMAC hmac(crypto::HMAC::SHA1);
228 crypto::HMAC hmac(crypto::HMAC::SHA1);
  /external/chromium_org/chrome/browser/metrics/variations/
variations_service.cc 17 #include "base/sha1.h"
133 const std::string sha1 = base::SHA1HashString(seed_data); local
134 return base::HexEncode(sha1.data(), sha1.size());

Completed in 1577 milliseconds

<<11121314151617181920>>