Searched refs:DTLS1_BAD_VER (Results 76 - 100 of 102) sorted by relevance

12345

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/ssl/
H A Dd1_clnt.c136 if (ver == DTLS1_VERSION || ver == DTLS1_BAD_VER)
187 (s->version & 0xff00 ) != (DTLS1_BAD_VER & 0xff00))
H A Ds3_srvr.c902 if (s->version == DTLS1_VERSION || s->version == DTLS1_BAD_VER)
2041 if (s->version > SSL3_VERSION && s->version != DTLS1_BAD_VER)
H A Dd1_srvr.c314 if (s->version != DTLS1_BAD_VER)
H A Dt1_lib.c1718 if (s->version == DTLS1_VERSION || s->version == DTLS1_BAD_VER)
H A Ds3_clnt.c755 if ( SSL_version(s) == DTLS1_VERSION || SSL_version(s) == DTLS1_BAD_VER)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/ssl/
H A Dd1_clnt.c136 if (ver == DTLS1_VERSION || ver == DTLS1_BAD_VER)
187 (s->version & 0xff00 ) != (DTLS1_BAD_VER & 0xff00))
H A Ds3_srvr.c902 if (s->version == DTLS1_VERSION || s->version == DTLS1_BAD_VER)
2041 if (s->version > SSL3_VERSION && s->version != DTLS1_BAD_VER)
H A Dd1_srvr.c314 if (s->version != DTLS1_BAD_VER)
H A Dt1_lib.c1718 if (s->version == DTLS1_VERSION || s->version == DTLS1_BAD_VER)
H A Ds3_clnt.c755 if ( SSL_version(s) == DTLS1_VERSION || SSL_version(s) == DTLS1_BAD_VER)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/ssl/
H A Dd1_clnt.c136 if (ver == DTLS1_VERSION || ver == DTLS1_BAD_VER)
187 (s->version & 0xff00 ) != (DTLS1_BAD_VER & 0xff00))
H A Ds3_srvr.c902 if (s->version == DTLS1_VERSION || s->version == DTLS1_BAD_VER)
2041 if (s->version > SSL3_VERSION && s->version != DTLS1_BAD_VER)
H A Dd1_srvr.c314 if (s->version != DTLS1_BAD_VER)
H A Dt1_lib.c1718 if (s->version == DTLS1_VERSION || s->version == DTLS1_BAD_VER)
H A Ds3_clnt.c755 if ( SSL_version(s) == DTLS1_VERSION || SSL_version(s) == DTLS1_BAD_VER)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/ssl/
H A Dt1_trce.c113 {DTLS1_BAD_VER, "DTLS 1.0 (bad)"}
H A Ds3_pkt.c1118 if (s->version == DTLS1_VERSION || s->version == DTLS1_BAD_VER) {
H A Ds3_srvr.c2195 if (s->version > SSL3_VERSION && s->version != DTLS1_BAD_VER) {
H A Dssl_lib.c2839 else if (s->version == DTLS1_BAD_VER)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/ssl/
H A Dt1_trce.c113 {DTLS1_BAD_VER, "DTLS 1.0 (bad)"}
H A Ds3_pkt.c1118 if (s->version == DTLS1_VERSION || s->version == DTLS1_BAD_VER) {
H A Ds3_srvr.c2195 if (s->version > SSL3_VERSION && s->version != DTLS1_BAD_VER) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/ssl/
H A Dt1_trce.c113 {DTLS1_BAD_VER, "DTLS 1.0 (bad)"}
H A Ds3_pkt.c1118 if (s->version == DTLS1_VERSION || s->version == DTLS1_BAD_VER) {
H A Ds3_srvr.c2195 if (s->version > SSL3_VERSION && s->version != DTLS1_BAD_VER) {

Completed in 333 milliseconds

12345