HomeSort by relevance Sort by last modified time
    Searched defs:DigitallySigned (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/cert/
signed_certificate_timestamp.cc 71 static_cast<DigitallySigned::HashAlgorithm>(hash_algorithm);
73 static_cast<DigitallySigned::SignatureAlgorithm>(sig_algorithm);
88 DigitallySigned::DigitallySigned() {}
90 DigitallySigned::~DigitallySigned() {}
92 bool DigitallySigned::SignatureParametersMatch(
signed_certificate_timestamp.h 48 struct NET_EXPORT_PRIVATE DigitallySigned {
66 DigitallySigned();
67 ~DigitallySigned();
70 // match this DigitallySigned hash and signature algorithms.
116 DigitallySigned signature;

Completed in 142 milliseconds