Searched defs:SSLImpl (Results 1 – 2 of 2) 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() function
98 struct SChannelAdapter::SSLImpl { struct in talk_base::SChannelAdapter99 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