Home
last modified time | relevance | path

Searched refs:SHA1 (Results 1 – 25 of 182) sorted by relevance

12345678

/external/boringssl/src/crypto/evp/
Devp_tests.txt157 Digest = SHA1
162 Digest = SHA1
167 Digest = SHA1
173 Digest = SHA1
178 Digest = SHA1
185 Digest = SHA1
190 Digest = SHA1
203 Digest = SHA1
210 Digest = SHA1
217 Digest = SHA1
[all …]
/external/u-boot/doc/
DREADME.sha11 SHA1 usage:
4 In the U-Boot Image for the pcs440ep board is a SHA1 checksum integrated.
5 This SHA1 sum is used, to check, if the U-Boot Image in Flash is not
11 sha1 address len [addr] calculate the SHA1 sum [save at addr]
12 -p calculate the SHA1 sum from the U-Boot image in flash and print
16 calculates and prints the SHA1 sum, from the Image stored in Flash
19 check, if the SHA1 sum from the Image stored in Flash is correct
22 It is possible to calculate a SHA1 checksum from a memoryrange with:
27 which has no SHA1 sum, you can do the following:
35 b) Initialize the SHA1 sum in the Image with 0x00
[all …]
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DEvpMdRef.java40 } else if (SHA1.JCA_NAME.equals(algorithmUpper) || SHA1.OID.equals(algorithmUpper)) { in getJcaDigestAlgorithmStandardName()
41 return SHA1.JCA_NAME; in getJcaDigestAlgorithmStandardName()
58 } else if (SHA1.JCA_NAME.equals(algorithmUpper)) { in getEVP_MDByJcaDigestAlgorithmStandardName()
59 return EvpMdRef.SHA1.EVP_MD; in getEVP_MDByJcaDigestAlgorithmStandardName()
76 } else if (SHA1.JCA_NAME.equals(algorithmUpper)) { in getDigestSizeBytesByJcaDigestAlgorithmStandardName()
77 return EvpMdRef.SHA1.SIZE_BYTES; in getDigestSizeBytesByJcaDigestAlgorithmStandardName()
90 } else if (evpMdRef == SHA1.EVP_MD) { in getJcaDigestAlgorithmStandardNameFromEVP_MD()
91 return SHA1.JCA_NAME; in getJcaDigestAlgorithmStandardNameFromEVP_MD()
114 static final class SHA1 { class in EvpMdRef
119 private SHA1() {} in SHA1() method in EvpMdRef.SHA1
DOpenSSLMessageDigestJDK.java176 public static final class SHA1 extends OpenSSLMessageDigestJDK { class in OpenSSLMessageDigestJDK
178 public SHA1() throws NoSuchAlgorithmException { in SHA1() method in OpenSSLMessageDigestJDK.SHA1
179 super(EvpMdRef.SHA1.EVP_MD, EvpMdRef.SHA1.SIZE_BYTES); in SHA1()
/external/conscrypt/common/src/main/java/org/conscrypt/
DEvpMdRef.java41 } else if (SHA1.JCA_NAME.equals(algorithmUpper) in getJcaDigestAlgorithmStandardName()
42 || SHA1.OID.equals(algorithmUpper)) { in getJcaDigestAlgorithmStandardName()
43 return SHA1.JCA_NAME; in getJcaDigestAlgorithmStandardName()
62 } else if (SHA1.JCA_NAME.equals(algorithmUpper)) { in getEVP_MDByJcaDigestAlgorithmStandardName()
63 return EvpMdRef.SHA1.EVP_MD; in getEVP_MDByJcaDigestAlgorithmStandardName()
80 } else if (SHA1.JCA_NAME.equals(algorithmUpper)) { in getDigestSizeBytesByJcaDigestAlgorithmStandardName()
81 return EvpMdRef.SHA1.SIZE_BYTES; in getDigestSizeBytesByJcaDigestAlgorithmStandardName()
94 } else if (evpMdRef == SHA1.EVP_MD) { in getJcaDigestAlgorithmStandardNameFromEVP_MD()
95 return SHA1.JCA_NAME; in getJcaDigestAlgorithmStandardNameFromEVP_MD()
118 static final class SHA1 { class in EvpMdRef
[all …]
DOpenSSLMessageDigestJDK.java164 public static final class SHA1 extends OpenSSLMessageDigestJDK { class in OpenSSLMessageDigestJDK
165 public SHA1() throws NoSuchAlgorithmException { in SHA1() method in OpenSSLMessageDigestJDK.SHA1
166 super(EvpMdRef.SHA1.EVP_MD, EvpMdRef.SHA1.SIZE_BYTES); in SHA1()
/external/llvm/lib/Support/
DSHA1.cpp40 void SHA1::init() { in init()
54 void SHA1::hashBlock() { in hashBlock()
93 void SHA1::addUncounted(uint8_t data) { in addUncounted()
107 void SHA1::writebyte(uint8_t data) { in writebyte()
112 void SHA1::update(ArrayRef<uint8_t> Data) { in update()
117 void SHA1::pad() { in pad()
137 StringRef SHA1::final() { in final()
160 StringRef SHA1::result() { in result()
/external/tcpdump/tests/
Dbfd-raw-auth-sha1-v.out9 Authentication: Meticulous Keyed SHA1 (5), length: 28
20 Authentication: Meticulous Keyed SHA1 (5), length: 28
31 Authentication: Meticulous Keyed SHA1 (5), length: 28
42 Authentication: Meticulous Keyed SHA1 (5), length: 28
53 Authentication: Meticulous Keyed SHA1 (5), length: 28
64 Authentication: Meticulous Keyed SHA1 (5), length: 28
75 Authentication: Meticulous Keyed SHA1 (5), length: 28
86 Authentication: Meticulous Keyed SHA1 (5), length: 28
97 Authentication: Meticulous Keyed SHA1 (5), length: 28
108 Authentication: Meticulous Keyed SHA1 (5), length: 28
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
DRC2.java110 …per("PBEwithSHA1andRC2", PKCSObjectIdentifiers.pbeWithSHA1AndRC2_CBC, true, PKCS5S1, SHA1, 64, 64); in PBEWithSHA1KeyFactory()
122 …Aand128BitRC2-CBC", PKCSObjectIdentifiers.pbeWithSHAAnd128BitRC2_CBC, true, PKCS12, SHA1, 128, 64); in PBEWithSHAAnd128BitKeyFactory()
134 …hSHAand40BitRC2-CBC", PKCSObjectIdentifiers.pbeWithSHAAnd40BitRC2_CBC, true, PKCS12, SHA1, 40, 64); in PBEWithSHAAnd40BitKeyFactory()
158 super(new CBCBlockCipher(new RC2Engine()), PKCS5S1, SHA1, 64, 8); in PBEWithSHA1AndRC2()
170 super(new CBCBlockCipher(new RC2Engine()), PKCS12, SHA1, 128, 8); in PBEWithSHAAnd128BitRC2()
182 super(new CBCBlockCipher(new RC2Engine()), PKCS12, SHA1, 40, 8); in PBEWithSHAAnd40BitRC2()
DARC4.java46 …PBEWithSHAAnd128BitRC4", PKCSObjectIdentifiers.pbeWithSHAAnd128BitRC4, true, PKCS12, SHA1, 128, 0); in PBEWithSHAAnd128BitKeyFactory()
58 …"PBEWithSHAAnd128BitRC4", PKCSObjectIdentifiers.pbeWithSHAAnd128BitRC4, true, PKCS12, SHA1, 40, 0); in PBEWithSHAAnd40BitKeyFactory()
71 super(new RC4Engine(), 0, 128, SHA1); in PBEWithSHAAnd128Bit()
83 super(new RC4Engine(), 0, 40, SHA1); in PBEWithSHAAnd40Bit()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/symmetric/
DRC2.java115 …per("PBEwithSHA1andRC2", PKCSObjectIdentifiers.pbeWithSHA1AndRC2_CBC, true, PKCS5S1, SHA1, 64, 64); in PBEWithSHA1KeyFactory()
128 …Aand128BitRC2-CBC", PKCSObjectIdentifiers.pbeWithSHAAnd128BitRC2_CBC, true, PKCS12, SHA1, 128, 64); in PBEWithSHAAnd128BitKeyFactory()
141 …hSHAand40BitRC2-CBC", PKCSObjectIdentifiers.pbeWithSHAAnd40BitRC2_CBC, true, PKCS12, SHA1, 40, 64); in PBEWithSHAAnd40BitKeyFactory()
167 super(new CBCBlockCipher(new RC2Engine()), PKCS5S1, SHA1, 64, 8); in PBEWithSHA1AndRC2()
180 super(new CBCBlockCipher(new RC2Engine()), PKCS12, SHA1, 128, 8); in PBEWithSHAAnd128BitRC2()
193 super(new CBCBlockCipher(new RC2Engine()), PKCS12, SHA1, 40, 8); in PBEWithSHAAnd40BitRC2()
DARC4.java57 …PBEWithSHAAnd128BitRC4", PKCSObjectIdentifiers.pbeWithSHAAnd128BitRC4, true, PKCS12, SHA1, 128, 0); in PBEWithSHAAnd128BitKeyFactory()
70 …"PBEWithSHAAnd128BitRC4", PKCSObjectIdentifiers.pbeWithSHAAnd128BitRC4, true, PKCS12, SHA1, 40, 0); in PBEWithSHAAnd40BitKeyFactory()
84 super(new RC4Engine(), 0, 128, SHA1); in PBEWithSHAAnd128Bit()
97 super(new RC4Engine(), 0, 40, SHA1); in PBEWithSHAAnd40Bit()
/external/boringssl/src/ssl/test/runner/
Dhkdf_test.go56 crypto.SHA1,
64 crypto.SHA1,
72 crypto.SHA1,
80 crypto.SHA1,
/external/vboot_reference/utility/
Ddev_make_keypair19 0 = RSA1024 with SHA1
22 3 = RSA2048 with SHA1
25 6 = RSA4096 with SHA1
28 9 = RSA8192 with SHA1
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/digest/
DSHA1.java14 public class SHA1 class
16 private SHA1() in SHA1() method in SHA1
81 super("PBEwithHmacSHA", null, false, PKCS12, SHA1, 160, 0); in PBEWithMacKeyFactory()
88 private static final String PREFIX = SHA1.class.getName();
/external/libchrome/crypto/
Dhmac_unittest.cc80 crypto::HMAC hmac(crypto::HMAC::SHA1); in TEST()
149 crypto::HMAC hmac(crypto::HMAC::SHA1); in TEST()
216 crypto::HMAC hmac(crypto::HMAC::SHA1); in TEST()
241 crypto::HMAC hmac(crypto::HMAC::SHA1); in TEST()
255 crypto::HMAC hmac(crypto::HMAC::SHA1); in TEST()
289 crypto::HMAC hmac(crypto::HMAC::SHA1); in TEST()
Dhmac.cc23 DCHECK(hash_alg_ == SHA1 || hash_alg_ == SHA256); in HMAC()
34 case SHA1: in DigestLength()
62 return !!::HMAC(hash_alg_ == SHA1 ? EVP_sha1() : EVP_sha256(), key_.data(), in Sign()
/external/boringssl/src/crypto/hmac_extra/
Dhmac_tests.txt26 HMAC = SHA1
31 HMAC = SHA1
36 HMAC = SHA1
102 HMAC = SHA1
117 HMAC = SHA1
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/digest/
DSHA1.java18 public class SHA1 class
20 private SHA1() in SHA1() method in SHA1
94 super("PBEwithHmacSHA", null, false, PKCS12, SHA1, 160, 0); in PBEWithMacKeyFactory()
104 private static final String PREFIX = SHA1.class.getName();
/external/perfetto/tools/
Droll-catapult-trace-viewer54 SHA1=$(python -c "$SHA1CMD" < "$ARCHIVE")
55 GCS_TARGET="gs://perfetto/catapult_trace_viewer-$SHA1.tar.gz"
61 "s/^CATAPULT_SHA1 =.*/CATAPULT_SHA1 = '"$SHA1"'/g" \
/external/python/httplib2/python3/httplib2/
Dcacerts.txt6 # SHA1 Fingerprint: 97:81:79:50:d8:1c:96:70:cc:34:d8:09:cf:79:44:31:36:7e:f4:74
29 # SHA1 Fingerprint: 23:e5:94:94:51:95:f2:41:48:03:b4:d5:64:d2:a3:a3:f5:d8:8b:8c
56 # SHA1 Fingerprint: 62:7f:8d:78:27:65:63:99:d2:7d:7f:90:44:c9:fe:b3:f3:3e:fa:9a
83 # SHA1 Fingerprint: d2:32:09:ad:23:d3:14:23:21:74:e4:0d:7f:9d:62:13:97:86:63:3a
110 # SHA1 Fingerprint: 85:37:1c:a6:e5:50:14:3d:ce:28:03:47:1b:de:3a:09:e8:f8:77:0f
137 # SHA1 Fingerprint: b1:bc:96:8b:d4:f4:9d:62:2a:a8:9a:81:f2:15:01:52:a4:1d:82:9c
166 # SHA1 Fingerprint: 75:e0:ab:b6:13:85:12:27:1c:04:f8:5f:dd:de:38:e4:b7:24:2e:fe
196 # SHA1 Fingerprint: e5:df:74:3c:b6:01:c4:9b:98:43:dc:ab:8c:e8:6a:81:10:9f:e4:8e
222 # SHA1 Fingerprint: 31:7a:2a:d0:7f:2b:33:5e:f5:a1:c3:4e:4b:57:e8:b7:d8:f1:fc:a6
248 # SHA1 Fingerprint: 69:bd:8c:f4:9c:d3:00:fb:59:2e:17:93:ca:55:6a:f3:ec:aa:35:fb
[all …]
/external/python/httplib2/python2/httplib2/
Dcacerts.txt6 # SHA1 Fingerprint: 97:81:79:50:d8:1c:96:70:cc:34:d8:09:cf:79:44:31:36:7e:f4:74
29 # SHA1 Fingerprint: 23:e5:94:94:51:95:f2:41:48:03:b4:d5:64:d2:a3:a3:f5:d8:8b:8c
56 # SHA1 Fingerprint: 62:7f:8d:78:27:65:63:99:d2:7d:7f:90:44:c9:fe:b3:f3:3e:fa:9a
83 # SHA1 Fingerprint: d2:32:09:ad:23:d3:14:23:21:74:e4:0d:7f:9d:62:13:97:86:63:3a
110 # SHA1 Fingerprint: 85:37:1c:a6:e5:50:14:3d:ce:28:03:47:1b:de:3a:09:e8:f8:77:0f
137 # SHA1 Fingerprint: b1:bc:96:8b:d4:f4:9d:62:2a:a8:9a:81:f2:15:01:52:a4:1d:82:9c
166 # SHA1 Fingerprint: 75:e0:ab:b6:13:85:12:27:1c:04:f8:5f:dd:de:38:e4:b7:24:2e:fe
196 # SHA1 Fingerprint: e5:df:74:3c:b6:01:c4:9b:98:43:dc:ab:8c:e8:6a:81:10:9f:e4:8e
222 # SHA1 Fingerprint: 31:7a:2a:d0:7f:2b:33:5e:f5:a1:c3:4e:4b:57:e8:b7:d8:f1:fc:a6
248 # SHA1 Fingerprint: 69:bd:8c:f4:9c:d3:00:fb:59:2e:17:93:ca:55:6a:f3:ec:aa:35:fb
[all …]
/external/grpc-grpc/src/android/test/interop/app/src/main/assets/
Droots.pem10 # SHA1 Fingerprint: b1:bc:96:8b:d4:f4:9d:62:2a:a8:9a:81:f2:15:01:52:a4:1d:82:9c
39 # SHA1 Fingerprint: 75:e0:ab:b6:13:85:12:27:1c:04:f8:5f:dd:de:38:e4:b7:24:2e:fe
69 # SHA1 Fingerprint: 13:2d:0d:45:53:4b:69:97:cd:b2:d5:c3:39:e2:55:76:60:9b:5c:c6
101 # SHA1 Fingerprint: 50:30:06:09:1d:97:d4:f5:ae:39:f7:cb:e7:92:7d:7d:65:2d:34:31
134 # SHA1 Fingerprint: d4:de:20:d0:5e:66:fc:53:fe:1a:50:88:2c:78:db:28:52:ca:e4:74
163 # SHA1 Fingerprint: 02:fa:f3:e2:91:43:54:68:60:78:57:69:4d:f5:e4:5b:68:85:18:68
196 # SHA1 Fingerprint: b3:1e:b1:b7:40:e3:6c:84:02:da:dc:37:d4:4d:f5:d4:67:49:52:f9
231 # SHA1 Fingerprint: de:28:f4:a4:ff:e5:b9:2f:a3:c5:03:d1:a3:49:a7:f9:96:2a:82:12
259 # SHA1 Fingerprint: e6:21:f3:35:43:79:05:9a:4b:68:30:9d:8a:2f:74:22:15:87:ec:79
298 # SHA1 Fingerprint: 37:9a:19:7b:41:85:45:35:0c:a6:03:69:f3:3c:2e:af:47:4f:20:79
[all …]
/external/grpc-grpc/etc/
Droots.pem10 # SHA1 Fingerprint: b1:bc:96:8b:d4:f4:9d:62:2a:a8:9a:81:f2:15:01:52:a4:1d:82:9c
39 # SHA1 Fingerprint: 75:e0:ab:b6:13:85:12:27:1c:04:f8:5f:dd:de:38:e4:b7:24:2e:fe
69 # SHA1 Fingerprint: 13:2d:0d:45:53:4b:69:97:cd:b2:d5:c3:39:e2:55:76:60:9b:5c:c6
101 # SHA1 Fingerprint: 50:30:06:09:1d:97:d4:f5:ae:39:f7:cb:e7:92:7d:7d:65:2d:34:31
134 # SHA1 Fingerprint: d4:de:20:d0:5e:66:fc:53:fe:1a:50:88:2c:78:db:28:52:ca:e4:74
163 # SHA1 Fingerprint: 02:fa:f3:e2:91:43:54:68:60:78:57:69:4d:f5:e4:5b:68:85:18:68
196 # SHA1 Fingerprint: b3:1e:b1:b7:40:e3:6c:84:02:da:dc:37:d4:4d:f5:d4:67:49:52:f9
231 # SHA1 Fingerprint: de:28:f4:a4:ff:e5:b9:2f:a3:c5:03:d1:a3:49:a7:f9:96:2a:82:12
259 # SHA1 Fingerprint: e6:21:f3:35:43:79:05:9a:4b:68:30:9d:8a:2f:74:22:15:87:ec:79
298 # SHA1 Fingerprint: 37:9a:19:7b:41:85:45:35:0c:a6:03:69:f3:3c:2e:af:47:4f:20:79
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DSHA1.cpp85 void SHA1::init() { in init()
95 void SHA1::hashBlock() { in hashBlock()
194 void SHA1::addUncounted(uint8_t Data) { in addUncounted()
208 void SHA1::writebyte(uint8_t Data) { in writebyte()
213 void SHA1::update(ArrayRef<uint8_t> Data) { in update()
218 void SHA1::pad() { in pad()
238 StringRef SHA1::final() { in final()
261 StringRef SHA1::result() { in result()
273 std::array<uint8_t, 20> SHA1::hash(ArrayRef<uint8_t> Data) { in hash()
274 SHA1 Hash; in hash()

12345678