Searched refs:DTLS1_VERSION (Results 1 - 25 of 46) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dd1_meth.c67 if (ver == DTLS1_VERSION)
H A Ddtls1.h70 #define DTLS1_VERSION 0x0100 macro
H A Dd1_lib.c189 s->version=DTLS1_VERSION;
H A Dssl_sess.c208 else if (s->version == DTLS1_VERSION)
210 ss->ssl_version=DTLS1_VERSION;
H A Dt1_enc.c296 /* this is done by dtls1_reset_seq_numbers for DTLS1_VERSION */
297 if (s->version != DTLS1_VERSION)
328 /* this is done by dtls1_reset_seq_numbers for DTLS1_VERSION */
329 if (s->version != DTLS1_VERSION)
766 if ( SSL_version(ssl) != DTLS1_VERSION)
H A Dd1_clnt.c133 if (ver == DTLS1_VERSION)
184 if ((s->version & 0xff00 ) != (DTLS1_VERSION & 0xff00))
H A Dd1_srvr.c133 if (ver == DTLS1_VERSION)
190 if ((s->version & 0xff00) != (DTLS1_VERSION & 0xff00))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dd1_meth.c69 else if (ver == DTLS1_VERSION)
77 IMPLEMENT_dtls1_meth_func(DTLS1_VERSION,
H A Ddtls1.h86 # define DTLS1_VERSION 0xFEFF macro
H A Dd1_srvr.c136 else if (ver == DTLS1_VERSION)
144 IMPLEMENT_dtls1_meth_func(DTLS1_VERSION,
236 if ((s->version & 0xff00) != (DTLS1_VERSION & 0xff00)) {
951 *(p++) = DTLS1_VERSION >> 8;
952 *(p++) = DTLS1_VERSION & 0xFF;
H A Dssl_txt.c125 else if (x->ssl_version == DTLS1_VERSION)
H A Dd1_clnt.c138 else if (ver == DTLS1_VERSION || ver == DTLS1_BAD_VER)
146 IMPLEMENT_dtls1_meth_func(DTLS1_VERSION,
229 if ((s->version & 0xff00) != (DTLS1_VERSION & 0xff00) &&
H A Dd1_pkt.c1542 && SSL_version(s) != DTLS1_VERSION && SSL_version(s) != DTLS1_BAD_VER)
1583 *(p++) = DTLS1_VERSION >> 8;
1584 *(p++) = DTLS1_VERSION & 0xff;
H A Dd1_lib.c315 return s->version == DTLS1_VERSION;
H A Dssl_sess.c444 } else if (s->version == DTLS1_VERSION) {
445 ss->ssl_version = DTLS1_VERSION;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dd1_meth.c69 else if (ver == DTLS1_VERSION)
77 IMPLEMENT_dtls1_meth_func(DTLS1_VERSION,
H A Ddtls1.h86 # define DTLS1_VERSION 0xFEFF macro
H A Dd1_srvr.c136 else if (ver == DTLS1_VERSION)
144 IMPLEMENT_dtls1_meth_func(DTLS1_VERSION,
236 if ((s->version & 0xff00) != (DTLS1_VERSION & 0xff00)) {
951 *(p++) = DTLS1_VERSION >> 8;
952 *(p++) = DTLS1_VERSION & 0xFF;
H A Dssl_txt.c125 else if (x->ssl_version == DTLS1_VERSION)
H A Dd1_clnt.c138 else if (ver == DTLS1_VERSION || ver == DTLS1_BAD_VER)
146 IMPLEMENT_dtls1_meth_func(DTLS1_VERSION,
229 if ((s->version & 0xff00) != (DTLS1_VERSION & 0xff00) &&
H A Dd1_pkt.c1542 && SSL_version(s) != DTLS1_VERSION && SSL_version(s) != DTLS1_BAD_VER)
1583 *(p++) = DTLS1_VERSION >> 8;
1584 *(p++) = DTLS1_VERSION & 0xff;
H A Dd1_lib.c315 return s->version == DTLS1_VERSION;
H A Dssl_sess.c444 } else if (s->version == DTLS1_VERSION) {
445 ss->ssl_version = DTLS1_VERSION;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Ddtls1.h70 #define DTLS1_VERSION 0x0100 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ds_cb.c620 case DTLS1_VERSION:
692 version == DTLS1_VERSION || version == DTLS1_BAD_VER) {

Completed in 144 milliseconds

12