Lines Matching defs:schannel_ssl_backend_data
142 struct schannel_ssl_backend_data { struct
143 struct Curl_schannel_cred *cred;
144 struct Curl_schannel_ctxt *ctxt;
145 SecPkgContext_StreamSizes stream_sizes;
146 size_t encdata_length, decdata_length;
147 size_t encdata_offset, decdata_offset;
148 unsigned char *encdata_buffer, *decdata_buffer;
153 bool encdata_is_incomplete;
154 unsigned long req_flags, ret_flags;
155 CURLcode recv_unrecoverable_err; /* schannel_recv had an unrecoverable err */
156 bool recv_sspi_close_notify; /* true if connection closed by close_notify */
157 bool recv_connection_closed; /* true if connection closed, regardless how */
158 bool recv_renegotiating; /* true if recv is doing renegotiation */
159 bool use_alpn; /* true if ALPN is used for this connection */
161 bool use_manual_cred_validation; /* true if manual cred validation is used */