Searched refs:SSL_ST_INIT (Results 1 – 2 of 2) sorted by relevance
3429 #define SSL_ST_INIT (SSL_ST_CONNECT | SSL_ST_ACCEPT) macro3431 #define SSL_ST_RENEGOTIATE (0x04 | SSL_ST_INIT)
2295 return SSL_in_init(ssl) ? SSL_ST_INIT : SSL_ST_OK; in SSL_state()