Searched defs:is_resume (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/ssl/test/ |
D | bssl_shim.cc | 280 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
|
D | handshake_util.cc | 271 static bool RunHandshaker(BIO *bio, const TestConfig *config, bool is_resume, in RunHandshaker() 433 bool is_resume) { in DoSplitHandshake()
|
D | test_state.h | 56 bool is_resume = false; member
|
D | test_config.cc | 1447 SSL_CTX *ssl_ctx, SSL_SESSION *session, bool is_resume, in NewSSL()
|