/external/boringssl/src/crypto/evp/ |
D | evp_tests.txt | 225 Digest = SHA1 230 Digest = SHA1 235 Digest = SHA1 241 Digest = SHA1 246 Digest = SHA1 253 Digest = SHA1 258 Digest = SHA1 271 Digest = SHA1 278 Digest = SHA1 285 Digest = SHA1 [all …]
|
/external/python/cryptography/vectors/cryptography_vectors/asymmetric/RSA/FIPS_186-2/ |
D | SigGenRSA_186-2.rsp | 4 # SHA Algorithm selected:SHA1 SHA256 SHA384 SHA512 11 SHAAlg = SHA1 15 SHAAlg = SHA1 19 SHAAlg = SHA1 23 SHAAlg = SHA1 27 SHAAlg = SHA1 31 SHAAlg = SHA1 35 SHAAlg = SHA1 39 SHAAlg = SHA1 43 SHAAlg = SHA1 [all …]
|
D | SigGenRSA_186-2.txt | 4 # SHA Algorithm selected:SHA1 SHA256 SHA384 SHA512 12 SHAAlg = SHA1 16 SHAAlg = SHA1 20 SHAAlg = SHA1 24 SHAAlg = SHA1 28 SHAAlg = SHA1 32 SHAAlg = SHA1 36 SHAAlg = SHA1 40 SHAAlg = SHA1 44 SHAAlg = SHA1 [all …]
|
D | SigGenRSA.rsp | 4 # SHA Algorithm selected:SHA1 SHA256 SHA384 SHA512 12 SHAAlg = SHA1 16 SHAAlg = SHA1 20 SHAAlg = SHA1 24 SHAAlg = SHA1 28 SHAAlg = SHA1 32 SHAAlg = SHA1 36 SHAAlg = SHA1 40 SHAAlg = SHA1 44 SHAAlg = SHA1 [all …]
|
D | SigGen15_186-3.rsp | 4 # SHA Algorithm selected:SHA1 SHA224 SHA256 SHA384 SHA512 11 SHAAlg = SHA1 15 SHAAlg = SHA1 19 SHAAlg = SHA1 23 SHAAlg = SHA1 27 SHAAlg = SHA1 31 SHAAlg = SHA1 35 SHAAlg = SHA1 39 SHAAlg = SHA1 43 SHAAlg = SHA1 [all …]
|
D | SigGen15_186-2.rsp | 4 # SHA Algorithm selected:SHA1 SHA224 SHA256 SHA384 SHA512 11 SHAAlg = SHA1 15 SHAAlg = SHA1 19 SHAAlg = SHA1 23 SHAAlg = SHA1 27 SHAAlg = SHA1 31 SHAAlg = SHA1 35 SHAAlg = SHA1 39 SHAAlg = SHA1 43 SHAAlg = SHA1 [all …]
|
D | SigGenPSS_186-2.rsp | 4 # SHA Algorithm selected:SHA1 SHA224 SHA256 SHA384 SHA512 12 SHAAlg = SHA1 16 SHAAlg = SHA1 20 SHAAlg = SHA1 24 SHAAlg = SHA1 28 SHAAlg = SHA1 32 SHAAlg = SHA1 36 SHAAlg = SHA1 40 SHAAlg = SHA1 44 SHAAlg = SHA1 [all …]
|
D | SigGenPSS_186-3.rsp | 4 # SHA Algorithm selected:SHA1 SHA224 SHA256 SHA384 SHA512 12 SHAAlg = SHA1 16 SHAAlg = SHA1 20 SHAAlg = SHA1 24 SHAAlg = SHA1 28 SHAAlg = SHA1 32 SHAAlg = SHA1 36 SHAAlg = SHA1 40 SHAAlg = SHA1 44 SHAAlg = SHA1 [all …]
|
D | SigGen15_186-2.txt | 13 SHAAlg = SHA1 17 SHAAlg = SHA1 21 SHAAlg = SHA1 25 SHAAlg = SHA1 29 SHAAlg = SHA1 33 SHAAlg = SHA1 37 SHAAlg = SHA1 41 SHAAlg = SHA1 45 SHAAlg = SHA1 49 SHAAlg = SHA1 [all …]
|
D | SigGenPSS_186-2.txt | 14 SHAAlg = SHA1 19 SHAAlg = SHA1 24 SHAAlg = SHA1 29 SHAAlg = SHA1 34 SHAAlg = SHA1 39 SHAAlg = SHA1 44 SHAAlg = SHA1 49 SHAAlg = SHA1 54 SHAAlg = SHA1 59 SHAAlg = SHA1 [all …]
|
D | SigVerRSA.rsp | 4 # SHA Algorithm selected:SHA1 SHA256 SHA384 SHA512 14 SHAAlg = SHA1 21 SHAAlg = SHA1 28 SHAAlg = SHA1 35 SHAAlg = SHA1 43 SHAAlg = SHA1 51 SHAAlg = SHA1 195 SHAAlg = SHA1 202 SHAAlg = SHA1 209 SHAAlg = SHA1 [all …]
|
/external/python/cryptography/tests/hazmat/primitives/twofactor/ |
D | test_hotp.py | 14 from cryptography.hazmat.primitives.hashes import MD5, SHA1 27 only_if=lambda backend: backend.hmac_supported(hashes.SHA1()), 36 HOTP(secret, 6, SHA1(), backend) 40 HOTP(secret, 6, SHA1(), backend, enforce_key_length=False) 46 HOTP(secret, 4, SHA1(), backend) 60 hotp = HOTP(secret, 6, SHA1(), backend) 70 hotp = HOTP(secret, 6, SHA1(), backend) 80 hotp = HOTP(secret, 6, SHA1(), backend) 88 hotp = HOTP(secret, 6, SHA1(), backend) 97 HOTP(secret, b"foo", SHA1(), backend) [all …]
|
D | test_totp.py | 26 only_if=lambda backend: backend.hmac_supported(hashes.SHA1()), 36 totp = TOTP(secret, 8, hashes.SHA1(), 30, backend) 68 only_if=lambda backend: backend.hmac_supported(hashes.SHA1()), 78 totp = TOTP(secret, 8, hashes.SHA1(), 30, backend) 116 totp = TOTP(secret, 8, hashes.SHA1(), 30, backend) 125 totp = TOTP(secret, 8, hashes.SHA1(), 30, backend) 131 totp = TOTP(secret, 6, hashes.SHA1(), 30, backend=backend) 155 TOTP(secret, 8, hashes.SHA1(), 30, pretend_backend)
|
/external/python/cryptography/tests/hazmat/primitives/ |
D | test_pbkdf2hmac.py | 22 kdf = PBKDF2HMAC(hashes.SHA1(), 20, b"salt", 10, default_backend()) 27 kdf = PBKDF2HMAC(hashes.SHA1(), 20, b"salt", 10, default_backend()) 32 kdf = PBKDF2HMAC(hashes.SHA1(), 20, b"salt", 10, default_backend()) 44 kdf = PBKDF2HMAC(hashes.SHA1(), 20, b"salt", 10, default_backend()) 47 kdf = PBKDF2HMAC(hashes.SHA1(), 20, b"salt", 10, default_backend()) 53 PBKDF2HMAC(hashes.SHA1(), 20, u"salt", 10, default_backend()) 56 kdf = PBKDF2HMAC(hashes.SHA1(), 20, b"salt", 10, default_backend()) 61 kdf = PBKDF2HMAC(hashes.SHA1(), 10, b"salt", 10, default_backend()) 70 PBKDF2HMAC(hashes.SHA1(), 20, b"salt", 10, pretend_backend)
|
D | test_rsa.py | 75 hashes.SHA1(), 343 mgf=padding.MGF1(algorithm=hashes.SHA1()), 344 algorithm=hashes.SHA1(), 390 hashes.SHA1() 397 mgf=padding.MGF1(hashes.SHA1()), 432 mgf=padding.MGF1(algorithm=hashes.SHA1()), 435 hashes.SHA1() 445 mgf=padding.MGF1(algorithm=hashes.SHA1()), 448 hashes.SHA1(), 472 mgf=padding.MGF1(hashes.SHA1()), [all …]
|
D | test_hmac.py | 36 h = hmac.HMAC(b"mykey", hashes.SHA1(), backend=backend) 42 hmac.HMAC(b"key", hashes.SHA1, backend=backend) 45 h = hmac.HMAC(b"key", hashes.SHA1(), backend=backend) 58 h = hmac.HMAC(b'', hashes.SHA1(), backend=backend) 61 h = hmac.HMAC(b'', hashes.SHA1(), backend=backend) 68 h = hmac.HMAC(b'', hashes.SHA1(), backend=backend) 76 h = hmac.HMAC(b'', hashes.SHA1(), backend=backend) 97 hmac.HMAC(b"key", hashes.SHA1(), pretend_backend)
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | EvpMdRef.java | 40 } 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
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | EvpMdRef.java | 41 } 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 …]
|
/external/rust/crates/ring/tests/ |
D | rsa_pkcs1_verify_tests.txt | 152 Digest = SHA1 158 Digest = SHA1 164 Digest = SHA1 170 Digest = SHA1 176 Digest = SHA1 182 Digest = SHA1 260 Digest = SHA1 266 Digest = SHA1 272 Digest = SHA1 278 Digest = SHA1 [all …]
|
/external/python/cryptography/vectors/cryptography_vectors/twofactor/ |
D | rfc-6238.txt | 7 MODE = SHA1 25 MODE = SHA1 43 MODE = SHA1 61 MODE = SHA1 79 MODE = SHA1 97 MODE = SHA1
|
/external/llvm/lib/Support/ |
D | SHA1.cpp | 40 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/ |
D | bfd-raw-auth-sha1-v.out | 9 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/geonames/ |
D | METADATA | 14 …m https://download.geonames.org/export/dump/cities1000.zip on 2020-11-10, SHA1=f293844bc9bec4638df… 18 … https://download.geonames.org/export/dump/cities15000.zip on 2020-11-10, SHA1=c9a6e27be706285e93f… 22 …om https://download.geonames.org/export/dump/cities500.zip on 2020-11-10, SHA1=69a244fc1d97b637596… 26 …m https://download.geonames.org/export/dump/cities5000.zip on 2020-11-10, SHA1=9da4ddf0bd4802794c9… 30 … from https://download.geonames.org/export/dump/readme.txt on 2020-11-10, SHA1=7dc17472faed8f71aeb…
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/ |
D | RC2.java | 110 …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()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/symmetric/ |
D | RC2.java | 115 …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()
|