Searched refs:is_resume (Results 1 – 6 of 6) sorted by relevance
/external/boringssl/src/ssl/test/ |
D | bssl_shim.cc | 280 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 …]
|
D | handshake_util.cc | 271 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()
|
D | handshake_util.h | 39 bool is_resume);
|
D | test_state.h | 56 bool is_resume = false; member
|
D | test_config.h | 184 bool is_resume,
|
D | test_config.cc | 1447 SSL_CTX *ssl_ctx, SSL_SESSION *session, bool is_resume, in NewSSL() argument 1461 GetTestState(ssl.get())->is_resume = is_resume; in NewSSL()
|