Searched refs:TLS1_VERSION_MINOR (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds23_srvr.c284 if (p[4] >= TLS1_VERSION_MINOR)
339 v[1] = TLS1_VERSION_MINOR;
344 if (v[1] >= TLS1_VERSION_MINOR)
H A Ds23_clnt.c247 version_minor = TLS1_VERSION_MINOR;
499 (p[2] == TLS1_VERSION_MINOR)) &&
524 else if ((p[2] == TLS1_VERSION_MINOR) &&
541 (p[2] == TLS1_VERSION_MINOR)) &&
H A Dtls1.h85 #define TLS1_VERSION_MINOR 0x01 macro
H A Dt1_enc.c742 buf[2]=TLS1_VERSION_MINOR;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dtls1.h85 #define TLS1_VERSION_MINOR 0x01 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds23_srvr.c290 if (p[4] >= TLS1_VERSION_MINOR) {
360 if (v[1] >= TLS1_VERSION_MINOR) {
H A Ds23_clnt.c402 version_minor = TLS1_VERSION_MINOR;
723 if ((p[2] == TLS1_VERSION_MINOR) && !(s->options & SSL_OP_NO_TLSv1)) {
H A Dtls1.h168 # define TLS1_VERSION_MINOR 0x01 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds23_srvr.c290 if (p[4] >= TLS1_VERSION_MINOR) {
360 if (v[1] >= TLS1_VERSION_MINOR) {
H A Ds23_clnt.c402 version_minor = TLS1_VERSION_MINOR;
723 if ((p[2] == TLS1_VERSION_MINOR) && !(s->options & SSL_OP_NO_TLSv1)) {
H A Dtls1.h168 # define TLS1_VERSION_MINOR 0x01 macro

Completed in 133 milliseconds