Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dssl2.h163 typedef struct ssl2_state_st { struct
164 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 …]