HomeSort by relevance Sort by last modified time
    Searched full:sha1 (Results 1 - 25 of 536) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/openssl/crypto/objects/
obj_xref.txt 8 sha1WithRSAEncryption sha1 rsaEncryption
21 sha1WithRSA sha1 rsa
24 dsaWithSHA1 sha1 dsa
26 dsaWithSHA1_2 sha1 dsa_2
28 ecdsa_with_SHA1 sha1 X9_62_id_ecPublicKey
  /external/dropbear/libtomcrypt/src/hashes/
sha1.c 14 @file sha1.c
15 SHA1 code by Tom St Denis
19 #ifdef SHA1
23 "sha1",
61 a = md->sha1.state[0];
62 b = md->sha1.state[1];
63 c = md->sha1.state[2];
64 d = md->sha1.state[3];
65 e = md->sha1.state[4];
141 md->sha1.state[0] = md->sha1.state[0] + a
    [all...]
  /system/extras/ext4_utils/
uuid.c 21 #include "sha1.h"
35 unsigned char sha1[SHA1_DIGEST_LENGTH])
41 SHA1Final(sha1, &ctx);
46 unsigned char sha1[SHA1_DIGEST_LENGTH]; local
49 sha1_hash(namespace, name, (unsigned char*)sha1);
50 memcpy(uuid, sha1, sizeof(struct uuid));
  /external/dbus/test/data/valid-config-files/
debug-allow-all-sha1.conf 1 <!-- Bus that listens on a debug pipe and requires SHA1 auth, used to test SHA1 -->
debug-allow-all-sha1.conf.in 1 <!-- Bus that listens on a debug pipe and requires SHA1 auth, used to test SHA1 -->
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_peap_common.c 18 #include "crypto/sha1.h"
43 * T1 = HMAC-SHA1(K, S | 0x01 | 0x00 | 0x00)
44 * T2 = HMAC-SHA1(K, T1 | S | 0x02 | 0x00 | 0x00)
46 * Tn = HMAC-SHA1(K, Tn-1 | S | n | 0x00 | 0x00)
59 * T1 = HMAC-SHA1(K, S | LEN | 0x01)
60 * T2 = HMAC-SHA1 (K, T1 | S | LEN | 0x02)
61 * T3 = HMAC-SHA1 (K, T2 | S | LEN | 0x03)
62 * T4 = HMAC-SHA1 (K, T3 | S | LEN | 0x04)
  /dalvik/libdex/
sha1.h 2 * See "sha1.c" for author info.
  /system/core/fastboot/
signfile.sh 9 openssl dgst -passin pass:"$3" -binary -sha1 -sign $1.pem $2 > $2.sign
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JCEDigestUtil.java 26 private static Set sha1 = new HashSet(); field in class:JCEDigestUtil
41 sha1.add("SHA1");
42 sha1.add("SHA-1");
43 sha1.add(OIWObjectIdentifiers.idSHA1.getId());
66 oids.put("SHA1", OIWObjectIdentifiers.idSHA1);
94 if (sha1.contains(digestName))
128 return (sha1.contains(digest1) && sha1.contains(digest2))
  /external/ipsec-tools/src/racoon/samples/
racoon.conf.sample-inherit 24 hash_algorithm sha1;
42 hash_algorithm sha1;
  /external/ipsec-tools/src/racoon/samples/roadwarrior/server/
racoon.conf 18 hash_algorithm sha1;
racoon.conf-radius 18 hash_algorithm sha1;
  /external/ppp/pppd/
sha1.h 0 /* sha1.h */
openssl-hash.c 24 /* Use the SHA1 functions in openssl to save the flash space.*/
26 sha1_md = EVP_get_digestbyname("sha1");
28 dbglog("Error Unknown message digest SHA1\n");
  /bootable/recovery/applypatch/
main.c 46 // Parse arguments (which should be of the form "<sha1>" or
47 // "<sha1>:<filename>" into the new parallel arrays *sha1s and
68 printf("failed to parse sha1 \"%s\"\n", argv[i]);
144 // - if the sha1 hash of <tgt-file> is <tgt-sha1>, does nothing and exits
147 // - otherwise, if the sha1 hash of <src-file> is <src-sha1>, applies the
150 // file has sha1 hash <tgt-sha1>, moves it to replace <tgt-file>, and
166 "usage: %s <src-file> <tgt-file> <tgt-sha1> <tgt-size>
    [all...]
  /bionic/libc/include/
sha1.h 1 /* $NetBSD: sha1.h,v 1.13 2005/12/26 18:41:36 perry Exp $ */
  /development/ndk/platforms/android-3/include/
sha1.h 1 /* $NetBSD: sha1.h,v 1.13 2005/12/26 18:41:36 perry Exp $ */
  /device/samsung/crespo4g/
releasetools.py 65 elif sf and tf.sha1 == sf.sha1:
75 elif sf and tf.sha1 == sf.sha1:
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/iana/
IANAObjectIdentifiers.java 7 // id-SHA1 OBJECT IDENTIFIER ::=
  /external/ipsec-tools/src/racoon/samples/roadwarrior/client/
racoon.conf 20 hash_algorithm sha1;
  /external/webkit/SunSpider/tests/sunspider-0.9/
LIST 15 crypto-sha1
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
LIST 15 crypto-sha1
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
sha1.h 1 /* $NetBSD: sha1.h,v 1.13 2005/12/26 18:41:36 perry Exp $ */
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
sha1.h 1 /* $NetBSD: sha1.h,v 1.13 2005/12/26 18:41:36 perry Exp $ */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
sha1.h 1 /* $NetBSD: sha1.h,v 1.13 2005/12/26 18:41:36 perry Exp $ */

Completed in 2092 milliseconds

1 2 3 4 5 6 7 8 91011>>