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

  /external/boringssl/src/ssl/
tls13_client.cc 116 bool have_cookie, have_key_share, have_supported_versions; local
121 {TLSEXT_TYPE_supported_versions, &have_supported_versions,
280 have_supported_versions = false; local
285 {TLSEXT_TYPE_supported_versions, &have_supported_versions,
299 if (!have_supported_versions ||
handshake_client.cc 353 bool have_supported_versions; local
356 {TLSEXT_TYPE_supported_versions, &have_supported_versions,
369 if (have_supported_versions &&
    [all...]

Completed in 254 milliseconds