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

  /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/libchrome/crypto/
signature_verifier.h 31 enum HashAlgorithm {
85 bool VerifyInitRSAPSS(HashAlgorithm hash_alg,
86 HashAlgorithm mask_hash_alg,
136 HashAlgorithm hash_alg_;
137 HashAlgorithm mask_hash_alg_;
hmac.h 28 enum HashAlgorithm {
33 explicit HMAC(HashAlgorithm hash_alg);
87 HashAlgorithm hash_alg_;
signature_creator.h 33 enum HashAlgorithm {
41 // instance outlives the created SignatureCreator. Uses the HashAlgorithm
43 static SignatureCreator* Create(RSAPrivateKey* key, HashAlgorithm hash_alg);
49 HashAlgorithm hash_alg,
signature_creator_openssl.cc 22 const EVP_MD* ToOpenSSLDigest(SignatureCreator::HashAlgorithm hash_alg) {
32 int ToOpenSSLDigestType(SignatureCreator::HashAlgorithm hash_alg) {
46 HashAlgorithm hash_alg) {
63 HashAlgorithm hash_alg,
signature_creator_nss.cc 21 SECOidTag ToNSSSigOid(SignatureCreator::HashAlgorithm hash_alg) {
31 SECOidTag ToNSSHashOid(SignatureCreator::HashAlgorithm hash_alg) {
52 HashAlgorithm hash_alg) {
71 HashAlgorithm hash_alg,
signature_verifier_openssl.cc 22 const EVP_MD* ToOpenSSLDigest(SignatureVerifier::HashAlgorithm hash_alg) {
75 bool SignatureVerifier::VerifyInitRSAPSS(HashAlgorithm hash_alg,
76 HashAlgorithm mask_hash_alg,
hmac_openssl.cc 24 HMAC::HMAC(HashAlgorithm hash_alg) : hash_alg_(hash_alg) {
hmac_nss.cc 24 HMAC::HMAC(HashAlgorithm hash_alg)
signature_verifier_nss.cc 23 HASH_HashType ToNSSHashType(SignatureVerifier::HashAlgorithm hash_alg) {
139 bool SignatureVerifier::VerifyInitRSAPSS(HashAlgorithm hash_alg,
140 HashAlgorithm mask_hash_alg,
hmac_win.cc 107 HMAC::HMAC(HashAlgorithm hash_alg)
signature_creator_unittest.cc 120 key.get(), crypto::SignatureCreator::HashAlgorithm::SHA256,
  /libcore/ojluni/src/main/java/sun/security/ssl/
SignatureAndHashAlgorithm.java 54 * } HashAlgorithm;
60 * HashAlgorithm hash;
78 private HashAlgorithm hash;
96 private SignatureAndHashAlgorithm(HashAlgorithm hash,
107 this.hash = HashAlgorithm.valueOf((id >> 8) & 0xFF);
217 private static void supports(HashAlgorithm hash,
284 maxDigestLength = HashAlgorithm.SHA512.length;
286 maxDigestLength = HashAlgorithm.SHA256.length;
288 maxDigestLength = HashAlgorithm.SHA1.length;
314 static enum HashAlgorithm {
    [all...]
ServerHandshaker.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsafer.h 56 ALG_ID HashAlgorithm;
112 ALG_ID HashAlgorithm;
wincrypt.h 848 CRYPT_ALGORITHM_IDENTIFIER HashAlgorithm;
    [all...]
  /external/conscrypt/src/test/java/org/conscrypt/ct/
SerializationTest.java 43 assertEquals(DigitallySigned.HashAlgorithm.SHA256,
92 assertEquals(DigitallySigned.HashAlgorithm.SHA256, dst.getHashAlgorithm());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 412 milliseconds