Searched refs:HashAlgorithm (Results 1 - 11 of 11) sorted by relevance

/external/conscrypt/platform/src/main/java/org/conscrypt/ct/
H A DDigitallySigned.java30 public enum HashAlgorithm { enum in class:DigitallySigned
39 private static HashAlgorithm[] values = values();
40 public static HashAlgorithm valueOf(int ord) {
65 private final HashAlgorithm hashAlgorithm;
69 public DigitallySigned(HashAlgorithm hashAlgorithm,
81 HashAlgorithm.valueOf(hashAlgorithm),
87 public HashAlgorithm getHashAlgorithm() {
/external/libchrome/crypto/
H A Dsignature_verifier.h31 enum HashAlgorithm { enum in class:crypto::SignatureVerifier
82 bool VerifyInitRSAPSS(HashAlgorithm hash_alg,
83 HashAlgorithm mask_hash_alg,
124 HashAlgorithm hash_alg_;
125 HashAlgorithm mask_hash_alg_;
H A Dhmac.h29 enum HashAlgorithm { enum in class:crypto::HMAC
34 explicit HMAC(HashAlgorithm hash_alg);
88 HashAlgorithm hash_alg_;
H A Dsignature_creator.h34 enum HashAlgorithm { enum in class:crypto::SignatureCreator
42 // instance outlives the created SignatureCreator. Uses the HashAlgorithm
45 HashAlgorithm hash_alg);
50 HashAlgorithm hash_alg,
H A Dsignature_creator_nss.cc21 SECOidTag ToNSSSigOid(SignatureCreator::HashAlgorithm hash_alg) {
31 SECOidTag ToNSSHashOid(SignatureCreator::HashAlgorithm hash_alg) {
52 HashAlgorithm hash_alg) {
71 HashAlgorithm hash_alg,
H A Dsignature_verifier_nss.cc23 HASH_HashType ToNSSHashType(SignatureVerifier::HashAlgorithm hash_alg) {
125 bool SignatureVerifier::VerifyInitRSAPSS(HashAlgorithm hash_alg,
126 HashAlgorithm mask_hash_alg,
H A Dhmac_nss.cc24 HMAC::HMAC(HashAlgorithm hash_alg)
H A Dsignature_creator_unittest.cc106 key.get(), crypto::SignatureCreator::HashAlgorithm::SHA256,
/external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
H A DUefiMultiPhase.h160 EFI_GUID HashAlgorithm; member in struct:_WIN_CERTIFICATE_EFI_PKCS1_15
/external/conscrypt/platform/src/test/java/org/conscrypt/ct/
H A DSerializationTest.java43 assertEquals(DigitallySigned.HashAlgorithm.SHA256,
92 assertEquals(DigitallySigned.HashAlgorithm.SHA256, dst.getHashAlgorithm());
/external/r8/deps/
H A Dcommons-compress-1.12.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/compress/ ...

Completed in 248 milliseconds