Searched refs:TLS1_VERSION (Results 26 - 41 of 41) sorted by relevance

12

/external/openssl/ssl/
H A Dssl_lib.c1805 if (s->version < TLS1_VERSION)
1857 if (FIPS_mode() && (meth->version < TLS1_VERSION))
2812 else if (version == TLS1_VERSION)
H A Dd1_pkt.c1333 if (s->version == TLS1_VERSION)
H A Dssl_ciph.c622 s->ssl_version < TLS1_VERSION)
H A Dt1_enc.c645 if (s->method->version <= TLS1_VERSION &&
H A Dt1_lib.c2002 using_ecc = using_ecc && (s->version >= TLS1_VERSION);
H A Ds3_clnt.c968 if (s->version >= TLS1_VERSION && s->tls_session_secret_cb)
H A Ds3_srvr.c1249 if (!s->hit && s->version >= TLS1_VERSION && s->tls_session_secret_cb)
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dssl_ciph.c319 s->ssl_version < TLS1_VERSION)
H A Dd1_pkt.c1214 if (s->version == TLS1_VERSION)
H A Ds3_lib.c1945 if (s->version >= TLS1_VERSION)
H A Dt1_enc.c662 if (s->method->version <= TLS1_VERSION &&
H A Ds3_clnt.c861 if (s->version >= TLS1_VERSION && s->tls_session_secret_cb)
H A Ds3_srvr.c1041 if (!s->hit && s->version >= TLS1_VERSION && s->tls_session_secret_cb)
H A Dt1_lib.c893 if (s->version >= TLS1_VERSION || SSL_IS_DTLS(s))
/external/chromium_org/net/socket/
H A Dssl_client_socket_openssl.cc102 case TLS1_VERSION:
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp6901 case TLS1_VERSION:

Completed in 1138 milliseconds

12