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

<<11121314151617181920>>

  /frameworks/compile/libbcc/lib/Support/
Android.mk 64 sha1.c \
sha1.c 87 #include "sha1.h"
124 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
202 /* SHA1 initialization constants */
351 1 /*(!strncmp(checkline,"SHA1=", 5))*/)
503 //printf("SHA1=");
522 "No SHA1 lines found in %s\n",
  /libcore/luni/src/test/java/com/android/org/bouncycastle/crypto/digests/
DigestTest.java 106 Digest newDigest = new OpenSSLDigest.SHA1();
  /system/core/fastbootd/
bootimg.h 60 unsigned id[8]; /* timestamp / checksum / sha1 / etc */
  /system/core/mkbootimg/
bootimg.h 49 unsigned id[8]; /* timestamp / checksum / sha1 / etc */
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
DigestSignatureSpi.java 266 static public class SHA1
269 public SHA1()
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
BouncyCastleProvider.java 117 // "GOST3411", "MD2", "MD4", "MD5", "SHA1", "RIPEMD128", "RIPEMD160", "RIPEMD256", "RIPEMD320", "SHA224", "SHA256", "SHA384", "SHA512", "SHA3", "Tiger", "Whirlpool"
120 "MD5", "SHA1", "SHA256", "SHA384", "SHA512",
  /external/chromium/net/base/
x509_certificate_win.cc 10 #include "base/sha1.h"
1003 SHA1Fingerprint sha1; local
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/
nacl-mono-buildbot.py 127 sha1_hash = hashlib.sha1()
132 archive['checksum'] = { 'sha1': sha1_hash.hexdigest() }
  /external/dropbear/libtomcrypt/testprof/
katja_test.c 13 hash_idx = find_hash("sha1");
16 fprintf(stderr, "katja_test requires SHA1 and yarrow");
x86_prof.c 195 #ifdef SHA1
847 find_prng("yarrow"), find_hash("sha1"),
867 if ((err = rsa_decrypt_key(buf[1], z, buf[0], &zzz, (const unsigned char *)"testprog", 8, find_hash("sha1"),
888 find_prng("yarrow"), find_hash("sha1"), 8, &key)) != CRYPT_OK) {
906 if ((err = rsa_verify_hash(buf[1], z, buf[0], 20, find_hash("sha1"), 8, &stat, &key)) != CRYPT_OK) {
966 find_prng("yarrow"), find_hash("sha1"),
982 if ((err = katja_decrypt_key(buf[1], z, buf[0], &zzz, "testprog", 8, find_hash("sha1"),
1066 if ((err = ecc_encrypt_key(buf[0], 20, buf[1], &z, &yarrow_prng, find_prng("yarrow"), find_hash("sha1"),
1166 hash_idx = find_hash("sha1");
1169 fprintf(stderr, "Warning the MAC tests requires AES and SHA1 to operate... so sorry\n")
    [all...]
  /external/ipsec-tools/src/racoon/
eaytest.c 747 printf("\n**Test for HMAC MD5, SHA1, and SHA256.**\n");
749 printf("\n**Test for HMAC MD5 & SHA1.**\n");
789 /* HMAC SHA1 */
790 printf("HMAC SHA1 by eay_hmacsha1_one()\n");
801 /* HMAC SHA1 */
802 printf("HMAC SHA1 by eay_hmacsha1_xxx()\n");
847 printf("\n**Test for SHA1.**\n");
1008 { "sha1", sha1test, },
  /external/oauth/core/src/main/java/net/oauth/
OAuth.java 53 public static final String HMAC_SHA1 = "HMAC-SHA1";
54 public static final String RSA_SHA1 = "RSA-SHA1";
  /frameworks/compile/libbcc/lib/Renderscript/
RSInfoWriter.cpp 40 pResult.sha1 =
49 if (pResult.sha1 == rsinfo::gInvalidStringIndex) {
  /dalvik/libdex/
sha1.cpp 82 #include "sha1.h"
125 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
203 /* SHA1 initialization constants */
352 1 /*(!strncmp(checkline,"SHA1=", 5))*/)
483 //printf("SHA1=");
502 "No SHA1 lines found in %s\n",
  /external/bison/build-aux/
announce-gen 34 or eval 'use Digest::SHA1';
80 --no-print-checksums do not emit MD5 or SHA1 checksums
147 Print the MD5 and SHA1 signature section for each C<@file>.
155 print "Here are the MD5 and SHA1 checksums:\n";
158 foreach my $meth (qw (md5 sha1))
168 : Digest::SHA1->new->addfile(*IN)->hexdigest);
  /external/chromium_org/content/common/
plugin_list_posix.cc 25 #include "base/sha1.h"
95 std::string sha1; member in struct:content::__anon10331::BadEntry
120 std::string sha1 = base::SHA1HashString(file_content); local
122 for (size_t j = 0; j < sha1.size(); j++)
123 base::StringAppendF(&sha1_readable, "%02x", sha1[j] & 0xFF);
124 if (bad_entries[i].sha1 == sha1_readable)
  /external/chromium_org/native_client_sdk/src/build_tools/tests/
update_nacl_manifest_test.py 71 archive.checksum = {'sha1': 'foobar'}
96 archive.checksum = {'sha1': 'blah'}
713 self.sha1 = hashlib.sha1(test_data).hexdigest()
742 self.assertEqual(archive['checksum']['sha1'], self.sha1)
  /external/smack/src/org/xbill/DNS/
DNSSEC.java 37 /** RSA/SHA1 public key */
40 /** DSA/SHA1, NSEC3-aware public key */
43 /** RSA/SHA1, NSEC3-aware public key */
78 algs.add(DSA_NSEC3_SHA1, "DSA-NSEC3-SHA1");
79 algs.add(RSA_NSEC3_SHA1, "RSA-NSEC3-SHA1");
1004 case DSRecord.Digest.SHA1:
  /external/wpa_supplicant_8/hostapd/
Android.mk 717 SHA1OBJS += src/crypto/sha1.c
719 SHA1OBJS += src/crypto/sha1-prf.c
721 SHA1OBJS += src/crypto/sha1-internal.c
727 SHA1OBJS += src/crypto/sha1-pbkdf2.c
730 SHA1OBJS += src/crypto/sha1-tprf.c
733 SHA1OBJS += src/crypto/sha1-tlsprf.c
  /external/chromium_org/third_party/openssl/openssl/crypto/objects/
obj_dat.h     [all...]
  /external/openssl/crypto/objects/
obj_dat.h     [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha1-sparcv9a.pl 22 # 40% over pure IALU sha1-sparcv9.pl on UltraSPARC-IIi, but 12% on
29 # crypto/sha/asm/sha1-sparcv9.pl with this module.
110 # 2x-parallelized the procedure is "worth" 5, 8.5 or 6 ticks per SHA1
117 # sha1-sparcv9.pl module exhibits virtually uniform performance of
118 # ~9.3 cycles per SHA1 round. Timings mentioned above are theoretical
120 # per SHA1 round on USIIi and 8.3 on USIII. The latter is lower than
541 .asciz "SHA1 block transform for SPARCv9a, CRYPTOGAMS by <appro\@openssl.org>"
  /external/chromium_org/third_party/openssl/openssl/ssl/
s3_cbc.c 352 SHA_CTX *sha1 = ctx; local
353 l2n(sha1->h0, md_out);
354 l2n(sha1->h1, md_out);
355 l2n(sha1->h2, md_out);
356 l2n(sha1->h3, md_out);
357 l2n(sha1->h4, md_out);
646 * (SHA1) or 11 bytes (MD5). */
  /external/openssl/crypto/sha/asm/
sha1-sparcv9a.pl 22 # 40% over pure IALU sha1-sparcv9.pl on UltraSPARC-IIi, but 12% on
29 # crypto/sha/asm/sha1-sparcv9.pl with this module.
110 # 2x-parallelized the procedure is "worth" 5, 8.5 or 6 ticks per SHA1
117 # sha1-sparcv9.pl module exhibits virtually uniform performance of
118 # ~9.3 cycles per SHA1 round. Timings mentioned above are theoretical
120 # per SHA1 round on USIIi and 8.3 on USIII. The latter is lower than
541 .asciz "SHA1 block transform for SPARCv9a, CRYPTOGAMS by <appro\@openssl.org>"

Completed in 908 milliseconds

<<11121314151617181920>>