Searched refs:SSL_ST_INIT (Results 1 – 6 of 6) sorted by relevance
4377 #define SSL_ST_INIT (SSL_ST_CONNECT | SSL_ST_ACCEPT) macro4379 #define SSL_ST_RENEGOTIATE (0x04 | SSL_ST_INIT)4380 #define SSL_ST_BEFORE (0x05 | SSL_ST_INIT)
4226 #define SSL_ST_INIT (SSL_ST_CONNECT | SSL_ST_ACCEPT) macro4228 #define SSL_ST_RENEGOTIATE (0x04 | SSL_ST_INIT)4229 #define SSL_ST_BEFORE (0x05 | SSL_ST_INIT)
2554 return SSL_in_init(ssl) ? SSL_ST_INIT : SSL_ST_OK; in SSL_state()
2556 return SSL_in_init(ssl) ? SSL_ST_INIT : SSL_ST_OK; in SSL_state()
2490 return SSL_in_init(ssl) ? SSL_ST_INIT : SSL_ST_OK; in SSL_state()