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

/external/chromium_org/net/cert/
H A Dcrl_set.cc12 CRLSet::CRLSet() function in class:net::CRLSet
17 CRLSet::~CRLSet() {
20 CRLSet::Result CRLSet::CheckSPKI(const base::StringPiece& spki_hash) const {
32 CRLSet::Result CRLSet::CheckSerial(
62 bool CRLSet::IsExpired() const {
70 uint32 CRLSet
[all...]
H A Dcrl_set.h20 // A CRLSet is a structure that lists the serial numbers of revoked
23 // CRLSetStorage is responsible for creating CRLSet instances.
24 class NET_EXPORT CRLSet : public base::RefCountedThreadSafe<CRLSet> { class in namespace:net
46 // specified in the CRLSet.
59 // crls returns the internal state of this CRLSet. It should only be used in
63 // EmptyCRLSetForTesting returns a valid, but empty, CRLSet for unit tests.
64 static CRLSet* EmptyCRLSetForTesting();
66 // ExpiredCRLSetForTesting returns a expired, empty CRLSet for unit tests.
67 static CRLSet* ExpiredCRLSetForTestin
[all...]

Completed in 123 milliseconds