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

  /external/chromium_org/chrome/browser/net/
crl_set_fetcher.cc 91 std::string crl_set_bytes; local
94 if (!base::ReadFileToString(path, &crl_set_bytes))
98 if (!net::CRLSetStorage::Parse(crl_set_bytes, out_crl_set)) {
103 VLOG(1) << "Loaded " << crl_set_bytes.size() << " bytes of CRL set from disk";
176 std::string crl_set_bytes; local
177 if (!base::ReadFileToString(crl_set_file_path, &crl_set_bytes)) {
183 if (!net::CRLSetStorage::GetIsDeltaUpdate(crl_set_bytes, &is_delta)) {
189 if (!net::CRLSetStorage::Parse(crl_set_bytes, &crl_set_)) {
193 int size = base::checked_cast<int>(crl_set_bytes.size());
194 if (base::WriteFile(save_to, crl_set_bytes.data(), size) != size)
    [all...]
  /external/chromium_org/net/tools/crl_set_dump/
crl_set_dump.cc 41 std::string crl_set_bytes, delta_bytes; local
42 if (!base::ReadFileToString(crl_set_filename, &crl_set_bytes))
50 if (!net::CRLSetStorage::Parse(crl_set_bytes, &crl_set)) {
  /external/chromium_org/net/cert/
cert_verify_proc_unittest.cc 1176 std::string crl_set_bytes; local
1247 std::string crl_set_bytes; local
    [all...]

Completed in 77 milliseconds