Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/
Dtest_config.h95 bool expect_accept_early_data = false; member
Dtest_config.cc123 { "-expect-accept-early-data", &TestConfig::expect_accept_early_data },
Dbssl_shim.cc1834 if ((config->expect_accept_early_data && !SSL_early_data_accepted(ssl)) || in CheckHandshakeProperties()