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

1 2 3 4 5

  /external/conscrypt/src/main/java/org/conscrypt/ct/
DigitallySigned.java 26 public enum HashAlgorithm {
35 private static HashAlgorithm[] values = values();
36 public static HashAlgorithm valueOf(int ord) {
61 private final HashAlgorithm hashAlgorithm;
65 public DigitallySigned(HashAlgorithm hashAlgorithm,
68 this.hashAlgorithm = hashAlgorithm;
73 public DigitallySigned(int hashAlgorithm,
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
RSAESOAEPparams.java 18 private AlgorithmIdentifier hashAlgorithm;
46 hashAlgorithm = DEFAULT_HASH_ALGORITHM;
52 AlgorithmIdentifier hashAlgorithm,
56 this.hashAlgorithm = hashAlgorithm;
68 hashAlgorithm = DEFAULT_HASH_ALGORITHM;
79 hashAlgorithm = AlgorithmIdentifier.getInstance(o, true);
95 return hashAlgorithm;
111 * hashAlgorithm [0] OAEP-PSSDigestAlgorithms DEFAULT sha1,
138 if (!hashAlgorithm.equals(DEFAULT_HASH_ALGORITHM)
    [all...]
RSASSAPSSparams.java 20 private AlgorithmIdentifier hashAlgorithm;
50 hashAlgorithm = DEFAULT_HASH_ALGORITHM;
57 AlgorithmIdentifier hashAlgorithm,
62 this.hashAlgorithm = hashAlgorithm;
71 hashAlgorithm = DEFAULT_HASH_ALGORITHM;
83 hashAlgorithm = AlgorithmIdentifier.getInstance(o, true);
102 return hashAlgorithm;
123 * hashAlgorithm [0] OAEP-PSSDigestAlgorithms DEFAULT sha1,
150 if (!hashAlgorithm.equals(DEFAULT_HASH_ALGORITHM)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ocsp/
CertID.java 16 AlgorithmIdentifier hashAlgorithm;
22 AlgorithmIdentifier hashAlgorithm,
27 this.hashAlgorithm = hashAlgorithm;
36 hashAlgorithm = AlgorithmIdentifier.getInstance(seq.getObjectAt(0));
66 return hashAlgorithm;
88 * hashAlgorithm AlgorithmIdentifier,
98 v.add(hashAlgorithm);
  /libcore/ojluni/src/main/java/sun/security/timestamp/
TimestampToken.java 78 private AlgorithmId hashAlgorithm;
106 return hashAlgorithm;
144 hashAlgorithm = AlgorithmId.parse(messageImprint.data.getDerValue());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/utils/
FingerprintUtils.java 31 * @param hashAlgorithm
33 public static String getFingerprint(Certificate cert, String hashAlgorithm) {
38 MessageDigest digest = MessageDigest.getInstance(hashAlgorithm);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
AlgorithmParametersSpi.java 56 AlgorithmIdentifier hashAlgorithm = new AlgorithmIdentifier(
66 RSAESOAEPparams oaepP = new RSAESOAEPparams(hashAlgorithm, maskGenAlgorithm, pSourceAlgorithm);
171 AlgorithmIdentifier hashAlgorithm = new AlgorithmIdentifier(
178 RSASSAPSSparams pssP = new RSASSAPSSparams(hashAlgorithm, maskGenAlgorithm, new ASN1Integer(pssSpec.getSaltLength()), new ASN1Integer(pssSpec.getTrailerField()));
  /external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/tools/
ocspclient.py 58 hashAlgorithm = reqCert.setComponentByName('hashAlgorithm').getComponentByName('hashAlgorithm')
59 hashAlgorithm.setComponentByName('algorithm', sha1oid)
ocspserver.py 58 hashAlgorithm = reqCert.setComponentByName('hashAlgorithm').getComponentByName('hashAlgorithm')
59 hashAlgorithm.setComponentByName('algorithm', sha1oid)
  /external/wpa_supplicant_8/src/crypto/
tls_openssl_ocsp.c 41 * hashAlgorithm AlgorithmIdentifier,
47 X509_ALGOR *hashAlgorithm;
170 ASN1_SIMPLE(CertID, hashAlgorithm, X509_ALGOR),
405 dgst = EVP_get_digestbyobj(certid->hashAlgorithm->algorithm);
714 txt = algor_str(sresp->certID->hashAlgorithm);
717 "OpenSSL: certID hashAlgorithm: %s", txt);
779 (OBJ_cmp(cid1->hashAlgorithm->algorithm,
780 cid2->hashAlgorithm->algorithm) != 0 ||
  /external/boringssl/src/crypto/evp/
p_rsa_asn1.c 358 if (pss->hashAlgorithm) {
359 if (i2a_ASN1_OBJECT(bp, pss->hashAlgorithm->algorithm) <= 0) {
582 if (!rsa_md_to_algor(&pss->hashAlgorithm, sigmd) ||
631 md = rsa_algor_to_md(pss->hashAlgorithm);
  /external/boringssl/src/include/openssl/
rsa.h 471 X509_ALGOR *hashAlgorithm;
  /external/boringssl/src/crypto/rsa/
rsa_asn1.c 453 ASN1_EXP_OPT(RSA_PSS_PARAMS, hashAlgorithm, X509_ALGOR,0),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bcrypt.h 396 HASHALGORITHM_ENUM hashAlgorithm;
422 HASHALGORITHM_ENUM hashAlgorithm;
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk16/1.46/
bcprov-jdk16-1.46.jar 
  /prebuilts/tools/common/offline-m2/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.5.7/
gradle-0.5.7.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.7.0/
gradle-0.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.7.4/
gradle-0.7.4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.8.0/
gradle-0.8.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.8.1/
gradle-0.8.1.jar 

Completed in 5375 milliseconds

1 2 3 4 5