/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/ |
D | DefaultSignatureAlgorithmIdentifierFinder.java | 56 algorithms.put("SHA1WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha1WithRSAEncryption); 57 algorithms.put("SHA1WITHRSA", PKCSObjectIdentifiers.sha1WithRSAEncryption); 265 pkcs15RsaEncryption.add(PKCSObjectIdentifiers.sha1WithRSAEncryption); 328 digestOids.put(PKCSObjectIdentifiers.sha1WithRSAEncryption, OIWObjectIdentifiers.idSHA1); in digestOids.put() argument 360 digestOids.put(PKCSObjectIdentifiers.sha1WithRSAEncryption, OIWObjectIdentifiers.idSHA1); in digestOids.put() argument
|
D | DefaultDigestAlgorithmIdentifierFinder.java | 49 digestOids.put(PKCSObjectIdentifiers.sha1WithRSAEncryption, OIWObjectIdentifiers.idSHA1); in digestOids.put() argument
|
/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-poisoned.pem | 5 Signature Algorithm: sha1WithRSAEncryption 37 Signature Algorithm: sha1WithRSAEncryption
|
D | cert-ct-embedded.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/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/autotest/client/site_tests/security_OpenSSLBlacklist/src/ |
D | cert.pem | 6 Signature Algorithm: sha1WithRSAEncryption 36 Signature Algorithm: sha1WithRSAEncryption
|
D | ca.pem | 6 Signature Algorithm: sha1WithRSAEncryption 36 Signature Algorithm: 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/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
D | DefaultCMSSignatureEncryptionAlgorithmFinder.java | 24 RSA_PKCS1d5.add(PKCSObjectIdentifiers.sha1WithRSAEncryption);
|
D | DefaultCMSSignatureAlgorithmNameGenerator.java | 67 addEntries(PKCSObjectIdentifiers.sha1WithRSAEncryption, "SHA1", "RSA"); in DefaultCMSSignatureAlgorithmNameGenerator()
|
/external/curl/tests/certs/ |
D | Server-localhost-lastSAN-sv.crt | 5 Signature Algorithm: sha1WithRSAEncryption 54 Signature Algorithm: sha1WithRSAEncryption
|
D | Server-localhost-lastSAN-sv.pem | 57 Signature Algorithm: sha1WithRSAEncryption 106 Signature Algorithm: sha1WithRSAEncryption
|
/external/python/cpython3/Lib/test/ |
D | nullbytecert.pem | 5 Signature Algorithm: sha1WithRSAEncryption 47 Signature Algorithm: sha1WithRSAEncryption
|
/external/python/pyasn1-modules/pyasn1_modules/ |
D | rfc2437.py | 25 sha1WithRSAEncryption = univ.ObjectIdentifier('1.2.840.113549.1.1.5') variable
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
D | X509Util.java | 55 algorithms.put("SHA1WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha1WithRSAEncryption); 56 algorithms.put("SHA1WITHRSA", PKCSObjectIdentifiers.sha1WithRSAEncryption);
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/x509/ |
D | X509Util.java | 56 algorithms.put("SHA1WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha1WithRSAEncryption); 57 algorithms.put("SHA1WITHRSA", PKCSObjectIdentifiers.sha1WithRSAEncryption);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ |
D | RSA.java | 168 …provider, "SHA1", PREFIX + "DigestSignatureSpi$SHA1", PKCSObjectIdentifiers.sha1WithRSAEncryption); in configure()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/ |
D | RSA.java | 175 …provider, "SHA1", PREFIX + "DigestSignatureSpi$SHA1", PKCSObjectIdentifiers.sha1WithRSAEncryption); in configure()
|