Searched refs:SSL_ST_INIT (Results 1 – 3 of 3) sorted by relevance
119 CONST(SSL_ST_INIT); in main()
2761 #define SSL_ST_INIT (SSL_ST_CONNECT | SSL_ST_ACCEPT) macro2763 #define SSL_ST_RENEGOTIATE (0x04 | SSL_ST_INIT)
2272 return (ssl->state & SSL_ST_INIT) != 0; in SSL_in_init()