HomeSort by relevance Sort by last modified time
    Searched refs:hashAlgorithm (Results 1 - 16 of 16) sorted by null

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
RSAESOAEPparams.java 18 private AlgorithmIdentifier hashAlgorithm;
48 hashAlgorithm = DEFAULT_HASH_ALGORITHM;
54 AlgorithmIdentifier hashAlgorithm,
58 this.hashAlgorithm = hashAlgorithm;
66 hashAlgorithm = DEFAULT_HASH_ALGORITHM;
77 hashAlgorithm = AlgorithmIdentifier.getInstance(o, true);
93 return hashAlgorithm;
109 * hashAlgorithm [0] OAEP-PSSDigestAlgorithms DEFAULT sha1,
136 if (!hashAlgorithm.equals(DEFAULT_HASH_ALGORITHM)
    [all...]
RSASSAPSSparams.java 20 private AlgorithmIdentifier hashAlgorithm;
52 hashAlgorithm = DEFAULT_HASH_ALGORITHM;
59 AlgorithmIdentifier hashAlgorithm,
64 this.hashAlgorithm = hashAlgorithm;
73 hashAlgorithm = DEFAULT_HASH_ALGORITHM;
85 hashAlgorithm = AlgorithmIdentifier.getInstance(o, true);
104 return hashAlgorithm;
125 * hashAlgorithm [0] OAEP-PSSDigestAlgorithms DEFAULT sha1,
152 if (!hashAlgorithm.equals(DEFAULT_HASH_ALGORITHM)
    [all...]
  /external/openssl/crypto/ocsp/
ocsp_lib.c 112 alg = cid->hashAlgorithm;
148 ret = OBJ_cmp(a->hashAlgorithm->algorithm, b->hashAlgorithm->algorithm);
ocsp_vfy.c 280 if (OBJ_cmp(tmpid->hashAlgorithm->algorithm,
281 cid->hashAlgorithm->algorithm))
304 if (!(dgst = EVP_get_digestbyobj(cid->hashAlgorithm->algorithm)))
ocsp_asn.c 71 ASN1_SIMPLE(OCSP_CERTID, hashAlgorithm, X509_ALGOR),
ocsp_prn.c 74 i2a_ASN1_OBJECT(bp, a->hashAlgorithm->algorithm);
ocsp_srv.c 92 if (pmd) *pmd = cid->hashAlgorithm->algorithm;
ocsp.h 94 * hashAlgorithm AlgorithmIdentifier,
101 X509_ALGOR *hashAlgorithm;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
AlgorithmParametersSpi.java 56 AlgorithmIdentifier hashAlgorithm = new AlgorithmIdentifier(
70 RSAESOAEPparams oaepP = new RSAESOAEPparams(hashAlgorithm, maskGenAlgorithm, pSourceAlgorithm);
175 AlgorithmIdentifier hashAlgorithm = new AlgorithmIdentifier(
186 RSASSAPSSparams pssP = new RSASSAPSSparams(hashAlgorithm, maskGenAlgorithm, new ASN1Integer(pssSpec.getSaltLength()), new ASN1Integer(pssSpec.getTrailerField()));
  /external/openssl/crypto/rsa/
rsa_asn1.c 101 ASN1_EXP_OPT(RSA_PSS_PARAMS, hashAlgorithm, X509_ALGOR,0),
rsa_ameth.c 318 if (pss->hashAlgorithm)
320 if (i2a_ASN1_OBJECT(bp, pss->hashAlgorithm->algorithm) <= 0)
507 if (pss->hashAlgorithm)
509 md = EVP_get_digestbyobj(pss->hashAlgorithm->algorithm);
611 pss->hashAlgorithm = X509_ALGOR_new();
612 if (!pss->hashAlgorithm)
614 X509_ALGOR_set_md(pss->hashAlgorithm, sigmd);
rsa.h 328 X509_ALGOR *hashAlgorithm;
  /external/openssl/include/openssl/
rsa.h 328 X509_ALGOR *hashAlgorithm;
ocsp.h 94 * hashAlgorithm AlgorithmIdentifier,
101 X509_ALGOR *hashAlgorithm;
  /tools/motodev/src/plugins/certmanager/lib/
bcprov-jdk15on-147.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 214 milliseconds