Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/
Dtest_config.h130 int resumption_delay = 0; member
Dtest_config.cc188 { "-resumption-delay", &TestConfig::resumption_delay },
Dbssl_shim.cc2369 if (config->resumption_delay != 0) { in main()
2370 g_clock.tv_sec += config->resumption_delay; in main()