Home
last modified time | relevance | path

Searched refs:OCSPServerSession (Results 1 – 1 of 1) sorted by relevance

/external/chromium/net/ocsp/
Dnss_ocsp.cc414 class OCSPServerSession { class
416 OCSPServerSession(const char* host, PRUint16 port) in OCSPServerSession() function in __anon3b4b4ea00111::OCSPServerSession
418 ~OCSPServerSession() {} in ~OCSPServerSession()
451 DISALLOW_COPY_AND_ASSIGN(OCSPServerSession);
588 *pSession = new OCSPServerSession(host, portnum); in OCSPCreateSession()
602 delete reinterpret_cast<OCSPServerSession*>(session); in OCSPFreeSession()
616 OCSPServerSession* ocsp_session = in OCSPCreate()
617 reinterpret_cast<OCSPServerSession*>(session); in OCSPCreate()