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

  /external/chromium/net/ocsp/
nss_ocsp.cc 259 // the initial check in OCSPServerSession::CreateRequest().
414 class OCSPServerSession {
416 OCSPServerSession(const char* host, PRUint16 port)
418 ~OCSPServerSession() {}
451 DISALLOW_COPY_AND_ASSIGN(OCSPServerSession);
588 *pSession = new OCSPServerSession(host, portnum);
602 delete reinterpret_cast<OCSPServerSession*>(session);
616 OCSPServerSession* ocsp_session =
617 reinterpret_cast<OCSPServerSession*>(session);
  /external/chromium_org/net/ocsp/
nss_ocsp.cc 293 // the initial check in OCSPServerSession::CreateRequest().
453 class OCSPServerSession {
455 OCSPServerSession(const char* host, PRUint16 port)
457 ~OCSPServerSession() {}
492 DISALLOW_COPY_AND_ASSIGN(OCSPServerSession);
625 *pSession = new OCSPServerSession(host, portnum);
639 delete reinterpret_cast<OCSPServerSession*>(session);
653 OCSPServerSession* ocsp_session =
654 reinterpret_cast<OCSPServerSession*>(session);
    [all...]

Completed in 56 milliseconds