HomeSort by relevance Sort by last modified time
    Searched full:sha1 (Results 251 - 275 of 827) sorted by null

<<11121314151617181920>>

  /external/openssl/crypto/pkcs7/t/
nav-smime 12 Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms9A58844C95949ECC78A1C54C"
74 Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------msD7863B84BD61E02C407F2F5E"
  /external/openssl/crypto/sha/
sha1.c 1 /* crypto/sha/sha1.c */
91 printf("SHA1(%s)= ",argv[i]);
sha1test.c 130 printf("error calculating SHA1 on '%s'\n",*P);
154 printf("error calculating SHA1 on 'a' * 1000\n");
  /external/srtp/crypto/hash/
hmac.c 139 /* initialize sha1 context */
163 /* hash message into sha1 context */
  /external/srtp/crypto/include/
crypto_types.h 184 * @brief HMAC-SHA1
187 * Hash Algorithm version 1 (SHA1).
  /external/srtp/
srtp7.vcproj 172 RelativePath=".\crypto\hash\sha1.c">
280 RelativePath=".\crypto\include\sha1.h">
  /libcore/luni/src/main/java/java/security/spec/
PSSParameterSpec.java 34 * <li>parameters for the <i>mgf</i>: {@link MGF1ParameterSpec#SHA1}</li>
68 this.mgfSpec = MGF1ParameterSpec.SHA1;
  /libcore/support/src/test/java/tests/support/
Support_TestProvider.java 60 put("Alg.Alias.MessageDigest.SHA1", "SHA");
99 put("Alg.Alias.Signature.SHA1/DSA", "SHA1withDSA");
  /bionic/libc/bionic/
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 $ */
23 #include <sha1.h>
48 * (R0+R1), R2, R3, R4 are the different operations (rounds) used in SHA1
201 /* 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);
  /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/src/main/java/org/bouncycastle/crypto/engines/
DESedeWrapEngine.java 55 Digest sha1 = new SHA1Digest(); field in class:DESedeWrapEngine
318 sha1.update(key, 0, key.length);
319 sha1.doFinal(digest, 0);
  /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>"
  /external/wpa_supplicant_6/wpa_supplicant/
Makefile 51 OBJS += ../src/crypto/sha1.o
58 OBJS_p += ../src/crypto/sha1.o
1046 OBJS_priv += ../src/crypto/sha1.o
1112 ../src/crypto/crypto_$(CONFIG_CRYPTO).o ../src/crypto/md5.o ../src/crypto/sha1.o \
1121 ../src/crypto/md5.o ../src/crypto/sha1.o ../src/crypto/aes.o \
1194 TEST_MS_FUNCS_OBJS = ../src/crypto/crypto_openssl.o ../src/crypto/sha1.o ../src/crypto/md5.o \
1201 TEST_SHA1_OBJS = ../src/crypto/sha1.o ../src/crypto/md5.o tests/test_sha1.o #../src/crypto/crypto_openssl.o
1202 test-sha1: $(TEST_SHA1_OBJS)
1204 ./test-sha1
1205 rm test-sha1
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
Security2Test.java 241 filter.put("MessageDigest.SHA1", "");
245 assertEquals("Filter : <MessageDigest.SHA1><TrustManagerFactory.X509>",
249 "Filter : <MessageDigest.SHA1><TrustManagerFactory.X509>",
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/build/
SignedJarBuilder.java 57 private static final String DIGEST_ALGORITHM = "SHA1";
58 private static final String DIGEST_ATTR = "SHA1-Digest";
59 private static final String DIGEST_MANIFEST_ATTR = "SHA1-Digest-Manifest";
  /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...]
  /bootable/bootloader/legacy/include/boot/
bootimg.h 60 unsigned id[8]; /* timestamp / checksum / sha1 / etc */
  /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],
  /docs/source.android.com/src/source/
building-kernels.md 39 The log should contain notes of the commit SHA1 for the appropriate
  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
MacSpiTest.java 62 SecretKeySpec sks = new SecretKeySpec(bb1, "SHA1");
  /external/bouncycastle/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);

Completed in 525 milliseconds

<<11121314151617181920>>