Home
last modified time | relevance | path

Searched refs:SSL_ST_RENEGOTIATE (Results 1 – 6 of 6) sorted by relevance

/dragonfly/crypto/libressl/ssl/
H A Dssl_stat.c107 case SSL_ST_RENEGOTIATE: in SSL_state_string_long()
H A Dssl_err.c642 case SSL_ST_RENEGOTIATE: in SSL_state_func_code()
H A Dssl_srvr.c200 case SSL_ST_RENEGOTIATE: in ssl3_accept()
244 if (s->s3->hs.state != SSL_ST_RENEGOTIATE) { in ssl3_accept()
H A Ds3_lib.c2790 s->s3->hs.state = SSL_ST_RENEGOTIATE; in ssl3_renegotiate_check()
H A Dssl_clnt.c196 case SSL_ST_RENEGOTIATE: in ssl3_connect()
/dragonfly/crypto/libressl/include/openssl/
H A Dssl.h704 #define SSL_ST_RENEGOTIATE (0x04|SSL_ST_INIT) macro