Searched defs:ssl_st (Results 1 – 2 of 2) sorted by relevance
1068 struct ssl_st { struct1073 int version;1075 const SSL_METHOD *method;1081 BIO *rbio;1083 BIO *wbio;1085 BIO *bbio;1091 int rwstate;1092 int (*handshake_func) (SSL *);1101 int server;1108 int new_session;[all …]
1212 struct ssl_st { struct1217 int version;1219 const SSL_METHOD *method;1225 BIO *rbio;1227 BIO *wbio;1229 BIO *bbio;1235 int rwstate;1236 int (*handshake_func) (SSL *);1245 int server;1252 int new_session;[all …]