HomeSort by relevance Sort by last modified time
    Searched full:have_supported_versions (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/ssl/
tls13_client.cc 216 int have_key_share = 0, have_pre_shared_key = 0, have_supported_versions = 0; local
221 {TLSEXT_TYPE_supported_versions, &have_supported_versions,
235 if (have_supported_versions && ssl->version != TLS1_3_EXPERIMENT_VERSION) {
handshake_client.cc 855 int have_supported_versions; local
858 {TLSEXT_TYPE_supported_versions, &have_supported_versions,
870 if (have_supported_versions &&
    [all...]

Completed in 612 milliseconds