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

12

/external/chromium_org/third_party/boringssl/src/ssl/
H A Dt1_meth.c67 if (ver == TLS1_2_VERSION)
76 IMPLEMENT_tls_meth_func(TLS1_2_VERSION, TLSv1_2_method,
H A Dt1_clnt.c70 if (ver == TLS1_2_VERSION)
79 IMPLEMENT_tls_meth_func(TLS1_2_VERSION, TLSv1_2_client_method,
H A Dt1_srvr.c71 if (ver == TLS1_2_VERSION)
80 IMPLEMENT_tls_meth_func(TLS1_2_VERSION, TLSv1_2_server_method,
H A Ds23_meth.c75 else if (ver == TLS1_2_VERSION)
H A Ds23_srvr.c133 else if (ver == TLS1_2_VERSION)
259 if (client_version >= TLS1_2_VERSION && !(s->options & SSL_OP_NO_TLSv1_2))
261 *out_version = TLS1_2_VERSION;
H A Ds23_clnt.c283 version = TLS1_2_VERSION;
313 if (version == TLS1_2_VERSION)
508 s->version=TLS1_2_VERSION;
H A Dssl_txt.c119 else if (x->ssl_version == TLS1_2_VERSION)
H A Dssl_locl.h388 (!SSL_IS_DTLS(s) && s->client_version >= TLS1_2_VERSION))
726 TLS1_2_VERSION, \
H A Dssl_sess.c306 else if (s->version == TLS1_2_VERSION)
308 ss->ssl_version=TLS1_2_VERSION;
/external/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_clnt.c136 else if (ver == TLS1_2_VERSION)
334 version = TLS1_2_VERSION;
386 if (version == TLS1_2_VERSION)
517 if (TLS1_get_version(s) >= TLS1_2_VERSION
735 s->version=TLS1_2_VERSION;
H A Ds23_srvr.c138 else if (ver == TLS1_2_VERSION)
298 s->version=TLS1_2_VERSION;
374 s->version=TLS1_2_VERSION;
H A Dssl_txt.c118 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 Ds3_clnt.c837 if (TLS1_get_version(s) >= TLS1_2_VERSION
1031 (TLS1_get_version(s) < TLS1_2_VERSION))
1080 if (TLS1_get_version(s) < TLS1_2_VERSION && !ssl3_digest_cached_records(s))
1926 if (TLS1_get_version(s) >= TLS1_2_VERSION)
1984 if (pkey->type == EVP_PKEY_RSA && TLS1_get_version(s) < TLS1_2_VERSION)
2145 if (TLS1_get_version(s) >= TLS1_2_VERSION)
3235 if (TLS1_get_version(s) < TLS1_2_VERSION)
3247 if (TLS1_get_version(s) >= TLS1_2_VERSION)
H A Ds3_srvr.c626 else if (TLS1_get_version(s) >= TLS1_2_VERSION)
1432 if (TLS1_get_version(s) < TLS1_2_VERSION || !(s->verify_mode & SSL_VERIFY_PEER))
2000 && TLS1_get_version(s) < TLS1_2_VERSION)
2033 if (TLS1_get_version(s) >= TLS1_2_VERSION)
2060 if (TLS1_get_version(s) >= TLS1_2_VERSION)
2116 if (TLS1_get_version(s) >= TLS1_2_VERSION)
3088 if (TLS1_get_version(s) >= TLS1_2_VERSION)
3135 if (TLS1_get_version(s) >= TLS1_2_VERSION)
H A Dssl_sess.c323 else if (s->version == TLS1_2_VERSION)
325 ss->ssl_version=TLS1_2_VERSION;
H A Ds3_lib.c3453 #if TLS_MAX_VERSION != TLS1_2_VERSION
3454 # error Code needs update for SSLv23_method() support beyond TLS1_2_VERSION.
3457 return s->version == TLS1_2_VERSION;
3946 (TLS1_get_version(s) < TLS1_2_VERSION))
4437 if (s->method->version == TLS1_2_VERSION &&
H A Dssl_lib.c1452 (TLS1_get_client_version(s) < TLS1_2_VERSION))
2434 if ((alg_k & SSL_kECDHe) && TLS1_get_version(s) < TLS1_2_VERSION)
2443 if ((alg_k & SSL_kECDHr) && TLS1_get_version(s) < TLS1_2_VERSION)
2808 if (version == TLS1_2_VERSION)
/external/openssl/apps/
H A Ds_cb.c363 case TLS1_2_VERSION:
440 version == TLS1_2_VERSION ||
/external/openssl/include/openssl/
H A Dtls1.h164 #define TLS1_2_VERSION 0x0303 macro
165 #define TLS_MAX_VERSION TLS1_2_VERSION
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dtls1.h163 #define TLS1_2_VERSION 0x0303 macro

Completed in 353 milliseconds

12