Home
last modified time | relevance | path

Searched refs:HashAlgorithm (Results 1 – 10 of 10) sorted by relevance

/external/conscrypt/platform/src/main/java/org/conscrypt/ct/
DDigitallySigned.java30 public enum HashAlgorithm { enum in DigitallySigned
39 private static HashAlgorithm[] values = values();
40 public static HashAlgorithm valueOf(int ord) { in valueOf()
65 private final HashAlgorithm hashAlgorithm;
69 public DigitallySigned(HashAlgorithm hashAlgorithm, in DigitallySigned()
81 HashAlgorithm.valueOf(hashAlgorithm), in DigitallySigned()
87 public HashAlgorithm getHashAlgorithm() { in getHashAlgorithm()
/external/libchrome/crypto/
Dsignature_verifier.h31 enum HashAlgorithm { enum
82 bool VerifyInitRSAPSS(HashAlgorithm hash_alg,
83 HashAlgorithm mask_hash_alg,
124 HashAlgorithm hash_alg_;
125 HashAlgorithm mask_hash_alg_;
Dsignature_creator_nss.cc21 SECOidTag ToNSSSigOid(SignatureCreator::HashAlgorithm hash_alg) { in ToNSSSigOid()
31 SECOidTag ToNSSHashOid(SignatureCreator::HashAlgorithm hash_alg) { in ToNSSHashOid()
52 HashAlgorithm hash_alg) { in Create()
71 HashAlgorithm hash_alg, in Sign()
Dsignature_creator.h34 enum HashAlgorithm { enum
45 HashAlgorithm hash_alg);
50 HashAlgorithm hash_alg,
Dhmac.h29 enum HashAlgorithm { enum
34 explicit HMAC(HashAlgorithm hash_alg);
88 HashAlgorithm hash_alg_;
Dsignature_verifier_nss.cc23 HASH_HashType ToNSSHashType(SignatureVerifier::HashAlgorithm hash_alg) { in ToNSSHashType()
125 bool SignatureVerifier::VerifyInitRSAPSS(HashAlgorithm hash_alg, in VerifyInitRSAPSS()
126 HashAlgorithm mask_hash_alg, in VerifyInitRSAPSS()
Dhmac_nss.cc24 HMAC::HMAC(HashAlgorithm hash_alg) in HMAC()
Dsignature_creator_unittest.cc106 key.get(), crypto::SignatureCreator::HashAlgorithm::SHA256, in TEST()
/external/conscrypt/platform/src/test/java/org/conscrypt/ct/
DSerializationTest.java43 assertEquals(DigitallySigned.HashAlgorithm.SHA256, in test_decode_SignedCertificateTimestamp()
92 assertEquals(DigitallySigned.HashAlgorithm.SHA256, dst.getHashAlgorithm()); in test_decode_DigitallySigned()
/external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
DUefiMultiPhase.h160 EFI_GUID HashAlgorithm; member