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

  /external/chromium_org/net/tools/crl_set_dump/
crl_set_dump.cc 18 #include "net/cert/crl_set.h"
48 scoped_refptr<net::CRLSet> crl_set, final_crl_set; local
49 if (!net::CRLSet::Parse(crl_set_bytes, &crl_set)) {
55 if (!crl_set->ApplyDelta(delta_bytes, &final_crl_set)) {
60 final_crl_set = crl_set;
  /external/chromium_org/net/cert/
crl_set.cc 15 #include "net/cert/crl_set.h"
241 scoped_refptr<CRLSet> crl_set(new CRLSet);
242 crl_set->sequence_ = static_cast<uint32>(sequence);
243 crl_set->not_after_ = static_cast<uint64>(not_after);
251 crl_set->crls_.push_back(std::make_pair(parent_spki_sha256, serials));
252 crl_set->crls_index_by_issuer_[parent_spki_sha256] = crl_index;
255 if (!crl_set->CopyBlockedSPKIsFromHeader(header_dict.get()))
258 *out_crl_set = crl_set;
379 scoped_refptr<CRLSet> crl_set(new CRLSet);
380 crl_set->sequence_ = static_cast<uint32>(sequence)
595 CRLSet* crl_set = new CRLSet; local
    [all...]
cert_verify_proc_unittest.cc 21 #include "net/cert/crl_set.h"
66 CRLSet* crl_set,
79 CRLSet* crl_set,
103 CRLSet* crl_set,
106 return verify_proc_->Verify(cert, hostname, flags, crl_set,
159 scoped_refptr<CRLSet> crl_set(CRLSet::ForTesting(false, NULL, ""));
165 crl_set.get(),
1144 scoped_refptr<CRLSet> crl_set; local
1208 scoped_refptr<CRLSet> crl_set; local
    [all...]

Completed in 93 milliseconds