Searched defs:DigitallySigned (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/cert/
H A Dsigned_certificate_timestamp.cc71 static_cast<DigitallySigned::HashAlgorithm>(hash_algorithm);
73 static_cast<DigitallySigned::SignatureAlgorithm>(sig_algorithm);
88 DigitallySigned::DigitallySigned() {} function in class:net::ct::DigitallySigned
90 DigitallySigned::~DigitallySigned() {}
92 bool DigitallySigned::SignatureParametersMatch(
H A Dsigned_certificate_timestamp.h48 struct NET_EXPORT_PRIVATE DigitallySigned { struct in namespace:net::ct
66 DigitallySigned();
67 ~DigitallySigned();
70 // match this DigitallySigned hash and signature algorithms.
116 DigitallySigned signature;

Completed in 699 milliseconds