Searched refs:SSL_state (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dssl.h1030 #define SSL_get_state(a) SSL_state(a)
1031 #define SSL_is_init_finished(a) (SSL_state(a) == SSL_ST_OK)
1032 #define SSL_in_init(a) (SSL_state(a)&SSL_ST_INIT)
1033 #define SSL_in_before(a) (SSL_state(a)&SSL_ST_BEFORE)
1034 #define SSL_in_connect_init(a) (SSL_state(a)&SSL_ST_CONNECT)
1035 #define SSL_in_accept_init(a) (SSL_state(a)&SSL_ST_ACCEPT)
1454 int SSL_state(const SSL *ssl);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl.h1030 #define SSL_get_state(a) SSL_state(a)
1031 #define SSL_is_init_finished(a) (SSL_state(a) == SSL_ST_OK)
1032 #define SSL_in_init(a) (SSL_state(a)&SSL_ST_INIT)
1033 #define SSL_in_before(a) (SSL_state(a)&SSL_ST_BEFORE)
1034 #define SSL_in_connect_init(a) (SSL_state(a)&SSL_ST_CONNECT)
1035 #define SSL_in_accept_init(a) (SSL_state(a)&SSL_ST_ACCEPT)
1454 int SSL_state(const SSL *ssl);
H A Dssl_lib.c2431 int SSL_state(const SSL *ssl) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl.h1747 # define SSL_get_state(a) SSL_state(a)
1748 # define SSL_is_init_finished(a) (SSL_state(a) == SSL_ST_OK)
1749 # define SSL_in_init(a) (SSL_state(a)&SSL_ST_INIT)
1750 # define SSL_in_before(a) (SSL_state(a)&SSL_ST_BEFORE)
1751 # define SSL_in_connect_init(a) (SSL_state(a)&SSL_ST_CONNECT)
1752 # define SSL_in_accept_init(a) (SSL_state(a)&SSL_ST_ACCEPT)
2453 int SSL_state(const SSL *ssl);
H A Dssl_lib.c3251 int SSL_state(const SSL *ssl) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl.h1747 # define SSL_get_state(a) SSL_state(a)
1748 # define SSL_is_init_finished(a) (SSL_state(a) == SSL_ST_OK)
1749 # define SSL_in_init(a) (SSL_state(a)&SSL_ST_INIT)
1750 # define SSL_in_before(a) (SSL_state(a)&SSL_ST_BEFORE)
1751 # define SSL_in_connect_init(a) (SSL_state(a)&SSL_ST_CONNECT)
1752 # define SSL_in_accept_init(a) (SSL_state(a)&SSL_ST_ACCEPT)
2453 int SSL_state(const SSL *ssl);
H A Dssl_lib.c3251 int SSL_state(const SSL *ssl) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ds_server.c2605 && SSL_state(con) == SSL3_ST_SR_CLNT_HELLO_C) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ds_server.c2605 && SSL_state(con) == SSL3_ST_SR_CLNT_HELLO_C) {

Completed in 223 milliseconds