Searched refs:SSL_ST_INIT (Results 1 – 7 of 7) sorted by relevance
1726 # define SSL_ST_INIT (SSL_ST_CONNECT|SSL_ST_ACCEPT) macro1729 # define SSL_ST_RENEGOTIATE (0x04|SSL_ST_INIT)1730 # define SSL_ST_ERR (0x05|SSL_ST_INIT)1749 # define SSL_in_init(a) (SSL_state(a)&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)
3348 #define SSL_ST_INIT (SSL_ST_CONNECT | SSL_ST_ACCEPT) macro3350 #define SSL_ST_RENEGOTIATE (0x04 | SSL_ST_INIT)