Lines Matching defs:ssl_backend_data
87 struct ssl_backend_data { struct
88 struct Curl_schannel_cred *cred;
89 struct Curl_schannel_ctxt *ctxt;
90 SecPkgContext_StreamSizes stream_sizes;
91 size_t encdata_length, decdata_length;
92 size_t encdata_offset, decdata_offset;
93 unsigned char *encdata_buffer, *decdata_buffer;
98 bool encdata_is_incomplete;
99 unsigned long req_flags, ret_flags;
100 CURLcode recv_unrecoverable_err; /* schannel_recv had an unrecoverable err */
101 bool recv_sspi_close_notify; /* true if connection closed by close_notify */
102 bool recv_connection_closed; /* true if connection closed, regardless how */
103 bool use_alpn; /* true if ALPN is used for this connection */
105 bool use_manual_cred_validation; /* true if manual cred validation is used */
107 ALG_ID algIds[NUMOF_CIPHERS];