Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/
Dbssl_shim.cc280 static bool CheckAuthProperties(SSL *ssl, bool is_resume, in CheckAuthProperties() argument
360 config->expect_sha256_client_cert, is_resume); in CheckAuthProperties()
367 is_resume); in CheckAuthProperties()
395 static bool CheckHandshakeProperties(SSL *ssl, bool is_resume, in CheckHandshakeProperties() argument
397 if (!CheckAuthProperties(ssl, is_resume, config)) { in CheckHandshakeProperties()
414 is_resume && (!config->expect_session_miss || SSL_in_early_data(ssl)); in CheckHandshakeProperties()
422 (is_resume || !config->false_start) && !SSL_in_early_data(ssl); in CheckHandshakeProperties()
443 if (!is_resume) { in CheckHandshakeProperties()
590 if (is_resume && !SSL_in_early_data(ssl)) { in CheckHandshakeProperties()
612 if (is_resume && config->expect_ticket_age_skew != 0 && in CheckHandshakeProperties()
[all …]
Dhandshake_util.cc271 static bool RunHandshaker(BIO *bio, const TestConfig *config, bool is_resume, in RunHandshaker() argument
314 if (is_resume) { in RunHandshaker()
433 bool is_resume) { in DoSplitHandshake() argument
441 !RunHandshaker(SSL_get_rbio(ssl->get()), config, is_resume, in DoSplitHandshake()
Dhandshake_util.h39 bool is_resume);
Dtest_state.h56 bool is_resume = false; member
Dtest_config.h184 bool is_resume,
Dtest_config.cc1447 SSL_CTX *ssl_ctx, SSL_SESSION *session, bool is_resume, in NewSSL() argument
1461 GetTestState(ssl.get())->is_resume = is_resume; in NewSSL()