Searched refs:was_reused (Results 1 – 1 of 1) sorted by relevance
2027 bool was_reused = !!SSL_session_reused(client.get()); in ExpectSessionReused() local2028 if (was_reused != reused) { in ExpectSessionReused()2030 was_reused ? "" : " not"); in ExpectSessionReused()