Searched defs:ssl2_state_st (Results 1 – 1 of 1) sorted by relevance
163 typedef struct ssl2_state_st { struct164 int three_byte_header;165 int clear_text; /* clear text */166 int escape; /* not used in SSLv2 */167 int ssl2_rollback; /* used if SSLv23 rolled back to SSLv2 */171 unsigned int wnum; /* number of bytes sent so far */172 int wpend_tot;173 const unsigned char *wpend_buf;174 int wpend_off; /* offset to data to write */175 int wpend_len; /* number of bytes passwd to write */[all …]