Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/
Dtest_config.h97 bool expect_no_offer_early_data = false; member
Dtest_config.cc125 { "-expect-no-offer-early-data", &TestConfig::expect_no_offer_early_data },
Dbssl_shim.cc2348 config->expect_no_offer_early_data && SSL_in_early_data(ssl)) { in DoExchange()