Home
last modified time | relevance | path

Searched defs:id_sha512 (Results 1 – 25 of 37) sorted by relevance

12

/dports/www/firefox/firefox-99.0/third_party/python/pyasn1_modules/pyasn1_modules/
H A Drfc8410.py39 id_sha512 = rfc4055.id_sha512 variable
H A Drfc8419.py40 id_sha512 = hashAlgs + (3, ) variable
H A Drfc3560.py27 id_sha512 = rfc4055.id_sha512 variable
H A Drfc5480.py75 id_sha512 = univ.ObjectIdentifier('2.16.840.1.101.3.4.2.3') variable
H A Drfc4055.py40 id_sha512 = _OID(2, 16, 840, 1, 101, 3, 4, 2, 3) variable
H A Drfc5990.py151 id_sha512 = _OID(2, 16, 840, 1, 101, 3, 4, 2, 3) variable
H A Drfc8017.py50 id_sha512 = rfc4055.id_sha512 variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/pyasn1_modules/pyasn1_modules/
H A Drfc8410.py42 id_sha512 = rfc4055.id_sha512 variable
H A Drfc4055.py40 id_sha512 = _OID(2, 16, 840, 1, 101, 3, 4, 2, 3) variable
/dports/devel/py-pyasn1-modules/pyasn1-modules-0.2.8/pyasn1_modules/
H A Drfc8410.py39 id_sha512 = rfc4055.id_sha512 variable
H A Drfc8419.py40 id_sha512 = hashAlgs + (3, ) variable
H A Drfc3560.py27 id_sha512 = rfc4055.id_sha512 variable
H A Drfc5990.py151 id_sha512 = _OID(2, 16, 840, 1, 101, 3, 4, 2, 3) variable
H A Drfc8017.py50 id_sha512 = rfc4055.id_sha512 variable
H A Drfc4055.py40 id_sha512 = _OID(2, 16, 840, 1, 101, 3, 4, 2, 3) variable
H A Drfc5480.py75 id_sha512 = univ.ObjectIdentifier('2.16.840.1.101.3.4.2.3') variable
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/operator/
H A DDefaultDigestAlgorithmIdentifierFinder.java45 … digestOids.put(PKCSObjectIdentifiers.sha512WithRSAEncryption, NISTObjectIdentifiers.id_sha512); in digestOids.put()
57 digestOids.put(X9ObjectIdentifiers.ecdsa_with_SHA512, NISTObjectIdentifiers.id_sha512); in digestOids.put()
64 digestOids.put(BSIObjectIdentifiers.ecdsa_plain_SHA512, NISTObjectIdentifiers.id_sha512); in digestOids.put()
71 digestOids.put(EACObjectIdentifiers.id_TA_ECDSA_SHA_512, NISTObjectIdentifiers.id_sha512); in digestOids.put()
76 digestOids.put(NISTObjectIdentifiers.dsa_with_sha512, NISTObjectIdentifiers.id_sha512); in digestOids.put()
101 digestOids.put(BCObjectIdentifiers.sphincs256_with_SHA512, NISTObjectIdentifiers.id_sha512); in digestOids.put()
162 addDigestAlgId(NISTObjectIdentifiers.id_sha512, false); in addDigestAlgId()
H A DDefaultSignatureAlgorithmIdentifierFinder.java335 … digestOids.put(PKCSObjectIdentifiers.sha512WithRSAEncryption, NISTObjectIdentifiers.id_sha512); in digestOids.put()
339 digestOids.put(NISTObjectIdentifiers.dsa_with_sha512, NISTObjectIdentifiers.id_sha512); in digestOids.put()
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/pqc/crypto/xmss/
H A DDigestUtil.java27 oidToName.put(NISTObjectIdentifiers.id_sha512, "SHA-512"); in oidToName.put()
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/pqc/crypto/lms/
H A DDigestUtil.java30 oidToName.put(NISTObjectIdentifiers.id_sha512, "SHA-512"); in oidToName.put()
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/asn1/nist/
H A DNISTObjectIdentifiers.java26 static final ASN1ObjectIdentifier id_sha512 = hashAlgs.branch("3"); field
/dports/java/bouncycastle15/crypto-169/prov/src/main/java/org/bouncycastle/jcajce/util/
H A DMessageDigestUtils.java29 digestOidMap.put(NISTObjectIdentifiers.id_sha512, "SHA-512"); in digestOidMap.put()
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dssh-rsa.c371 static const u_char id_sha512[] = { variable
/dports/security/openssh-portable/openssh-8.8p1/
H A Dssh-rsa.c371 static const u_char id_sha512[] = { variable
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/cert/crmf/jcajce/
H A DCRMFHelper.java72 DIGEST_ALG_NAMES.put(NISTObjectIdentifiers.id_sha512, "SHA512"); in DIGEST_ALG_NAMES.put()

12