Searched defs:OCSPServerSession (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/ocsp/
H A Dnss_ocsp.cc294 // the initial check in OCSPServerSession::CreateRequest().
451 class OCSPServerSession { class in namespace:net::__anon9347
453 OCSPServerSession(const char* host, PRUint16 port) function in class:net::__anon9347::OCSPServerSession
455 ~OCSPServerSession() {}
490 DISALLOW_COPY_AND_ASSIGN(OCSPServerSession);
623 *pSession = new OCSPServerSession(host, portnum);
637 delete reinterpret_cast<OCSPServerSession*>(session);
651 OCSPServerSession* ocsp_session =
652 reinterpret_cast<OCSPServerSession*>(session);

Completed in 62 milliseconds