Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/
Dbssl_shim.cc280 static bool CheckAuthProperties(SSL *ssl, bool is_resume, in CheckAuthProperties()
395 static bool CheckHandshakeProperties(SSL *ssl, bool is_resume, in CheckHandshakeProperties()
639 const TestConfig *retry_config, bool is_resume, in DoConnection()
745 const TestConfig *config, bool is_resume, bool is_retry, in DoExchange()
1131 bool is_resume = i > 0; in main() local
Dhandshake_util.cc271 static bool RunHandshaker(BIO *bio, const TestConfig *config, bool is_resume, in RunHandshaker()
433 bool is_resume) { in DoSplitHandshake()
Dtest_state.h56 bool is_resume = false; member
Dtest_config.cc1447 SSL_CTX *ssl_ctx, SSL_SESSION *session, bool is_resume, in NewSSL()