Home | History | Annotate | Download | only in socket

Lines Matching defs:SSLContext

287 class SSLContext {
289 static SSLContext* GetInstance() { return Singleton<SSLContext>::get(); }
306 friend struct DefaultSingletonTraits<SSLContext>;
308 SSLContext() {
422 SSLContext* context = SSLContext::GetInstance();