Searched refs:TLS1_VERSION (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/crypto/openssl/ssl/
H A Dt1_meth.c69 if (ver == TLS1_VERSION)
82 IMPLEMENT_tls_meth_func(TLS1_VERSION, TLSv1_method,
H A Dt1_clnt.c73 if (ver == TLS1_VERSION)
88 IMPLEMENT_tls_meth_func(TLS1_VERSION, TLSv1_client_method,
H A Dt1_srvr.c74 if (ver == TLS1_VERSION)
89 IMPLEMENT_tls_meth_func(TLS1_VERSION, TLSv1_server_method,
H A Ds23_meth.c77 if (ver == TLS1_VERSION)
H A Ds23_srvr.c134 if (ver == TLS1_VERSION)
308 s->version = TLS1_VERSION;
373 s->version = TLS1_VERSION;
389 s->version = TLS1_VERSION;
414 if (FIPS_mode() && (s->version < TLS1_VERSION)) {
H A Ds23_clnt.c132 if (ver == TLS1_VERSION)
186 /* s->version=TLS1_VERSION; */
347 version = TLS1_VERSION;
403 } else if (version == TLS1_VERSION) {
582 if (TLS1_get_client_version(s) > TLS1_VERSION)
727 s->version = TLS1_VERSION;
756 case TLS1_VERSION:
757 s->version = TLS1_VERSION;
H A Dssl_txt.c123 else if (x->ssl_version == TLS1_VERSION)
H A Dssl_sess.c434 } else if (s->version == TLS1_VERSION) {
435 ss->ssl_version = TLS1_VERSION;
1065 if (s->version >= TLS1_VERSION) {
H A Dtls1.h162 # define TLS1_VERSION 0x0301 macro
H A Ds3_lib.c3672 return s->version == TLS1_VERSION;
4309 if (s->version >= TLS1_VERSION) {
4352 if ((alg_k & (SSL_kECDHr | SSL_kECDHe)) && (s->version >= TLS1_VERSION)) {
4365 if (s->version >= TLS1_VERSION) {
H A Dt1_trce.c108 {TLS1_VERSION, "TLS 1.0"},
H A Dssl_ciph.c643 s->ssl_version < TLS1_VERSION)
H A Dt1_enc.c713 && s->method->version <= TLS1_VERSION) {
H A Dd1_pkt.c1461 if (s->version == TLS1_VERSION) {
H A Ds3_pkt.c980 && !s->renegotiate && TLS1_get_version(s) > TLS1_VERSION)
H A Dssl_lib.c1840 if (s->version < TLS1_VERSION && s->version != DTLS1_BAD_VER)
1902 if (FIPS_mode() && (meth->version < TLS1_VERSION)) {
2868 else if (s->version == TLS1_VERSION)
H A Ds3_clnt.c1005 if (s->version >= TLS1_VERSION && s->tls_session_secret_cb &&
3710 if (s->version < TLS1_VERSION || !s->tls_session_secret_cb ||
H A Ds3_srvr.c1268 if (!s->hit && s->version >= TLS1_VERSION && s->tls_session_secret_cb) {
H A Dt1_lib.c1243 if (s->version >= TLS1_VERSION || SSL_IS_DTLS(s)) {
/freebsd-11-stable/crypto/openssl/apps/
H A Ds_time.c443 if (ver == TLS1_VERSION)
538 if (ver == TLS1_VERSION)
H A Ds_cb.c611 case TLS1_VERSION:
689 version == TLS1_VERSION ||
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_tls.h36 #define TLS1_VERSION 0x0301 macro
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dtls_openssl.c2955 version = TLS1_VERSION;

Completed in 256 milliseconds