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

<<11121314151617181920>>

  /external/chromium_org/third_party/libyuv/
DEPS 133 "-s", Var("root_dir") + "/tools/gn/bin/win/gn.exe.sha1",
144 "-s", Var("root_dir") + "/tools/gn/bin/mac/gn.sha1",
155 "-s", Var("root_dir") + "/tools/gn/bin/linux/gn.sha1",
166 "-s", Var("root_dir") + "/tools/gn/bin/linux/gn32.sha1",
  /external/chromium_org/third_party/skia/src/utils/
SkSHA1.h 15 //The following macros can be defined to affect the SHA1 code generated.
  /external/chromium_org/third_party/webrtc/base/
md5.h 19 // Made context first parameter in MD5Final for consistency with Sha1.
sha1digest.h 15 #include "webrtc/base/sha1.h"
  /external/chromium_org/tools/perf/page_sets/
PRESUBMIT.py 27 """Searches for .sha1 files and uploads them to Cloud Storage.
35 if extension == '.sha1':
60 """Searches for .sha1 files and uploads them to Cloud Storage.
109 """Searches for .sha1 files and uploads them to Cloud Storage.
  /external/chromium_org/tools/telemetry/telemetry/util/
support_binaries.py 18 return os.path.exists(_GetBinPath(binary_name, platform_name) + '.sha1')
  /external/ipsec-tools/src/racoon/samples/
racoon.conf.sample-gssapi 23 hash_algorithm sha1;
racoon.conf.sample-plainrsa 33 hash_algorithm sha1;
  /external/skia/src/utils/
SkSHA1.h 15 //The following macros can be defined to affect the SHA1 code generated.
  /external/srtp/
timing 18 # timing.plt # # gnuplot script file for plotting the output generated by srtp_driver -t # # David A. McGrew # Cisco Systems, Inc. # set xrange [0:2500] set term pict "Times-Roman" 9 # # plot authentication-only data # set title "Authentication Only" set ylabel "Megabits per second" set xlabel "Octets in packet" set yrange [0:2000] set output "plot-auth.pict" plot "timing.dat" index 0 title "HMAC SHA1" with lines, "timing.dat" index 1 title "TMMH/AES" with lines, "timing.dat" index 2 title "TMMH/SE (…)
  /external/wpa_supplicant_8/hs20/server/www/
cert-enroll.php 26 $user = sha1(mt_rand());
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_passphrase.c 12 #include "crypto/sha1.h"
  /frameworks/compile/libbcc/include/bcc/Support/
Sha1Util.h 24 // This guard prevents system sha1.h (such as the one in bionic) has been
  /frameworks/support/
build.gradle 75 def sha1 = getSha1(repoArchive)
90 <sdk:checksum type=\"sha1\">${sha1}</sdk:checksum>\n\
122 HashFunction hashFunction = Hashing.sha1()
  /libcore/benchmarks/src/benchmarks/regression/
MessageDigestBenchmark.java 35 public enum Algorithm { MD5, SHA1, SHA256, SHA384, SHA512 };
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
CryptoProvider.java 36 super("Crypto", 1.0, "HARMONY (SHA1 digest; SecureRandom; SHA1withDSA signature)");
  /libcore/luni/src/test/java/libcore/javax/crypto/spec/
AlgorithmParametersTestOAEP.java 27 super("OAEP", new AlgorithmParameterAsymmetricHelper("RSA"), new OAEPParameterSpec("SHA-1", "MGF1", MGF1ParameterSpec.SHA1, PSource.PSpecified.DEFAULT));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_45.txt 9 protocol="application/pgp-signature"; micalg=pgp-sha1
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
hashlib.py 16 md5(), sha1(), sha224(), sha256(), sha384(), and sha512()
59 __always_supported = ('md5', 'sha1', 'sha224', 'sha256', 'sha384', 'sha512')
68 if name in ('SHA1', 'sha1'):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_45.txt 9 protocol="application/pgp-signature"; micalg=pgp-sha1
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
hashlib.py 16 md5(), sha1(), sha224(), sha256(), sha384(), and sha512()
59 __always_supported = ('md5', 'sha1', 'sha224', 'sha256', 'sha384', 'sha512')
68 if name in ('SHA1', 'sha1'):
  /external/chromium_org/third_party/tlslite/tlslite/utils/
rsakey.py 54 a PKCS1-SHA1 signature on the passed-in data.
60 @return: A PKCS1-SHA1 signature on the passed-in data.
62 hashBytes = SHA1(bytearray(bytes))
70 This verifies a PKCS1-SHA1 signature on the passed-in data.
73 @param sigBytes: A PKCS1-SHA1 signature.
81 hashBytes = SHA1(bytearray(bytes))
225 # There is a long history of confusion over whether the SHA1
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
PBE.java 36 static final int SHA1 = 1;
79 case SHA1:
85 throw new IllegalStateException("PKCS5 scheme 1 only supports MD2, MD5 and SHA1.");
102 case SHA1:
143 case SHA1:
  /external/chromium_org/tools/telemetry/telemetry/page/
cloud_storage.py 193 hash_path = file_path + '.sha1'
224 sha1 = hashlib.sha1()
231 sha1.update(chunk)
232 return sha1.hexdigest()
  /external/ppp/pppd/
Makefile.linux 73 # Enable EAP SRP-SHA1 authentication (requires libsrp)
97 # EAP SRP-SHA1
110 PPPDSRCS += sha1.c
111 HEADERS += sha1.h
112 PPPDOBJS += sha1.o

Completed in 823 milliseconds

<<11121314151617181920>>