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

  /external/boringssl/src/ssl/
ssl_versions.cc 196 int any_enabled = 0; local
208 if (!any_enabled) {
209 any_enabled = 1;
217 if (any_enabled) {
223 if (!any_enabled) {
handshake_client.cc 604 int any_enabled = 0; local
616 any_enabled = 1;
623 if (!any_enabled && hs->max_version < TLS1_3_VERSION) {
    [all...]

Completed in 320 milliseconds