Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/
Dbssl_shim.cc945 static bool CheckHandshakeProperties(SSL *ssl, bool is_resume) { in CheckHandshakeProperties() argument
953 if (is_resume && in CheckHandshakeProperties()
960 bool expect_handshake_done = is_resume || !config->false_start; in CheckHandshakeProperties()
1125 const TestConfig *config, bool is_resume, in DoExchange() argument
1324 !CheckHandshakeProperties(ssl.get(), is_resume)) { in DoExchange()