Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/base/
Dschanneladapter.h57 struct SSLImpl;
87 SSLImpl* impl_;
Dschanneladapter.cc98 struct SChannelAdapter::SSLImpl { struct in talk_base::SChannelAdapter
105 SSLImpl() : cred_init(false), ctx_init(false) { } in SSLImpl() function
111 impl_(new SSLImpl) { in SChannelAdapter()
613 impl_ = new SSLImpl; in Close()