Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/base/
Dschanneladapter.cc81 struct SChannelAdapter::SSLImpl { struct in rtc::SChannelAdapter
82 CredHandle cred;
83 CtxtHandle ctx;
84 bool cred_init, ctx_init;
85 SChannelBuffer inbuf, outbuf, readable;
86 SecPkgContext_StreamSizes sizes;
88 SSLImpl() : cred_init(false), ctx_init(false) { } in SSLImpl() argument