Searched defs:ssl_st (Results 1 – 3 of 3) sorted by relevance
1205 struct ssl_st struct1210 int version;1211 int type; /* SSL_ST_CONNECT or SSL_ST_ACCEPT */1213 const SSL_METHOD *method; /* SSLv3 */1220 BIO *rbio; /* used by SSL_read */1221 BIO *wbio; /* used by SSL_write */1222 BIO *bbio; /* used during session-id reuse to concatenate1225 char *rbio; /* used by SSL_read */1226 char *wbio; /* used by SSL_write */1227 char *bbio;[all …]
1219 struct ssl_st struct1224 int version;1225 int type; /* SSL_ST_CONNECT or SSL_ST_ACCEPT */1227 const SSL_METHOD *method; /* SSLv3 */1234 BIO *rbio; /* used by SSL_read */1235 BIO *wbio; /* used by SSL_write */1236 BIO *bbio; /* used during session-id reuse to concatenate1239 char *rbio; /* used by SSL_read */1240 char *wbio; /* used by SSL_write */1241 char *bbio;[all …]