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.h140 int resumption_delay = 0; member
Dbssl_shim.cc1162 if (config->resumption_delay != 0) { in main()
1163 AdvanceClock(config->resumption_delay); in main()
Dtest_config.cc219 { "-resumption-delay", &TestConfig::resumption_delay },