Searched refs:hashAlgorithm (Results 1 – 7 of 7) sorted by relevance
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/ |
D | RSAESOAEPparams.java | 18 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()
|
D | RSASSAPSSparams.java | 20 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/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/ |
D | AlgorithmParametersSpi.java | 56 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/boringssl/src/crypto/evp/ |
D | p_rsa_asn1.c | 320 if (pss->hashAlgorithm) { in rsa_pss_param_print() 321 if (i2a_ASN1_OBJECT(bp, pss->hashAlgorithm->algorithm) <= 0) { in rsa_pss_param_print() 544 if (!rsa_md_to_algor(&pss->hashAlgorithm, sigmd) || in rsa_ctx_to_pss() 593 md = rsa_algor_to_md(pss->hashAlgorithm); in rsa_pss_to_ctx()
|
/external/boringssl/src/crypto/rsa/ |
D | rsa_asn1.c | 99 ASN1_EXP_OPT(RSA_PSS_PARAMS, hashAlgorithm, X509_ALGOR,0),
|
D | internal.h | 122 X509_ALGOR *hashAlgorithm; member
|
/external/google-tv-pairing-protocol/java/jar/ |
D | bcprov-jdk15-143.jar | META-INF/MANIFEST.MF
META-INF/BCKEY.SF
META-INF/BCKEY ... |