Home
last modified time | relevance | path

Searched refs:sha1WithRSAEncryption (Results 1 – 25 of 34) sorted by relevance

12

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
DDefaultSignatureAlgorithmIdentifierFinder.java52 algorithms.put("SHA1WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha1WithRSAEncryption);
53 algorithms.put("SHA1WITHRSA", PKCSObjectIdentifiers.sha1WithRSAEncryption);
131 pkcs15RsaEncryption.add(PKCSObjectIdentifiers.sha1WithRSAEncryption);
172 digestOids.put(PKCSObjectIdentifiers.sha1WithRSAEncryption, OIWObjectIdentifiers.idSHA1); in digestOids.put() argument
DDefaultDigestAlgorithmIdentifierFinder.java45 digestOids.put(PKCSObjectIdentifiers.sha1WithRSAEncryption, OIWObjectIdentifiers.idSHA1); in digestOids.put() argument
/external/conscrypt/src/test/resources/
Dca-cert.pem5 Signature Algorithm: sha1WithRSAEncryption
35 Signature Algorithm: sha1WithRSAEncryption
Dcert.pem5 Signature Algorithm: sha1WithRSAEncryption
35 Signature Algorithm: sha1WithRSAEncryption
Dcert-ct-poisoned.pem5 Signature Algorithm: sha1WithRSAEncryption
37 Signature Algorithm: sha1WithRSAEncryption
Dcert-ct-embedded.pem5 Signature Algorithm: sha1WithRSAEncryption
37 Signature Algorithm: sha1WithRSAEncryption
/external/autotest/client/site_tests/security_OpenSSLRegressions/src/
Dcert.pem6 Signature Algorithm: sha1WithRSAEncryption
36 Signature Algorithm: sha1WithRSAEncryption
/external/autotest/client/site_tests/platform_AccurateTime/src/
Dcert.pem6 Signature Algorithm: sha1WithRSAEncryption
36 Signature Algorithm: sha1WithRSAEncryption
Dca.pem6 Signature Algorithm: sha1WithRSAEncryption
36 Signature Algorithm: sha1WithRSAEncryption
/external/autotest/client/site_tests/security_OpenSSLBlacklist/src/
Dcert.pem6 Signature Algorithm: sha1WithRSAEncryption
36 Signature Algorithm: sha1WithRSAEncryption
Dca.pem6 Signature Algorithm: sha1WithRSAEncryption
36 Signature Algorithm: sha1WithRSAEncryption
/external/curl/tests/certs/
DServer-localhost-sv.crt5 Signature Algorithm: sha1WithRSAEncryption
45 Signature Algorithm: sha1WithRSAEncryption
DServer-localhost.nn-sv.crt5 Signature Algorithm: sha1WithRSAEncryption
45 Signature Algorithm: sha1WithRSAEncryption
DServer-localhost0h-sv.crt5 Signature Algorithm: sha1WithRSAEncryption
45 Signature Algorithm: sha1WithRSAEncryption
DEdelCurlRoot-ca.cacert5 Signature Algorithm: sha1WithRSAEncryption
47 Signature Algorithm: sha1WithRSAEncryption
DEdelCurlRoot-ca.crt5 Signature Algorithm: sha1WithRSAEncryption
47 Signature Algorithm: sha1WithRSAEncryption
DServer-localhost.nn-sv.pem45 Signature Algorithm: sha1WithRSAEncryption
85 Signature Algorithm: sha1WithRSAEncryption
DServer-localhost-sv.pem45 Signature Algorithm: sha1WithRSAEncryption
85 Signature Algorithm: sha1WithRSAEncryption
DServer-localhost0h-sv.pem46 Signature Algorithm: sha1WithRSAEncryption
86 Signature Algorithm: sha1WithRSAEncryption
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DDefaultCMSSignatureEncryptionAlgorithmFinder.java24 RSA_PKCS1d5.add(PKCSObjectIdentifiers.sha1WithRSAEncryption);
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/pyasn1_modules/
Drfc2437.py17 sha1WithRSAEncryption = univ.ObjectIdentifier('1.2.840.113549.1.1.5') variable
/external/curl/tests/
Dstunnel.pem64 Signature Algorithm: sha1WithRSAEncryption
107 Signature Algorithm: sha1WithRSAEncryption
/external/boringssl/src/crypto/obj/
Dobj_xref.txt8 sha1WithRSAEncryption sha1 rsaEncryption
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
DX509Util.java57 algorithms.put("SHA1WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha1WithRSAEncryption);
58 algorithms.put("SHA1WITHRSA", PKCSObjectIdentifiers.sha1WithRSAEncryption);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/
DRSA.java138 …provider, "SHA1", PREFIX + "DigestSignatureSpi$SHA1", PKCSObjectIdentifiers.sha1WithRSAEncryption); in configure()

12