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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dssl.h1010 #define SSL_ST_INIT (SSL_ST_CONNECT|SSL_ST_ACCEPT) macro
1013 #define SSL_ST_RENEGOTIATE (0x04|SSL_ST_INIT)
1032 #define SSL_in_init(a) (SSL_state(a)&SSL_ST_INIT)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl.h1010 #define SSL_ST_INIT (SSL_ST_CONNECT|SSL_ST_ACCEPT) macro
1013 #define SSL_ST_RENEGOTIATE (0x04|SSL_ST_INIT)
1032 #define SSL_in_init(a) (SSL_state(a)&SSL_ST_INIT)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl.h1726 # define SSL_ST_INIT (SSL_ST_CONNECT|SSL_ST_ACCEPT) macro
1729 # define SSL_ST_RENEGOTIATE (0x04|SSL_ST_INIT)
1749 # define SSL_in_init(a) (SSL_state(a)&SSL_ST_INIT)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl.h1726 # define SSL_ST_INIT (SSL_ST_CONNECT|SSL_ST_ACCEPT) macro
1729 # define SSL_ST_RENEGOTIATE (0x04|SSL_ST_INIT)
1749 # define SSL_in_init(a) (SSL_state(a)&SSL_ST_INIT)

Completed in 227 milliseconds