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

1 2 3 4 5 67 8 91011>>

  /external/wpa_supplicant_8/hs20/client/
Makefile 65 OBJS += ../../src/crypto/sha1-internal.o
Android.mk 55 OBJS += ../../src/crypto/sha1-internal.c
  /prebuilts/go/darwin-x86/src/cmd/fix/
import_test.go 278 _ "crypto/sha1"
291 _ "crypto/sha1"
  /prebuilts/go/darwin-x86/src/crypto/sha1/
sha1.go 5 // Package sha1 implements the SHA1 hash algorithm as defined in RFC 3174.
6 package sha1 package
14 crypto.RegisterHash(crypto.SHA1, New)
17 // The size of a SHA1 checksum in bytes.
20 // The blocksize of SHA1 in bytes.
50 // New returns a new hash.Hash computing the SHA1 checksum.
192 // Sum returns the SHA1 checksum of the data.
  /prebuilts/go/linux-x86/src/cmd/fix/
import_test.go 278 _ "crypto/sha1"
291 _ "crypto/sha1"
  /prebuilts/go/linux-x86/src/crypto/sha1/
sha1.go 5 // Package sha1 implements the SHA1 hash algorithm as defined in RFC 3174.
6 package sha1 package
14 crypto.RegisterHash(crypto.SHA1, New)
17 // The size of a SHA1 checksum in bytes.
20 // The blocksize of SHA1 in bytes.
50 // New returns a new hash.Hash computing the SHA1 checksum.
192 // Sum returns the SHA1 checksum of the data.
  /build/make/tools/releasetools/
ota_from_target_files 801 source_boot.size, source_boot.sha1,
802 target_boot.size, target_boot.sha1))
858 source_boot.size, source_boot.sha1,
859 target_boot.size, target_boot.sha1),
861 target_boot.size, target_boot.sha1
    [all...]
ota_from_target_files.py 801 source_boot.size, source_boot.sha1,
802 target_boot.size, target_boot.sha1))
858 source_boot.size, source_boot.sha1,
859 target_boot.size, target_boot.sha1),
861 target_boot.size, target_boot.sha1
    [all...]
sparse_img.py 18 from hashlib import sha1
148 h = sha1()
common.py 37 from hashlib import sha1 as sha1
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_hashlib.py 37 supported_hash_names = ( 'md5', 'MD5', 'sha1', 'SHA1',
86 self.constructors_to_test['sha1'].add(_sha.new)
182 self.check_unicode('sha1')
219 self.check('sha1', "",
223 self.check('sha1', "abc",
227 self.check('sha1', "abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq",
231 self.check('sha1', "a" * 1000000,
329 hasher = hashlib.sha1()
333 expected_hash = hashlib.sha1(data*num_threads).hexdigest()
    [all...]
test_unicodedata.py 26 h = hashlib.sha1()
86 h = hashlib.sha1()
  /external/boringssl/
sources.mk 243 linux-aarch64/crypto/fipsmodule/sha1-armv8.S\
255 linux-arm/crypto/fipsmodule/sha1-armv4-large.S\
273 linux-x86/crypto/fipsmodule/sha1-586.S\
292 linux-x86_64/crypto/fipsmodule/sha1-x86_64.S\
  /external/curl/tests/certs/scripts/
genserv.sh 84 echo "openssl x509 -set_serial $SERIAL -extfile $PREFIX-sv.prm -days $DURATION -CA $CAPREFIX-ca.cacert -CAkey $CAPREFIX-ca.key -in $PREFIX-sv.csr -req -text -nameopt multiline -sha1 > $PREFIX-sv.crt "
86 $OPENSSL x509 -set_serial $SERIAL -extfile $PREFIX-sv.prm -days $DURATION -CA $CAPREFIX-ca.cacert -CAkey $CAPREFIX-ca.key -in $PREFIX-sv.csr -req -text -nameopt multiline -sha1 > $PREFIX-sv.crt
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeyCheckPage.java 265 String sha1 = mWizard.getCertSha1Fingerprint(); local
271 sb.append(String.format("<li>SHA1: %s</li>", sha1));
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
Utility.java 389 /* package for testing */ static int getSmallHashFromSha1(byte[] sha1) {
390 final int offset = sha1[19] & 0xf; // SHA1 is 20 bytes.
391 return ((sha1[offset] & 0x7f) << 24)
392 | ((sha1[offset + 1] & 0xff) << 16)
393 | ((sha1[offset + 2] & 0xff) << 8)
394 | ((sha1[offset + 3] & 0xff));
  /prebuilts/go/darwin-x86/src/crypto/rsa/
pkcs1v15_test.go 11 "crypto/sha1"
196 h := sha1.New()
200 s, err := SignPKCS1v15(nil, rsaPrivateKey, crypto.SHA1, digest)
214 h := sha1.New()
220 err := VerifyPKCS1v15(&rsaPrivateKey.PublicKey, crypto.SHA1, digest, sig)
  /prebuilts/go/darwin-x86/src/crypto/x509/
root_darwin.go 12 "crypto/sha1"
97 sha1CapHex := fmt.Sprintf("%X", sha1.Sum(block.Bytes))
176 // sha1 hex of the raw cert.
  /prebuilts/go/linux-x86/src/crypto/rsa/
pkcs1v15_test.go 11 "crypto/sha1"
196 h := sha1.New()
200 s, err := SignPKCS1v15(nil, rsaPrivateKey, crypto.SHA1, digest)
214 h := sha1.New()
220 err := VerifyPKCS1v15(&rsaPrivateKey.PublicKey, crypto.SHA1, digest, sig)
  /prebuilts/go/linux-x86/src/crypto/x509/
root_darwin.go 12 "crypto/sha1"
97 sha1CapHex := fmt.Sprintf("%X", sha1.Sum(block.Bytes))
176 // sha1 hex of the raw cert.
  /external/wpa_supplicant_8/hostapd/
Android.mk 611 OBJS += src/crypto/sha1-internal.c
771 SHA1OBJS += src/crypto/sha1.c
773 SHA1OBJS += src/crypto/sha1-prf.c
775 SHA1OBJS += src/crypto/sha1-internal.c
781 SHA1OBJS += src/crypto/sha1-pbkdf2.c
784 SHA1OBJS += src/crypto/sha1-tprf.c
787 SHA1OBJS += src/crypto/sha1-tlsprf.c
  /build/kati/
parser.go 25 "crypto/sha1"
757 hash [sha1.Size]byte
771 func (mc *makefileCacheT) lookup(filename string) (makefile, [sha1.Size]byte, bool, error) {
772 var hash [sha1.Size]byte
786 func (mc *makefileCacheT) parse(filename string) (makefile, [sha1.Size]byte, error) {
802 hash = sha1.Sum(c)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
uuid.py 551 from hashlib import sha1
552 hash = sha1(namespace.bytes + name).digest()
  /external/libmojo/third_party/jinja2/
loaders.py 16 from hashlib import sha1
449 return 'tmpl_' + sha1(name.encode('utf-8')).hexdigest()
  /external/python/cpython2/Lib/test/
test_hashlib.py 39 supported_hash_names = ( 'md5', 'MD5', 'sha1', 'SHA1',
88 self.constructors_to_test['sha1'].add(_sha.new)
205 self.check_unicode('sha1')
241 self.check('sha1', "",
245 self.check('sha1', "abc",
249 self.check('sha1', "abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq",
253 self.check('sha1', "a" * 1000000,
260 self.check('sha1', 'A'*size,
269 self.check_update('sha1', 'A'*size
    [all...]

Completed in 2860 milliseconds

1 2 3 4 5 67 8 91011>>