Searched refs:DTLS1_BAD_VER (Results 1 - 25 of 26) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ddtls1.h91 # define DTLS1_BAD_VER 0x0100 macro
H A Dssl_txt.c129 else if (x->ssl_version == DTLS1_BAD_VER)
H A Dd1_clnt.c138 else if (ver == DTLS1_VERSION || ver == DTLS1_BAD_VER)
230 (s->version & 0xff00) != (DTLS1_BAD_VER & 0xff00)) {
H A Dd1_both.c431 if (frag_off == 0 && s->version != DTLS1_BAD_VER) {
535 if (s->version != DTLS1_BAD_VER) {
1032 if (s->version == DTLS1_BAD_VER) {
1155 /* For DTLS1_BAD_VER the header length is non-standard */
1157 ((s->version==DTLS1_BAD_VER)?3:DTLS1_CCS_HEADER_LENGTH)
H A Dd1_pkt.c1228 if (s->version == DTLS1_BAD_VER)
1266 if (s->version == DTLS1_BAD_VER)
1542 && SSL_version(s) != DTLS1_VERSION && SSL_version(s) != DTLS1_BAD_VER)
H A Dd1_lib.c273 s->client_version = s->version = DTLS1_BAD_VER;
H A Dssl_sess.c441 } else if (s->version == DTLS1_BAD_VER) {
442 ss->ssl_version = DTLS1_BAD_VER;
H A Dd1_srvr.c383 if (s->version != DTLS1_BAD_VER)
H A Dssl_asn1.c429 || ssl_version == DTLS1_BAD_VER) {
H A Dt1_trce.c113 {DTLS1_BAD_VER, "DTLS 1.0 (bad)"}
H A Ds3_srvr.c2196 if (s->version > SSL3_VERSION && s->version != DTLS1_BAD_VER) {
H A Dssl_lib.c2857 else if (s->version == DTLS1_BAD_VER)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ddtls1.h91 # define DTLS1_BAD_VER 0x0100 macro
H A Dssl_txt.c129 else if (x->ssl_version == DTLS1_BAD_VER)
H A Dd1_clnt.c138 else if (ver == DTLS1_VERSION || ver == DTLS1_BAD_VER)
230 (s->version & 0xff00) != (DTLS1_BAD_VER & 0xff00)) {
H A Dd1_both.c431 if (frag_off == 0 && s->version != DTLS1_BAD_VER) {
535 if (s->version != DTLS1_BAD_VER) {
1032 if (s->version == DTLS1_BAD_VER) {
1155 /* For DTLS1_BAD_VER the header length is non-standard */
1157 ((s->version==DTLS1_BAD_VER)?3:DTLS1_CCS_HEADER_LENGTH)
H A Dd1_pkt.c1228 if (s->version == DTLS1_BAD_VER)
1266 if (s->version == DTLS1_BAD_VER)
1542 && SSL_version(s) != DTLS1_VERSION && SSL_version(s) != DTLS1_BAD_VER)
H A Dd1_lib.c273 s->client_version = s->version = DTLS1_BAD_VER;
H A Dssl_sess.c441 } else if (s->version == DTLS1_BAD_VER) {
442 ss->ssl_version = DTLS1_BAD_VER;
H A Dd1_srvr.c383 if (s->version != DTLS1_BAD_VER)
H A Dssl_asn1.c429 || ssl_version == DTLS1_BAD_VER) {
H A Dt1_trce.c113 {DTLS1_BAD_VER, "DTLS 1.0 (bad)"}
H A Ds3_srvr.c2196 if (s->version > SSL3_VERSION && s->version != DTLS1_BAD_VER) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ds_cb.c623 case DTLS1_BAD_VER:
692 version == DTLS1_VERSION || version == DTLS1_BAD_VER) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ds_cb.c623 case DTLS1_BAD_VER:
692 version == DTLS1_VERSION || version == DTLS1_BAD_VER) {

Completed in 172 milliseconds

12