Home | History | Annotate | Download | only in openssl

Lines Matching refs:SSL_state

3261 /* SSL_ST_* are possible values for |SSL_state| and the bitmasks that make them
3827 /* SSL_state returns |SSL_ST_INIT| if a handshake is in progress and |SSL_ST_OK|
3831 OPENSSL_EXPORT int SSL_state(const SSL *ssl);
3833 #define SSL_get_state(ssl) SSL_state(ssl)