Searched defs:SSLImpl (Results 1 – 1 of 1) sorted by relevance
81 struct SChannelAdapter::SSLImpl { struct in rtc::SChannelAdapter82 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