Searched refs:ocsp_status (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/test/spawned_test_server/
H A Dbase_test_server.cc94 ocsp_status(OCSP_OK),
111 ocsp_status(OCSP_OK),
150 switch (ocsp_status) {
H A Dbase_test_server.h142 OCSPStatus ocsp_status; member in struct:net::BaseTestServer::SSLOptions
/external/chromium_org/net/url_request/
H A Durl_request_unittest.cc7609 ssl_options.ocsp_status = SpawnedTestServer::SSLOptions::OCSP_OK;
7630 ssl_options.ocsp_status = SpawnedTestServer::SSLOptions::OCSP_REVOKED;
7651 ssl_options.ocsp_status = SpawnedTestServer::SSLOptions::OCSP_INVALID;
7690 ssl_options.ocsp_status = SpawnedTestServer::SSLOptions::OCSP_INVALID;
7721 ssl_options.ocsp_status = SpawnedTestServer::SSLOptions::OCSP_INVALID;
7743 ssl_options.ocsp_status = SpawnedTestServer::SSLOptions::OCSP_REVOKED;
7771 ssl_options.ocsp_status = SpawnedTestServer::SSLOptions::OCSP_OK;
7793 ssl_options.ocsp_status = SpawnedTestServer::SSLOptions::OCSP_INVALID;
7816 ssl_options.ocsp_status = SpawnedTestServer::SSLOptions::OCSP_INVALID;
7841 ssl_options.ocsp_status
[all...]
/external/chromium_org/net/tools/testserver/
H A Dtestserver.py1976 self.options.ocsp_status)

Completed in 3896 milliseconds