Home
last modified time | relevance | path

Searched defs:ssl2_state_st (Results 1 – 2 of 2) sorted by relevance

/external/openssl/include/openssl/
Dssl2.h160 typedef struct ssl2_state_st struct
162 int three_byte_header;
163 int clear_text; /* clear text */
164 int escape; /* not used in SSLv2 */
165 int ssl2_rollback; /* used if SSLv23 rolled back to SSLv2 */
169 unsigned int wnum; /* number of bytes sent so far */
170 int wpend_tot;
171 const unsigned char *wpend_buf;
173 int wpend_off; /* offset to data to write */
174 int wpend_len; /* number of bytes passwd to write */
[all …]
/external/openssl/ssl/
Dssl2.h160 typedef struct ssl2_state_st struct
162 int three_byte_header;
163 int clear_text; /* clear text */
164 int escape; /* not used in SSLv2 */
165 int ssl2_rollback; /* used if SSLv23 rolled back to SSLv2 */
169 unsigned int wnum; /* number of bytes sent so far */
170 int wpend_tot;
171 const unsigned char *wpend_buf;
173 int wpend_off; /* offset to data to write */
174 int wpend_len; /* number of bytes passwd to write */
[all …]