Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/
Dtest_config.h110 bool renegotiate_once = false; member
Dtest_config.cc100 { "-renegotiate-once", &TestConfig::renegotiate_once },
Dbssl_shim.cc1886 if (config->renegotiate_once) { in DoConnection()