Searched refs:SSL_ST_ACCEPT (Results 26 - 49 of 49) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds2_srvr.c181 case SSL_ST_ACCEPT:
182 case SSL_ST_BEFORE|SSL_ST_ACCEPT:
183 case SSL_ST_OK|SSL_ST_ACCEPT:
189 s->type=SSL_ST_ACCEPT;
H A Ds3_pkt.c1119 ?SSL_ST_ACCEPT
1122 s->state = s->server ? SSL_ST_ACCEPT : SSL_ST_CONNECT;
1191 (s->state & SSL_ST_ACCEPT) &&
1221 if (s->state & SSL_ST_ACCEPT)
H A Dssl.h824 int type; /* SSL_ST_CONNECT or SSL_ST_ACCEPT */
1008 #define SSL_ST_ACCEPT 0x2000 macro
1010 #define SSL_ST_INIT (SSL_ST_CONNECT|SSL_ST_ACCEPT)
1022 #define SSL_CB_ACCEPT_LOOP (SSL_ST_ACCEPT|SSL_CB_LOOP)
1023 #define SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT|SSL_CB_EXIT)
1035 #define SSL_in_accept_init(a) (SSL_state(a)&SSL_ST_ACCEPT)
H A Dd1_pkt.c1040 ?SSL_ST_ACCEPT
1043 s->state = s->server ? SSL_ST_ACCEPT : SSL_ST_CONNECT;
1112 (s->state & SSL_ST_ACCEPT) &&
H A Ds3_srvr.c200 /* s->state=SSL_ST_ACCEPT; */
203 case SSL_ST_ACCEPT:
204 case SSL_ST_BEFORE|SSL_ST_ACCEPT:
205 case SSL_ST_OK|SSL_ST_ACCEPT:
215 s->type=SSL_ST_ACCEPT;
H A Dssl_lib.c185 s->state=SSL_ST_BEFORE|((s->server)?SSL_ST_ACCEPT:SSL_ST_CONNECT);
2053 s->state=SSL_ST_ACCEPT|SSL_ST_BEFORE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds2_srvr.c179 case SSL_ST_ACCEPT:
180 case SSL_ST_BEFORE | SSL_ST_ACCEPT:
181 case SSL_ST_OK | SSL_ST_ACCEPT:
188 s->type = SSL_ST_ACCEPT;
H A Ds3_pkt.c1545 ? SSL_ST_ACCEPT : SSL_ST_CONNECT;
1547 s->state = s->server ? SSL_ST_ACCEPT : SSL_ST_CONNECT;
1618 ) || ((s->state & SSL_ST_ACCEPT) &&
1645 if (s->state & SSL_ST_ACCEPT)
H A Dd1_pkt.c1315 ? SSL_ST_ACCEPT : SSL_ST_CONNECT;
1317 s->state = s->server ? SSL_ST_ACCEPT : SSL_ST_CONNECT;
1385 ) || ((s->state & SSL_ST_ACCEPT) &&
H A Dssl.h1428 /* SSL_ST_CONNECT or SSL_ST_ACCEPT */
1724 # define SSL_ST_ACCEPT 0x2000 macro
1726 # define SSL_ST_INIT (SSL_ST_CONNECT|SSL_ST_ACCEPT)
1739 # define SSL_CB_ACCEPT_LOOP (SSL_ST_ACCEPT|SSL_CB_LOOP)
1740 # define SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT|SSL_CB_EXIT)
1752 # define SSL_in_accept_init(a) (SSL_state(a)&SSL_ST_ACCEPT)
H A Ds3_both.c280 if (s->type == SSL_ST_ACCEPT) {
H A Ds3_srvr.c256 /* s->state=SSL_ST_ACCEPT; */
259 case SSL_ST_ACCEPT:
260 case SSL_ST_BEFORE | SSL_ST_ACCEPT:
261 case SSL_ST_OK | SSL_ST_ACCEPT:
272 s->type = SSL_ST_ACCEPT;
H A Dssl_lib.c227 s->state = SSL_ST_BEFORE | ((s->server) ? SSL_ST_ACCEPT : SSL_ST_CONNECT);
2799 s->state = SSL_ST_ACCEPT | SSL_ST_BEFORE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_cb.c292 else if (w & SSL_ST_ACCEPT) str="SSL_accept";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds3_pkt.c1545 ? SSL_ST_ACCEPT : SSL_ST_CONNECT;
1547 s->state = s->server ? SSL_ST_ACCEPT : SSL_ST_CONNECT;
1618 ) || ((s->state & SSL_ST_ACCEPT) &&
1645 if (s->state & SSL_ST_ACCEPT)
H A Dd1_pkt.c1315 ? SSL_ST_ACCEPT : SSL_ST_CONNECT;
1317 s->state = s->server ? SSL_ST_ACCEPT : SSL_ST_CONNECT;
1385 ) || ((s->state & SSL_ST_ACCEPT) &&
H A Dssl.h1428 /* SSL_ST_CONNECT or SSL_ST_ACCEPT */
1724 # define SSL_ST_ACCEPT 0x2000 macro
1726 # define SSL_ST_INIT (SSL_ST_CONNECT|SSL_ST_ACCEPT)
1739 # define SSL_CB_ACCEPT_LOOP (SSL_ST_ACCEPT|SSL_CB_LOOP)
1740 # define SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT|SSL_CB_EXIT)
1752 # define SSL_in_accept_init(a) (SSL_state(a)&SSL_ST_ACCEPT)
H A Ds3_both.c280 if (s->type == SSL_ST_ACCEPT) {
H A Ds3_srvr.c256 /* s->state=SSL_ST_ACCEPT; */
259 case SSL_ST_ACCEPT:
260 case SSL_ST_BEFORE | SSL_ST_ACCEPT:
261 case SSL_ST_OK | SSL_ST_ACCEPT:
272 s->type = SSL_ST_ACCEPT;
H A Dssl_lib.c227 s->state = SSL_ST_BEFORE | ((s->server) ? SSL_ST_ACCEPT : SSL_ST_CONNECT);
2799 s->state = SSL_ST_ACCEPT | SSL_ST_BEFORE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dssl.h824 int type; /* SSL_ST_CONNECT or SSL_ST_ACCEPT */
1008 #define SSL_ST_ACCEPT 0x2000 macro
1010 #define SSL_ST_INIT (SSL_ST_CONNECT|SSL_ST_ACCEPT)
1022 #define SSL_CB_ACCEPT_LOOP (SSL_ST_ACCEPT|SSL_CB_LOOP)
1023 #define SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT|SSL_CB_EXIT)
1035 #define SSL_in_accept_init(a) (SSL_state(a)&SSL_ST_ACCEPT)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ds_cb.c571 else if (w & SSL_ST_ACCEPT)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dssl_openssl.c165 where & SSL_ST_ACCEPT ? "accept" :
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ds_cb.c571 else if (w & SSL_ST_ACCEPT)

Completed in 404 milliseconds

12