Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/include/openssl/
H A Dssl.h701 #define SSL_ST_INIT (SSL_ST_CONNECT|SSL_ST_ACCEPT) macro
704 #define SSL_ST_RENEGOTIATE (0x04|SSL_ST_INIT)
723 #define SSL_in_init(a) (SSL_state((a))&SSL_ST_INIT)