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

  /external/chromium_org/net/cert/
crl_set.cc 12 CRLSet::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::sequence() const
    [all...]
crl_set.h 20 // 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> {
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* ExpiredCRLSetForTesting()
    [all...]

Completed in 817 milliseconds