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.cc113 bool is_resume = false; member
1392 static bool CheckAuthProperties(SSL *ssl, bool is_resume, in CheckAuthProperties() argument
1469 if (is_resume) { in CheckAuthProperties()
1476 expected_sha256_client_cert, is_resume); in CheckAuthProperties()
1483 is_resume); in CheckAuthProperties()
1493 static bool CheckHandshakeProperties(SSL *ssl, bool is_resume, in CheckHandshakeProperties() argument
1495 if (!CheckAuthProperties(ssl, is_resume, config)) { in CheckHandshakeProperties()
1512 is_resume && (!config->expect_session_miss || SSL_in_early_data(ssl)); in CheckHandshakeProperties()
1520 (is_resume || !config->false_start) && !SSL_in_early_data(ssl); in CheckHandshakeProperties()
1541 if (!is_resume) { in CheckHandshakeProperties()
[all …]