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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/net/base/
hash_value.h 55 // (eg: "sha1/...")
80 SHA1HashValue sha1; member in union:net::HashValue::__anon10932
118 // array of SHA1 hashes.
  /external/chromium_org/net/data/ssl/scripts/
ca.cnf 4 ALGO = sha1
27 default_md = sha1
66 default_md = sha1
ee.cnf 6 default_md = sha1
  /external/skia/bench/
ChecksumBench.cpp 70 SkSHA1 sha1; local
71 sha1.update(reinterpret_cast<uint8_t*>(fData), sizeof(fData));
73 sha1.finish(digest);
  /external/wpa_supplicant_8/src/crypto/
sha1-pbkdf2.c 2 * SHA1-based key derivation function (PBKDF2) for IEEE 802.11i
12 #include "sha1.h"
59 * pbkdf2_sha1 - SHA1-based key derivation function (PBKDF2) for IEEE 802.11i
sha1.h 2 * SHA1 hash implementation and interface functions
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_hashlib.py 37 supported_hash_names = ( 'md5', 'MD5', 'sha1', 'SHA1',
86 self.constructors_to_test['sha1'].add(_sha.new)
194 self.check_unicode('sha1')
240 self.check('sha1', "",
244 self.check('sha1', "abc",
248 self.check('sha1', "abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq",
252 self.check('sha1', "a" * 1000000,
259 self.check('sha1', 'A'*size,
268 self.check_update('sha1', 'A'*size
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_hashlib.py 37 supported_hash_names = ( 'md5', 'MD5', 'sha1', 'SHA1',
86 self.constructors_to_test['sha1'].add(_sha.new)
194 self.check_unicode('sha1')
240 self.check('sha1', "",
244 self.check('sha1', "abc",
248 self.check('sha1', "abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq",
252 self.check('sha1', "a" * 1000000,
259 self.check('sha1', 'A'*size,
268 self.check_update('sha1', 'A'*size
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
AndroidDigestFactoryOpenSSL.java 26 return new OpenSSLDigest.SHA1();
OpenSSLDigest.java 33 * Holds the EVP_MD for the hashing algorithm, e.g. EVP_get_digestbyname("sha1");
132 public static class SHA1 extends OpenSSLDigest {
133 private static final long EVP_MD = NativeCrypto.EVP_get_digestbyname("sha1");
136 public SHA1() { super("SHA-1", EVP_MD, SIZE, BLOCK_SIZE); }
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
CHANGELOG.txt 13 * Added missing base_string debug info when using RSA-SHA1
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
CHANGELOG.txt 13 * Added missing base_string debug info when using RSA-SHA1
  /external/chromium_org/chrome/common/metrics/
metrics_util.cc 7 #include "base/sha1.h"
  /external/chromium_org/third_party/tlslite/patches/
python26.patch 15 + from hashlib import sha1 as sha
40 + from hashlib import sha1 as sha
63 + from hashlib import sha1 as sha
86 + from hashlib import sha1 as sha
  /external/openssh/regress/
ssh-com.sh 95 macs="$macs hmac-sha1 hmac-sha1-96 hmac-md5-96"
99 macs="$macs hmac-sha1 hmac-sha1-96 hmac-md5-96"
  /external/ppp/pppd/
srp-entry.8 10 srp\-entry \- Generate a SRP\-SHA1 Server Entry
21 /etc/ppp/srp\-secrets file on a PPP EAP SRP\-SHA1 authenticator
34 well-known modulus and generator specified in the EAP SRP\-SHA1 draft.
75 .I EAP SRP\-SHA1 Authentication Protocol.
  /external/srtp/crypto/include/
crypto.h 32 * authentication function type, e.g. HMAC-SHA1. A NULL_AUTH is
  /external/srtp/doc/
references.txt 13 HMAC is defined in RFC2104, and HMAC-SHA1 test vectors are available
  /frameworks/compile/libbcc/tools/build/
gen-sha1-stamp.py 23 sha1 = hashlib.sha1 variable
26 sha1 = sha.sha variable
41 h = sha1()
  /libcore/crypto/src/main/java/org/conscrypt/
OpenSSLMessageDigestJDK.java 33 * Holds the EVP_MD for the hashing algorithm, e.g. EVP_get_digestbyname("sha1");
123 public static class SHA1 extends OpenSSLMessageDigestJDK {
124 private static final long EVP_MD = NativeCrypto.EVP_get_digestbyname("sha1");
126 public SHA1() throws NoSuchAlgorithmException {
  /system/extras/ext4_utils/
sha1.h 1 /* $NetBSD: sha1.h,v 1.13 2005/12/26 18:41:36 perry Exp $ */
  /device/asus/deb/
releasetools.py 35 len(source_radio_img), common.sha1(source_radio_img).hexdigest(),
36 len(target_radio_img), common.sha1(target_radio_img).hexdigest()))
69 if tf.sha1 == sf.sha1:
86 sf.size, sf.sha1, tf.size, tf.sha1),
87 "-", tf.size, tf.sha1, sf.sha1, "radio.img.p")
  /device/asus/flo/
releasetools.py 41 len(source_radio_img), common.sha1(source_radio_img).hexdigest(),
42 len(target_radio_img), common.sha1(target_radio_img).hexdigest()))
82 if tf.sha1 == sf.sha1:
99 sf.size, sf.sha1, tf.size, tf.sha1),
100 "-", tf.size, tf.sha1, sf.sha1, "radio.img.p")
  /device/lge/mako/
releasetools.py 35 len(source_radio_img), common.sha1(source_radio_img).hexdigest(),
36 len(target_radio_img), common.sha1(target_radio_img).hexdigest()))
69 if tf.sha1 == sf.sha1:
86 sf.size, sf.sha1, tf.size, tf.sha1),
87 "-", tf.size, tf.sha1, sf.sha1, "radio.img.p")
  /external/chromium/base/
sha1_win.cc 5 #include "base/sha1.h"
11 // sha1 inside base, we cannot depend on src/crypto.

Completed in 851 milliseconds

1 2 3 4 5 67 8 91011>>