Searched refs:SSL_ST_ACCEPT (Results 1 - 8 of 8) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dssl23.h76 #define SSL23_ST_SR_CLNT_HELLO_A (0x210|SSL_ST_ACCEPT)
77 #define SSL23_ST_SR_CLNT_HELLO_B (0x211|SSL_ST_ACCEPT)
H A Dssl2.h243 #define SSL2_ST_GET_CLIENT_HELLO_A (0x10|SSL_ST_ACCEPT)
244 #define SSL2_ST_GET_CLIENT_HELLO_B (0x11|SSL_ST_ACCEPT)
245 #define SSL2_ST_GET_CLIENT_HELLO_C (0x12|SSL_ST_ACCEPT)
246 #define SSL2_ST_SEND_SERVER_HELLO_A (0x20|SSL_ST_ACCEPT)
247 #define SSL2_ST_SEND_SERVER_HELLO_B (0x21|SSL_ST_ACCEPT)
248 #define SSL2_ST_GET_CLIENT_MASTER_KEY_A (0x30|SSL_ST_ACCEPT)
249 #define SSL2_ST_GET_CLIENT_MASTER_KEY_B (0x31|SSL_ST_ACCEPT)
250 #define SSL2_ST_SEND_SERVER_VERIFY_A (0x40|SSL_ST_ACCEPT)
251 #define SSL2_ST_SEND_SERVER_VERIFY_B (0x41|SSL_ST_ACCEPT)
252 #define SSL2_ST_SEND_SERVER_VERIFY_C (0x42|SSL_ST_ACCEPT)
[all...]
H A Dssl3.h462 #define SSL3_ST_SW_FLUSH (0x100|SSL_ST_ACCEPT)
465 #define SSL3_ST_SR_CLNT_HELLO_A (0x110|SSL_ST_ACCEPT)
466 #define SSL3_ST_SR_CLNT_HELLO_B (0x111|SSL_ST_ACCEPT)
467 #define SSL3_ST_SR_CLNT_HELLO_C (0x112|SSL_ST_ACCEPT)
469 #define SSL3_ST_SW_HELLO_REQ_A (0x120|SSL_ST_ACCEPT)
470 #define SSL3_ST_SW_HELLO_REQ_B (0x121|SSL_ST_ACCEPT)
471 #define SSL3_ST_SW_HELLO_REQ_C (0x122|SSL_ST_ACCEPT)
472 #define SSL3_ST_SW_SRVR_HELLO_A (0x130|SSL_ST_ACCEPT)
473 #define SSL3_ST_SW_SRVR_HELLO_B (0x131|SSL_ST_ACCEPT)
474 #define SSL3_ST_SW_CERT_A (0x140|SSL_ST_ACCEPT)
[all...]
H A Dssl.h783 int type; /* SSL_ST_CONNECT or SSL_ST_ACCEPT */
962 #define SSL_ST_ACCEPT 0x2000 macro
964 #define SSL_ST_INIT (SSL_ST_CONNECT|SSL_ST_ACCEPT)
976 #define SSL_CB_ACCEPT_LOOP (SSL_ST_ACCEPT|SSL_CB_LOOP)
977 #define SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT|SSL_CB_EXIT)
989 #define SSL_in_accept_init(a) (SSL_state(a)&SSL_ST_ACCEPT)
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dssl23.h76 #define SSL23_ST_SR_CLNT_HELLO_A (0x210|SSL_ST_ACCEPT)
77 #define SSL23_ST_SR_CLNT_HELLO_B (0x211|SSL_ST_ACCEPT)
H A Dssl2.h243 #define SSL2_ST_GET_CLIENT_HELLO_A (0x10|SSL_ST_ACCEPT)
244 #define SSL2_ST_GET_CLIENT_HELLO_B (0x11|SSL_ST_ACCEPT)
245 #define SSL2_ST_GET_CLIENT_HELLO_C (0x12|SSL_ST_ACCEPT)
246 #define SSL2_ST_SEND_SERVER_HELLO_A (0x20|SSL_ST_ACCEPT)
247 #define SSL2_ST_SEND_SERVER_HELLO_B (0x21|SSL_ST_ACCEPT)
248 #define SSL2_ST_GET_CLIENT_MASTER_KEY_A (0x30|SSL_ST_ACCEPT)
249 #define SSL2_ST_GET_CLIENT_MASTER_KEY_B (0x31|SSL_ST_ACCEPT)
250 #define SSL2_ST_SEND_SERVER_VERIFY_A (0x40|SSL_ST_ACCEPT)
251 #define SSL2_ST_SEND_SERVER_VERIFY_B (0x41|SSL_ST_ACCEPT)
252 #define SSL2_ST_SEND_SERVER_VERIFY_C (0x42|SSL_ST_ACCEPT)
[all...]
H A Dssl3.h487 #define SSL3_ST_SW_FLUSH (0x100|SSL_ST_ACCEPT)
490 #define SSL3_ST_SR_CLNT_HELLO_A (0x110|SSL_ST_ACCEPT)
491 #define SSL3_ST_SR_CLNT_HELLO_B (0x111|SSL_ST_ACCEPT)
492 #define SSL3_ST_SR_CLNT_HELLO_C (0x112|SSL_ST_ACCEPT)
494 #define DTLS1_ST_SW_HELLO_VERIFY_REQUEST_A (0x113|SSL_ST_ACCEPT)
495 #define DTLS1_ST_SW_HELLO_VERIFY_REQUEST_B (0x114|SSL_ST_ACCEPT)
496 #define SSL3_ST_SW_HELLO_REQ_A (0x120|SSL_ST_ACCEPT)
497 #define SSL3_ST_SW_HELLO_REQ_B (0x121|SSL_ST_ACCEPT)
498 #define SSL3_ST_SW_HELLO_REQ_C (0x122|SSL_ST_ACCEPT)
499 #define SSL3_ST_SW_SRVR_HELLO_A (0x130|SSL_ST_ACCEPT)
[all...]
H A Dssl.h810 int type; /* SSL_ST_CONNECT or SSL_ST_ACCEPT */
990 #define SSL_ST_ACCEPT 0x2000 macro
992 #define SSL_ST_INIT (SSL_ST_CONNECT|SSL_ST_ACCEPT)
1004 #define SSL_CB_ACCEPT_LOOP (SSL_ST_ACCEPT|SSL_CB_LOOP)
1005 #define SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT|SSL_CB_EXIT)
1017 #define SSL_in_accept_init(a) (SSL_state(a)&SSL_ST_ACCEPT)

Completed in 106 milliseconds