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

  /external/chromium_org/net/cert/
signed_certificate_timestamp.cc 13 bool SignedCertificateTimestamp::LessThan::operator()(
14 const scoped_refptr<SignedCertificateTimestamp>& lhs,
15 const scoped_refptr<SignedCertificateTimestamp>& rhs) const {
29 SignedCertificateTimestamp::SignedCertificateTimestamp() {}
31 SignedCertificateTimestamp::~SignedCertificateTimestamp() {}
33 void SignedCertificateTimestamp::Persist(Pickle* pickle) {
46 scoped_refptr<SignedCertificateTimestamp>
47 SignedCertificateTimestamp::CreateFromPickle(PickleIterator* iter)
    [all...]
signed_certificate_timestamp.h 75 // SignedCertificateTimestamp struct in RFC 6962, Section 3.2.
76 struct NET_EXPORT SignedCertificateTimestamp
77 : public base::RefCountedThreadSafe<SignedCertificateTimestamp> {
78 // Predicate functor used in maps when SignedCertificateTimestamp is used as
81 bool operator()(const scoped_refptr<SignedCertificateTimestamp>& lhs,
82 const scoped_refptr<SignedCertificateTimestamp>& rhs) const;
97 SignedCertificateTimestamp();
100 static scoped_refptr<SignedCertificateTimestamp> CreateFromPickle(
118 friend class base::RefCountedThreadSafe<SignedCertificateTimestamp>;
120 ~SignedCertificateTimestamp();
    [all...]

Completed in 62 milliseconds