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

12

/external/chromium_org/third_party/openssl/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.c136 else if (ver == TLS1_2_VERSION)
296 s->version=TLS1_2_VERSION;
376 s->version=TLS1_2_VERSION;
611 if (s->version == TLS1_2_VERSION)
H A Ds23_clnt.c134 else if (ver == TLS1_2_VERSION)
309 version = TLS1_2_VERSION;
363 if (version == TLS1_2_VERSION)
494 if (TLS1_get_version(s) >= TLS1_2_VERSION
709 s->version=TLS1_2_VERSION;
H A Dssl_txt.c118 else if (x->ssl_version == TLS1_2_VERSION)
H A Ds3_clnt.c835 if (TLS1_get_version(s) >= TLS1_2_VERSION
1028 (TLS1_get_version(s) < TLS1_2_VERSION))
1068 if (TLS1_get_version(s) < TLS1_2_VERSION && !ssl3_digest_cached_records(s))
1802 if (TLS1_get_version(s) >= TLS1_2_VERSION)
1847 if (pkey->type == EVP_PKEY_RSA && TLS1_get_version(s) < TLS1_2_VERSION)
2007 if (TLS1_get_version(s) >= TLS1_2_VERSION)
3037 if (TLS1_get_version(s) < TLS1_2_VERSION)
3049 if (TLS1_get_version(s) >= TLS1_2_VERSION)
H A Ds3_srvr.c618 else if (TLS1_get_version(s) >= TLS1_2_VERSION)
1418 if (TLS1_get_version(s) < TLS1_2_VERSION || !(s->verify_mode & SSL_VERIFY_PEER))
1962 && TLS1_get_version(s) < TLS1_2_VERSION)
1995 if (TLS1_get_version(s) >= TLS1_2_VERSION)
2022 if (TLS1_get_version(s) >= TLS1_2_VERSION)
2078 if (TLS1_get_version(s) >= TLS1_2_VERSION)
3018 if (TLS1_get_version(s) >= TLS1_2_VERSION)
3065 if (TLS1_get_version(s) >= TLS1_2_VERSION)
H A Dtls1.h162 #define TLS1_2_VERSION 0x0303 macro
H A Dssl_sess.c323 else if (s->version == TLS1_2_VERSION)
325 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_srvr.c136 else if (ver == TLS1_2_VERSION)
296 s->version=TLS1_2_VERSION;
376 s->version=TLS1_2_VERSION;
611 if (s->version == TLS1_2_VERSION)
H A Ds23_clnt.c134 else if (ver == TLS1_2_VERSION)
309 version = TLS1_2_VERSION;
363 if (version == TLS1_2_VERSION)
494 if (TLS1_get_version(s) >= TLS1_2_VERSION
709 s->version=TLS1_2_VERSION;
H A Dssl_txt.c118 else if (x->ssl_version == TLS1_2_VERSION)
H A Ds3_clnt.c834 if (TLS1_get_version(s) >= TLS1_2_VERSION
1027 (TLS1_get_version(s) < TLS1_2_VERSION))
1067 if (TLS1_get_version(s) < TLS1_2_VERSION && !ssl3_digest_cached_records(s))
1801 if (TLS1_get_version(s) >= TLS1_2_VERSION)
1846 if (pkey->type == EVP_PKEY_RSA && TLS1_get_version(s) < TLS1_2_VERSION)
2006 if (TLS1_get_version(s) >= TLS1_2_VERSION)
3030 if (TLS1_get_version(s) < TLS1_2_VERSION)
3042 if (TLS1_get_version(s) >= TLS1_2_VERSION)
H A Ds3_srvr.c618 else if (TLS1_get_version(s) >= TLS1_2_VERSION)
1417 if (TLS1_get_version(s) < TLS1_2_VERSION || !(s->verify_mode & SSL_VERIFY_PEER))
1961 && TLS1_get_version(s) < TLS1_2_VERSION)
1994 if (TLS1_get_version(s) >= TLS1_2_VERSION)
2021 if (TLS1_get_version(s) >= TLS1_2_VERSION)
2077 if (TLS1_get_version(s) >= TLS1_2_VERSION)
3017 if (TLS1_get_version(s) >= TLS1_2_VERSION)
3064 if (TLS1_get_version(s) >= TLS1_2_VERSION)
H A Dtls1.h162 #define TLS1_2_VERSION 0x0303 macro
/external/chromium_org/third_party/openssl/openssl/apps/
H A Ds_cb.c363 case TLS1_2_VERSION:
440 version == TLS1_2_VERSION ||
/external/openssl/apps/
H A Ds_cb.c363 case TLS1_2_VERSION:
440 version == TLS1_2_VERSION ||
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dtls1.h162 #define TLS1_2_VERSION 0x0303 macro
/external/openssl/include/openssl/
H A Dtls1.h162 #define TLS1_2_VERSION 0x0303 macro

Completed in 321 milliseconds

12