Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/base/
Dschanneladapter.cc98 struct SChannelAdapter::SSLImpl { struct in talk_base::SChannelAdapter
99 CredHandle cred;
100 CtxtHandle ctx;
101 bool cred_init, ctx_init;
102 SChannelBuffer inbuf, outbuf, readable;
103 SecPkgContext_StreamSizes sizes;
105 SSLImpl() : cred_init(false), ctx_init(false) { } in SSLImpl() function
/external/chromium/third_party/libjingle/source/talk/base/
Dschanneladapter.cc98 struct SChannelAdapter::SSLImpl { struct in talk_base::SChannelAdapter
99 CredHandle cred;
100 CtxtHandle ctx;
101 bool cred_init, ctx_init;
102 SChannelBuffer inbuf, outbuf, readable;
103 SecPkgContext_StreamSizes sizes;
105 SSLImpl() : cred_init(false), ctx_init(false) { } in SSLImpl() argument