Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/
Dbssl_shim.cc2234 bool got_early_data_info = in DoExchange() local
2236 if (config->expect_early_data_info != got_early_data_info) { in DoExchange()
2241 got_early_data_info ? "" : " not"); in DoExchange()