Searched defs:ssl_st (Results 1 – 2 of 2) sorted by relevance
971 struct ssl_st struct976 int version;977 int type; /* SSL_ST_CONNECT or SSL_ST_ACCEPT */979 const SSL_METHOD *method; /* SSLv3 */986 BIO *rbio; /* used by SSL_read */987 BIO *wbio; /* used by SSL_write */988 BIO *bbio; /* used during session-id reuse to concatenate991 char *rbio; /* used by SSL_read */992 char *wbio; /* used by SSL_write */993 char *bbio;[all …]