Home
last modified time | relevance | path

Searched defs:id_sha256 (Results 1 – 25 of 36) sorted by relevance

12

/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/operator/
H A DDefaultDigestAlgorithmIdentifierFinder.java43 … digestOids.put(PKCSObjectIdentifiers.sha256WithRSAEncryption, NISTObjectIdentifiers.id_sha256); in digestOids.put()
55 digestOids.put(X9ObjectIdentifiers.ecdsa_with_SHA256, NISTObjectIdentifiers.id_sha256); in digestOids.put()
62 digestOids.put(BSIObjectIdentifiers.ecdsa_plain_SHA256, NISTObjectIdentifiers.id_sha256); in digestOids.put()
69 digestOids.put(EACObjectIdentifiers.id_TA_ECDSA_SHA_256, NISTObjectIdentifiers.id_sha256); in digestOids.put()
74 digestOids.put(NISTObjectIdentifiers.dsa_with_sha256, NISTObjectIdentifiers.id_sha256); in digestOids.put()
106 digestOids.put(GMObjectIdentifiers.sm2sign_with_sha256, NISTObjectIdentifiers.id_sha256); in digestOids.put()
160 addDigestAlgId(NISTObjectIdentifiers.id_sha256, false); in addDigestAlgId()
H A DDefaultSignatureAlgorithmIdentifierFinder.java333 … digestOids.put(PKCSObjectIdentifiers.sha256WithRSAEncryption, NISTObjectIdentifiers.id_sha256); in digestOids.put()
337 digestOids.put(NISTObjectIdentifiers.dsa_with_sha256, NISTObjectIdentifiers.id_sha256); in digestOids.put()
368 digestOids.put(GMObjectIdentifiers.sm2sign_with_sha256, NISTObjectIdentifiers.id_sha256); in digestOids.put()
/dports/www/firefox/firefox-99.0/third_party/python/pyasn1_modules/pyasn1_modules/
H A Drfc3560.py23 id_sha256 = rfc4055.id_sha256 variable
H A Drfc5480.py71 id_sha256 = univ.ObjectIdentifier('2.16.840.1.101.3.4.2.1') variable
H A Drfc4055.py36 id_sha256 = _OID(2, 16, 840, 1, 101, 3, 4, 2, 1) variable
H A Drfc5990.py147 id_sha256 = _OID(2, 16, 840, 1, 101, 3, 4, 2, 1) variable
H A Drfc8017.py48 id_sha256 = rfc4055.id_sha256 variable
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/pqc/crypto/xmss/
H A DDigestUtil.java26 oidToName.put(NISTObjectIdentifiers.id_sha256, "SHA-256"); in oidToName.put()
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/pqc/crypto/lms/
H A DDigestUtil.java29 oidToName.put(NISTObjectIdentifiers.id_sha256, "SHA-256"); in oidToName.put()
/dports/devel/py-pyasn1-modules/pyasn1-modules-0.2.8/pyasn1_modules/
H A Drfc3560.py23 id_sha256 = rfc4055.id_sha256 variable
H A Drfc5990.py147 id_sha256 = _OID(2, 16, 840, 1, 101, 3, 4, 2, 1) variable
H A Drfc8017.py48 id_sha256 = rfc4055.id_sha256 variable
H A Drfc4055.py36 id_sha256 = _OID(2, 16, 840, 1, 101, 3, 4, 2, 1) variable
H A Drfc5480.py71 id_sha256 = univ.ObjectIdentifier('2.16.840.1.101.3.4.2.1') variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/pyasn1_modules/pyasn1_modules/
H A Drfc4055.py34 id_sha256 = _OID(2, 16, 840, 1, 101, 3, 4, 2, 1) variable
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/asn1/nist/
H A DNISTObjectIdentifiers.java22 static final ASN1ObjectIdentifier id_sha256 = hashAlgs.branch("1"); field
/dports/java/bouncycastle15/crypto-169/prov/src/main/java/org/bouncycastle/jcajce/util/
H A DMessageDigestUtils.java27 digestOidMap.put(NISTObjectIdentifiers.id_sha256, "SHA-256"); in digestOidMap.put()
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dssh-rsa.c356 static const u_char id_sha256[] = { variable
/dports/security/openssh-portable/openssh-8.8p1/
H A Dssh-rsa.c356 static const u_char id_sha256[] = { variable
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/cert/crmf/jcajce/
H A DCRMFHelper.java70 DIGEST_ALG_NAMES.put(NISTObjectIdentifiers.id_sha256, "SHA256"); in DIGEST_ALG_NAMES.put()
/dports/java/bouncycastle15/crypto-169/pkix/src/main/jdk1.1/org/bouncycastle/cert/crmf/jcajce/
H A DCRMFHelper.java72 DIGEST_ALG_NAMES.put(NISTObjectIdentifiers.id_sha256, "SHA256"); in DIGEST_ALG_NAMES.put()
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/mozpkix/lib/
H A Dpkixder.cpp229 static const uint8_t id_sha256[] = { in DigestAlgorithmIdentifier() local
/dports/security/ca_root_nss/nss-3.71/nss/lib/mozpkix/lib/
H A Dpkixder.cpp229 static const uint8_t id_sha256[] = { in DigestAlgorithmIdentifier() local
/dports/www/firefox/firefox-99.0/security/nss/lib/mozpkix/lib/
H A Dpkixder.cpp229 static const uint8_t id_sha256[] = { in DigestAlgorithmIdentifier() local
/dports/lang/spidermonkey60/firefox-60.9.0/security/pkix/lib/
H A Dpkixder.cpp214 static const uint8_t id_sha256[] = {0x60, 0x86, 0x48, 0x01, 0x65, in DigestAlgorithmIdentifier() local

12