Searched refs:TLS1_2_VERSION (Results 1 - 25 of 33) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dt1_meth.c65 if (ver == TLS1_2_VERSION)
74 IMPLEMENT_tls_meth_func(TLS1_2_VERSION, TLSv1_2_method,
H A Dt1_clnt.c69 if (ver == TLS1_2_VERSION)
78 IMPLEMENT_tls_meth_func(TLS1_2_VERSION, TLSv1_2_client_method,
H A Dt1_srvr.c70 if (ver == TLS1_2_VERSION)
79 IMPLEMENT_tls_meth_func(TLS1_2_VERSION, TLSv1_2_server_method,
H A Ds23_meth.c81 else if (ver == TLS1_2_VERSION)
H A Ds23_srvr.c138 else if (ver == TLS1_2_VERSION)
293 s->version = TLS1_2_VERSION;
363 s->version = TLS1_2_VERSION;
405 if (s->version < TLS1_2_VERSION && tls1_suiteb(s)) {
H A Ds23_clnt.c136 else if (ver == TLS1_2_VERSION)
335 version = TLS1_2_VERSION;
390 if (version == TLS1_2_VERSION) {
517 if (TLS1_get_version(s) >= TLS1_2_VERSION
732 s->version = TLS1_2_VERSION;
H A Dssl_txt.c119 else if (x->ssl_version == TLS1_2_VERSION)
H A Dtls1.h164 # define TLS1_2_VERSION 0x0303 macro
165 # define TLS_MAX_VERSION TLS1_2_VERSION
H A Dssl_sess.c438 } else if (s->version == TLS1_2_VERSION) {
439 ss->ssl_version = TLS1_2_VERSION;
H A Dssl_locl.h493 (!SSL_IS_DTLS(s) && s->client_version >= TLS1_2_VERSION))
935 TLS1_2_VERSION, \
H A Ds3_lib.c3628 #if TLS_MAX_VERSION != TLS1_2_VERSION
3629 # error Code needs update for SSLv23_method() support beyond TLS1_2_VERSION.
3632 return s->version == TLS1_2_VERSION;
H A Dt1_trce.c110 {TLS1_2_VERSION, "TLS 1.2"},
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dt1_meth.c65 if (ver == TLS1_2_VERSION)
74 IMPLEMENT_tls_meth_func(TLS1_2_VERSION, TLSv1_2_method,
H A Dt1_clnt.c69 if (ver == TLS1_2_VERSION)
78 IMPLEMENT_tls_meth_func(TLS1_2_VERSION, TLSv1_2_client_method,
H A Dt1_srvr.c70 if (ver == TLS1_2_VERSION)
79 IMPLEMENT_tls_meth_func(TLS1_2_VERSION, TLSv1_2_server_method,
H A Ds23_meth.c81 else if (ver == TLS1_2_VERSION)
H A Ds23_srvr.c138 else if (ver == TLS1_2_VERSION)
293 s->version = TLS1_2_VERSION;
363 s->version = TLS1_2_VERSION;
405 if (s->version < TLS1_2_VERSION && tls1_suiteb(s)) {
H A Ds23_clnt.c136 else if (ver == TLS1_2_VERSION)
335 version = TLS1_2_VERSION;
390 if (version == TLS1_2_VERSION) {
517 if (TLS1_get_version(s) >= TLS1_2_VERSION
732 s->version = TLS1_2_VERSION;
H A Dssl_txt.c119 else if (x->ssl_version == TLS1_2_VERSION)
H A Dtls1.h164 # define TLS1_2_VERSION 0x0303 macro
165 # define TLS_MAX_VERSION TLS1_2_VERSION
H A Dssl_sess.c438 } else if (s->version == TLS1_2_VERSION) {
439 ss->ssl_version = TLS1_2_VERSION;
H A Dssl_locl.h493 (!SSL_IS_DTLS(s) && s->client_version >= TLS1_2_VERSION))
935 TLS1_2_VERSION, \
H A Ds3_lib.c3628 #if TLS_MAX_VERSION != TLS1_2_VERSION
3629 # error Code needs update for SSLv23_method() support beyond TLS1_2_VERSION.
3632 return s->version == TLS1_2_VERSION;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ds_cb.c617 case TLS1_2_VERSION:
691 version == TLS1_2_VERSION ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ds_cb.c617 case TLS1_2_VERSION:
691 version == TLS1_2_VERSION ||

Completed in 187 milliseconds

12