/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/ |
D | DefaultSignatureAlgorithmIdentifierFinder.java | 58 algorithms.put("SHA1WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha1WithRSAEncryption); 59 algorithms.put("SHA1WITHRSA", PKCSObjectIdentifiers.sha1WithRSAEncryption); 290 pkcs15RsaEncryption.add(PKCSObjectIdentifiers.sha1WithRSAEncryption); 353 digestOids.put(PKCSObjectIdentifiers.sha1WithRSAEncryption, OIWObjectIdentifiers.idSHA1); in digestOids.put() argument 385 digestOids.put(PKCSObjectIdentifiers.sha1WithRSAEncryption, OIWObjectIdentifiers.idSHA1); in digestOids.put() argument
|
D | DefaultDigestAlgorithmIdentifierFinder.java | 52 digestOids.put(PKCSObjectIdentifiers.sha1WithRSAEncryption, OIWObjectIdentifiers.idSHA1); in digestOids.put() argument
|
/external/python/pyasn1-modules/pyasn1_modules/ |
D | rfc8017.py | 65 sha1WithRSAEncryption = rfc2437.sha1WithRSAEncryption variable 144 sha1WithRSAEncryption: univ.Null(),
|
D | rfc5480.py | 113 sha1WithRSAEncryption = univ.ObjectIdentifier('1.2.840.113549.1.1.5') variable 178 sha1WithRSAEncryption: univ.Null(),
|
D | rfc3279.py | 64 sha1WithRSAEncryption = _OID(pkcs_1, 5) variable 254 sha1WithRSAEncryption: univ.Null(""),
|
D | rfc2437.py | 25 sha1WithRSAEncryption = univ.ObjectIdentifier('1.2.840.113549.1.1.5') variable
|
/external/conscrypt/openjdk/src/test/resources/ |
D | ca-cert.pem | 5 Signature Algorithm: sha1WithRSAEncryption 35 Signature Algorithm: sha1WithRSAEncryption
|
D | cert.pem | 5 Signature Algorithm: sha1WithRSAEncryption 35 Signature Algorithm: sha1WithRSAEncryption
|
D | cert-ct-embedded.pem | 5 Signature Algorithm: sha1WithRSAEncryption 37 Signature Algorithm: sha1WithRSAEncryption
|
D | cert-ct-poisoned.pem | 5 Signature Algorithm: sha1WithRSAEncryption 37 Signature Algorithm: sha1WithRSAEncryption
|
/external/autotest/client/site_tests/security_OpenSSLRegressions/src/ |
D | cert.pem | 6 Signature Algorithm: sha1WithRSAEncryption 36 Signature Algorithm: sha1WithRSAEncryption
|
/external/openscreen/test/data/cast/common/certificate/certificates/ |
D | fugu.pem | 6 Signature Algorithm: sha1WithRSAEncryption 47 Signature Algorithm: sha1WithRSAEncryption 89 Signature Algorithm: sha1WithRSAEncryption 126 Signature Algorithm: sha1WithRSAEncryption 168 Signature Algorithm: sha1WithRSAEncryption 207 Signature Algorithm: sha1WithRSAEncryption
|
D | chromecast_gen1_reissue.pem | 6 Signature Algorithm: sha1WithRSAEncryption 42 Signature Algorithm: sha1WithRSAEncryption 83 Signature Algorithm: sha1WithRSAEncryption 122 Signature Algorithm: sha1WithRSAEncryption
|
D | chromecast_gen1.pem | 6 Signature Algorithm: sha1WithRSAEncryption 42 Signature Algorithm: sha1WithRSAEncryption 83 Signature Algorithm: sha1WithRSAEncryption 115 Signature Algorithm: sha1WithRSAEncryption
|
D | cast_root_ca.pem | 6 Signature Algorithm: sha1WithRSAEncryption 45 Signature Algorithm: sha1WithRSAEncryption
|
/external/autotest/client/site_tests/platform_AccurateTime/src/ |
D | cert.pem | 6 Signature Algorithm: sha1WithRSAEncryption 36 Signature Algorithm: sha1WithRSAEncryption
|
D | ca.pem | 6 Signature Algorithm: sha1WithRSAEncryption 36 Signature Algorithm: sha1WithRSAEncryption
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
D | DefaultCMSSignatureEncryptionAlgorithmFinder.java | 29 RSA_PKCS1d5.add(PKCSObjectIdentifiers.sha1WithRSAEncryption);
|
/external/python/cpython2/Lib/test/ |
D | pycacert.pem | 6 Signature Algorithm: sha1WithRSAEncryption 43 Signature Algorithm: sha1WithRSAEncryption
|
D | nullbytecert.pem | 5 Signature Algorithm: sha1WithRSAEncryption 47 Signature Algorithm: sha1WithRSAEncryption
|
D | keycert3.pem | 34 Signature Algorithm: sha1WithRSAEncryption 88 Signature Algorithm: sha1WithRSAEncryption
|
D | keycert4.pem | 34 Signature Algorithm: sha1WithRSAEncryption 88 Signature Algorithm: sha1WithRSAEncryption
|
/external/python/cpython3/Lib/test/ |
D | nullbytecert.pem | 5 Signature Algorithm: sha1WithRSAEncryption 47 Signature Algorithm: sha1WithRSAEncryption
|
/external/python/pyasn1-modules/tests/ |
D | test_rfc3279.py | 76 … assert asn1Object['tbsCertificate']['signature']['algorithm'] == rfc3279.sha1WithRSAEncryption 77 assert asn1Object['signatureAlgorithm']['algorithm'] == rfc3279.sha1WithRSAEncryption
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
D | X509Util.java | 55 algorithms.put("SHA1WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha1WithRSAEncryption); 56 algorithms.put("SHA1WITHRSA", PKCSObjectIdentifiers.sha1WithRSAEncryption);
|