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

1 23 4 5 6 7 8 91011>>

  /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");
  /external/robolectric/
update-downloads.rb 12 require 'digest/sha1'
16 sha1 = Digest::SHA1.hexdigest File.read(f)
28 download_html += " <td class=\"sha\">#{sha1}</td>\n"
  /frameworks/compile/libbcc/lib/Support/
sha1.h 2 * See "sha1.c" for author info.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sha.py 10 from hashlib import sha1 as sha
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sha.py 10 from hashlib import sha1 as sha
  /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]);
163 // - if the sha1 hash of <tgt-file> is <tgt-sha1>, does nothing and exits
166 // - otherwise, if the sha1 hash of <src-file> is <src-sha1>, applies the
169 // file has sha1 hash <tgt-sha1>, moves it to replace <tgt-file>, and
185 "usage: %s [-b <bonus-file>] <src-file> <tgt-file> <tgt-sha1> <tgt-size>
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
PSSParameterSpecTest.java 79 MGF1ParameterSpec.SHA1, 20, 1);
94 new PSSParameterSpec(null, "MGF1", MGF1ParameterSpec.SHA1, 20, 1);
111 new PSSParameterSpec("SHA-1", null, MGF1ParameterSpec.SHA1, 20, 1);
129 MGF1ParameterSpec.SHA1, -20, 1);
147 MGF1ParameterSpec.SHA1, 20, -1);
171 MGF1ParameterSpec.SHA1, 20, 1);
181 MGF1ParameterSpec.SHA1, 20, 1);
191 MGF1ParameterSpec.SHA1, 20, 1);
192 assertTrue(MGF1ParameterSpec.SHA1.equals(pssps.getMGFParameters()));
223 MGF1ParameterSpec.SHA1, 20, 1)
    [all...]
  /external/chromium_org/net/cert/
x509_certificate_ios.cc 172 SHA1HashValue sha1; local
173 memset(sha1.data, 0, sizeof(sha1.data));
177 return sha1;
180 CC_SHA1(CFDataGetBytePtr(cert_data), CFDataGetLength(cert_data), sha1.data);
182 return sha1;
188 SHA1HashValue sha1; local
189 memset(sha1.data, 0, sizeof(sha1.data));
199 return sha1;
    [all...]
x509_certificate_nss.cc 214 SHA1HashValue sha1; local
215 memset(sha1.data, 0, sizeof(sha1.data));
220 SECStatus rv = HASH_HashBuf(HASH_AlgSHA1, sha1.data,
224 return sha1;
230 SHA1HashValue sha1; local
231 memset(sha1.data, 0, sizeof(sha1.data));
235 return sha1;
242 HASH_End(sha1_ctx, sha1.data, &result_len, HASH_ResultLenContext(sha1_ctx))
    [all...]
  /external/chromium_org/net/data/ssl/scripts/
aia-test.cnf 12 algo = sha1
21 default_md = sha1
47 default_md = sha1
policy.cnf 11 algo = sha1
20 default_md = sha1
52 default_md = sha1
  /external/chromium_org/third_party/libjingle/source/talk/
LICENSE_THIRD_PARTY 21 Originally downloaded from http://svn.ghostscript.com/jbig2dec/tags/release_0_02/sha1.*
22 base/sha1.c
23 base/sha1.h
  /external/openssh/regress/
kextype.sh 16 kextypes="$kextypes diffie-hellman-group-exchange-sha1"
17 kextypes="$kextypes diffie-hellman-group14-sha1"
18 kextypes="$kextypes diffie-hellman-group1-sha1"
  /libcore/luni/src/test/java/tests/security/spec/
PSSParameterSpecTest.java 71 MGF1ParameterSpec.SHA1, 20, 1);
86 new PSSParameterSpec(null, "MGF1", MGF1ParameterSpec.SHA1, 20, 1);
103 new PSSParameterSpec("SHA-1", null, MGF1ParameterSpec.SHA1, 20, 1);
121 MGF1ParameterSpec.SHA1, -20, 1);
139 MGF1ParameterSpec.SHA1, 20, -1);
163 MGF1ParameterSpec.SHA1, 20, 1);
173 MGF1ParameterSpec.SHA1, 20, 1);
183 MGF1ParameterSpec.SHA1, 20, 1);
184 assertTrue(MGF1ParameterSpec.SHA1.equals(pssps.getMGFParameters()));
215 MGF1ParameterSpec.SHA1, 20, 1)
    [all...]
  /external/chromium_org/crypto/
signature_creator_unittest.cc 8 #include "base/sha1.h"
74 std::string sha1 = base::SHA1HashString(data); local
75 // Sign sha1 of the input data.
79 reinterpret_cast<const uint8*>(sha1.c_str()),
80 sha1.size(),
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/
download.py 48 '''Read from from-stream and generate sha1 and size info.
61 A tuple (sha1, size) where sha1 is a sha1-hash for the archive data and
69 sha1_hash = hashlib.sha1()
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/digest/
SHA1.java 24 public class SHA1
26 private SHA1()
51 * SHA1 HMac
72 * SHA1 HMac
91 super("PBEwithHmacSHA", null, false, PKCS12, SHA1, 160, 0);
138 int digest = SHA1;
171 private static final String PREFIX = SHA1.class.getName();
180 provider.addAlgorithm("Alg.Alias.MessageDigest.SHA1", "SHA-1");
184 addHMACAlgorithm(provider, "SHA1", PREFIX + "$HashMac", PREFIX + "$KeyGenerator");
185 addHMACAlias(provider, "SHA1", PKCSObjectIdentifiers.id_hmacWithSHA1)
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
CertificateTest.java 93 MessageDigest messageDigest = MessageDigest.getInstance("SHA1");
95 byte[] sha1 = messageDigest.digest();
96 return convertToHexFingerprint(sha1);
99 private String convertToHexFingerprint(byte[] sha1) {
101 for (int i = 0; i < sha1.length; i++) {
102 fingerprint.append(String.format("%02X", sha1[i]));
103 if (i + 1 < sha1.length) {
  /external/chromium_org/third_party/WebKit/Source/wtf/
SHA1.cpp 36 #include "wtf/SHA1.h"
75 SHA1::SHA1()
80 void SHA1::addBytes(const uint8_t* input, size_t length)
91 void SHA1::computeHash(Vector<uint8_t, 20>& digest)
109 CString SHA1::hexDigest(const Vector<uint8_t, 20>& digest)
121 CString SHA1::computeHexDigest()
128 void SHA1::finalize()
152 void SHA1::processBlock()
186 void SHA1::reset(
    [all...]
  /frameworks/compile/libbcc/tools/build/
gen-build-info.py 26 sha1 = hashlib.sha1 variable
29 sha1 = sha.sha variable
62 hasher = sha1()
74 hasher = sha1()
113 # Compute SHA1
  /external/wpa_supplicant_8/src/crypto/
sha1-prf.c 2 * SHA1-based PRF
12 #include "sha1.h"
17 * sha1_prf - SHA1-based Pseudo-Random Function (PRF) (IEEE 802.11i, 8.5.1.1)
  /bionic/libc/include/sys/
sha1.h 1 /* $NetBSD: sha1.h,v 1.13 2005/12/26 18:41:36 perry Exp $ */

Completed in 1063 milliseconds

1 23 4 5 6 7 8 91011>>