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.h112 bool check_close_notify = false; member
Dtest_config.cc96 { "-check-close-notify", &TestConfig::check_close_notify },
1595 if (!check_close_notify) { in NewSSL()
Dbssl_shim.cc1038 if (config->shim_shuts_down && config->check_close_notify) { in DoExchange()