• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/

Lines Matching refs:SSL_ST_ACCEPT

487 #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)
500 #define SSL3_ST_SW_SRVR_HELLO_B (0x131|SSL_ST_ACCEPT)
501 #define SSL3_ST_SW_CERT_A (0x140|SSL_ST_ACCEPT)
502 #define SSL3_ST_SW_CERT_B (0x141|SSL_ST_ACCEPT)
503 #define SSL3_ST_SW_KEY_EXCH_A (0x150|SSL_ST_ACCEPT)
504 #define SSL3_ST_SW_KEY_EXCH_B (0x151|SSL_ST_ACCEPT)
505 #define SSL3_ST_SW_CERT_REQ_A (0x160|SSL_ST_ACCEPT)
506 #define SSL3_ST_SW_CERT_REQ_B (0x161|SSL_ST_ACCEPT)
507 #define SSL3_ST_SW_SRVR_DONE_A (0x170|SSL_ST_ACCEPT)
508 #define SSL3_ST_SW_SRVR_DONE_B (0x171|SSL_ST_ACCEPT)
510 #define SSL3_ST_SR_CERT_A (0x180|SSL_ST_ACCEPT)
511 #define SSL3_ST_SR_CERT_B (0x181|SSL_ST_ACCEPT)
512 #define SSL3_ST_SR_KEY_EXCH_A (0x190|SSL_ST_ACCEPT)
513 #define SSL3_ST_SR_KEY_EXCH_B (0x191|SSL_ST_ACCEPT)
514 #define SSL3_ST_SR_CERT_VRFY_A (0x1A0|SSL_ST_ACCEPT)
515 #define SSL3_ST_SR_CERT_VRFY_B (0x1A1|SSL_ST_ACCEPT)
516 #define SSL3_ST_SR_CHANGE_A (0x1B0|SSL_ST_ACCEPT)
517 #define SSL3_ST_SR_CHANGE_B (0x1B1|SSL_ST_ACCEPT)
518 #define SSL3_ST_SR_FINISHED_A (0x1C0|SSL_ST_ACCEPT)
519 #define SSL3_ST_SR_FINISHED_B (0x1C1|SSL_ST_ACCEPT)
521 #define SSL3_ST_SW_CHANGE_A (0x1D0|SSL_ST_ACCEPT)
522 #define SSL3_ST_SW_CHANGE_B (0x1D1|SSL_ST_ACCEPT)
523 #define SSL3_ST_SW_FINISHED_A (0x1E0|SSL_ST_ACCEPT)
524 #define SSL3_ST_SW_FINISHED_B (0x1E1|SSL_ST_ACCEPT)