Home
last modified time | relevance | path

Searched refs:hashAlgorithm (Results 1 – 12 of 12) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
DRSAESOAEPparams.java18 private AlgorithmIdentifier hashAlgorithm; field in RSAESOAEPparams
46 hashAlgorithm = DEFAULT_HASH_ALGORITHM; in RSAESOAEPparams()
52 AlgorithmIdentifier hashAlgorithm, in RSAESOAEPparams() argument
56 this.hashAlgorithm = hashAlgorithm; in RSAESOAEPparams()
68 hashAlgorithm = DEFAULT_HASH_ALGORITHM; in RSAESOAEPparams()
79 hashAlgorithm = AlgorithmIdentifier.getInstance(o, true); in RSAESOAEPparams()
95 return hashAlgorithm; in getHashAlgorithm()
138 if (!hashAlgorithm.equals(DEFAULT_HASH_ALGORITHM)) in toASN1Primitive()
140 v.add(new DERTaggedObject(true, 0, hashAlgorithm)); in toASN1Primitive()
DRSASSAPSSparams.java20 private AlgorithmIdentifier hashAlgorithm; field in RSASSAPSSparams
50 hashAlgorithm = DEFAULT_HASH_ALGORITHM; in RSASSAPSSparams()
57 AlgorithmIdentifier hashAlgorithm, in RSASSAPSSparams() argument
62 this.hashAlgorithm = hashAlgorithm; in RSASSAPSSparams()
71 hashAlgorithm = DEFAULT_HASH_ALGORITHM; in RSASSAPSSparams()
83 hashAlgorithm = AlgorithmIdentifier.getInstance(o, true); in RSASSAPSSparams()
102 return hashAlgorithm; in getHashAlgorithm()
150 if (!hashAlgorithm.equals(DEFAULT_HASH_ALGORITHM)) in toASN1Primitive()
152 v.add(new DERTaggedObject(true, 0, hashAlgorithm)); in toASN1Primitive()
/external/conscrypt/src/main/java/org/conscrypt/ct/
DDigitallySigned.java61 private final HashAlgorithm hashAlgorithm; field in DigitallySigned
65 public DigitallySigned(HashAlgorithm hashAlgorithm, in DigitallySigned() argument
68 this.hashAlgorithm = hashAlgorithm; in DigitallySigned()
73 public DigitallySigned(int hashAlgorithm, in DigitallySigned() argument
77 HashAlgorithm.valueOf(hashAlgorithm), in DigitallySigned()
84 return hashAlgorithm; in getHashAlgorithm()
98 return String.format("%swith%s", hashAlgorithm, signatureAlgorithm); in getAlgorithm()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ocsp/
DCertID.java16 AlgorithmIdentifier hashAlgorithm; field in CertID
22 AlgorithmIdentifier hashAlgorithm, in CertID() argument
27 this.hashAlgorithm = hashAlgorithm; in CertID()
36 hashAlgorithm = AlgorithmIdentifier.getInstance(seq.getObjectAt(0)); in CertID()
66 return hashAlgorithm; in getHashAlgorithm()
98 v.add(hashAlgorithm); in toASN1Primitive()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
DAlgorithmParametersSpi.java56 AlgorithmIdentifier hashAlgorithm = new AlgorithmIdentifier( in engineGetEncoded() local
66 … RSAESOAEPparams oaepP = new RSAESOAEPparams(hashAlgorithm, maskGenAlgorithm, pSourceAlgorithm); in engineGetEncoded()
171 AlgorithmIdentifier hashAlgorithm = new AlgorithmIdentifier( in engineGetEncoded() local
178 …RSASSAPSSparams pssP = new RSASSAPSSparams(hashAlgorithm, maskGenAlgorithm, new ASN1Integer(pssSpe… in engineGetEncoded()
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl_ocsp.c47 X509_ALGOR *hashAlgorithm; member
170 ASN1_SIMPLE(CertID, hashAlgorithm, X509_ALGOR),
405 dgst = EVP_get_digestbyobj(certid->hashAlgorithm->algorithm); in issuer_match()
714 txt = algor_str(sresp->certID->hashAlgorithm); in check_ocsp_resp()
779 (OBJ_cmp(cid1->hashAlgorithm->algorithm, in check_ocsp_resp()
780 cid2->hashAlgorithm->algorithm) != 0 || in check_ocsp_resp()
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/tools/
Docspserver.py58 hashAlgorithm = reqCert.setComponentByName('hashAlgorithm').getComponentByName('hashAlgorithm')
59 hashAlgorithm.setComponentByName('algorithm', sha1oid)
Docspclient.py58 hashAlgorithm = reqCert.setComponentByName('hashAlgorithm').getComponentByName('hashAlgorithm')
59 hashAlgorithm.setComponentByName('algorithm', sha1oid)
/external/boringssl/src/crypto/evp/
Dp_rsa_asn1.c358 if (pss->hashAlgorithm) { in rsa_pss_param_print()
359 if (i2a_ASN1_OBJECT(bp, pss->hashAlgorithm->algorithm) <= 0) { in rsa_pss_param_print()
582 if (!rsa_md_to_algor(&pss->hashAlgorithm, sigmd) || in rsa_ctx_to_pss()
631 md = rsa_algor_to_md(pss->hashAlgorithm); in rsa_pss_to_ctx()
/external/boringssl/src/include/openssl/
Drsa.h471 X509_ALGOR *hashAlgorithm; member
/external/boringssl/src/crypto/rsa/
Drsa_asn1.c453 ASN1_EXP_OPT(RSA_PSS_PARAMS, hashAlgorithm, X509_ALGOR,0),
/external/google-tv-pairing-protocol/java/jar/
Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY ...