Searched refs:crl_set_bytes (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/net/
H A Dcrl_set_fetcher.cc91 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
[all...]
/external/chromium_org/net/tools/crl_set_dump/
H A Dcrl_set_dump.cc41 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/
H A Dcert_verify_proc_unittest.cc1176 std::string crl_set_bytes; local
1181 &crl_set_bytes));
1182 ASSERT_TRUE(CRLSetStorage::Parse(crl_set_bytes, &crl_set));
1194 crl_set_bytes.clear();
1197 &crl_set_bytes));
1198 ASSERT_TRUE(CRLSetStorage::Parse(crl_set_bytes, &crl_set));
1247 std::string crl_set_bytes; local
1250 &crl_set_bytes));
1251 ASSERT_TRUE(CRLSetStorage::Parse(crl_set_bytes, &crl_set));

Completed in 292 milliseconds