Home
last modified time | relevance | path

Searched refs:check_close_notify (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/ssl/test/
Dtest_config.h107 bool check_close_notify = false; member
Dtest_config.cc95 { "-check-close-notify", &TestConfig::check_close_notify },
Dbssl_shim.cc2083 if (!config->check_close_notify) { in DoConnection()
2582 if (config->shim_shuts_down && config->check_close_notify) { in DoExchange()