Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Dssl.h3711 struct ssl_st { struct
3713 int version;
3717 uint16_t max_version;
3721 uint16_t min_version;
3725 const SSL_PROTOCOL_METHOD *method;
3729 const SSL3_ENC_METHOD *enc_method;
3734 BIO *rbio; /* used by SSL_read */
3735 BIO *wbio; /* used by SSL_write */
3744 BIO *bbio;
3746 int (*handshake_func)(SSL *);
[all …]