Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
Dssl_types.h203 struct ssl_st struct
206 int version;
208 unsigned long options;
211 int shutdown;
213 CERT *cert;
215 X509 *client_CA;
217 SSL_CTX *ctx;
219 const SSL_METHOD *method;
221 const char **alpn_protos;
223 RECORD_LAYER rlayer;
[all …]
/third_party/node/deps/openssl/openssl/ssl/
Dssl_local.h1236 struct ssl_st { struct
1241 int version;
1243 const SSL_METHOD *method;
1249 BIO *rbio;
1251 BIO *wbio;
1253 BIO *bbio;
1259 int rwstate;
1260 int (*handshake_func) (SSL *);
1269 int server;
1276 int new_session;
[all …]
/third_party/openssl/ssl/
Dssl_local.h1212 struct ssl_st { struct
1217 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 …]
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py1161 class ssl_st(Structure): class