Searched refs:SSL_ST_ACCEPT (Results 1 – 11 of 11) sorted by relevance
690 # define SSL3_ST_SW_FLUSH (0x100|SSL_ST_ACCEPT)692 # define DTLS1_SCTP_ST_SW_WRITE_SOCK (0x310|SSL_ST_ACCEPT)693 # define DTLS1_SCTP_ST_SR_READ_SOCK (0x320|SSL_ST_ACCEPT)697 # define SSL3_ST_SR_CLNT_HELLO_A (0x110|SSL_ST_ACCEPT)698 # define SSL3_ST_SR_CLNT_HELLO_B (0x111|SSL_ST_ACCEPT)699 # define SSL3_ST_SR_CLNT_HELLO_C (0x112|SSL_ST_ACCEPT)700 # define SSL3_ST_SR_CLNT_HELLO_D (0x115|SSL_ST_ACCEPT)702 # define DTLS1_ST_SW_HELLO_VERIFY_REQUEST_A (0x113|SSL_ST_ACCEPT)703 # define DTLS1_ST_SW_HELLO_VERIFY_REQUEST_B (0x114|SSL_ST_ACCEPT)704 # define SSL3_ST_SW_HELLO_REQ_A (0x120|SSL_ST_ACCEPT)[all …]
241 # define SSL2_ST_GET_CLIENT_HELLO_A (0x10|SSL_ST_ACCEPT)242 # define SSL2_ST_GET_CLIENT_HELLO_B (0x11|SSL_ST_ACCEPT)243 # define SSL2_ST_GET_CLIENT_HELLO_C (0x12|SSL_ST_ACCEPT)244 # define SSL2_ST_SEND_SERVER_HELLO_A (0x20|SSL_ST_ACCEPT)245 # define SSL2_ST_SEND_SERVER_HELLO_B (0x21|SSL_ST_ACCEPT)246 # define SSL2_ST_GET_CLIENT_MASTER_KEY_A (0x30|SSL_ST_ACCEPT)247 # define SSL2_ST_GET_CLIENT_MASTER_KEY_B (0x31|SSL_ST_ACCEPT)248 # define SSL2_ST_SEND_SERVER_VERIFY_A (0x40|SSL_ST_ACCEPT)249 # define SSL2_ST_SEND_SERVER_VERIFY_B (0x41|SSL_ST_ACCEPT)250 # define SSL2_ST_SEND_SERVER_VERIFY_C (0x42|SSL_ST_ACCEPT)[all …]
78 # define SSL23_ST_SR_CLNT_HELLO_A (0x210|SSL_ST_ACCEPT)79 # define SSL23_ST_SR_CLNT_HELLO_B (0x211|SSL_ST_ACCEPT)
1724 # define SSL_ST_ACCEPT 0x2000 macro1726 # 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)
326 +# define SSL3_ST_SR_CLNT_HELLO_A (0x110|SSL_ST_ACCEPT)329 +# define SSL23_ST_SR_CLNT_HELLO_A (0x210|SSL_ST_ACCEPT)
3346 #define SSL_ST_ACCEPT 0x2000 macro3348 #define SSL_ST_INIT (SSL_ST_CONNECT | SSL_ST_ACCEPT)3361 #define SSL_CB_ACCEPT_LOOP (SSL_ST_ACCEPT | SSL_CB_LOOP)3362 #define SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT | SSL_CB_EXIT)
4224 #define SSL_ST_ACCEPT 0x2000 macro4226 #define SSL_ST_INIT (SSL_ST_CONNECT | SSL_ST_ACCEPT)4244 #define SSL_CB_ACCEPT_LOOP (SSL_ST_ACCEPT | SSL_CB_LOOP)4245 #define SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT | SSL_CB_EXIT)