Searched refs:SSL_SESSION_is_resumable (Results 1 – 10 of 10) sorted by relevance
5 SSL_SESSION_is_resumable12 int SSL_SESSION_is_resumable(const SSL_SESSION *s);16 SSL_SESSION_is_resumable() determines whether an SSL_SESSION object can be used23 SSL_SESSION_is_resumable() returns 1 if the session is resumable or 0 otherwise.33 The SSL_SESSION_is_resumable() function was added in OpenSSL 1.1.1.
36 L<SSL_SESSION_is_resumable(3)> for information on how to determine whether an
5915 || !TEST_false(SSL_SESSION_is_resumable(sess))) in test_shutdown()5920 || !TEST_true(SSL_SESSION_is_resumable(sess))) { in test_shutdown()5989 || !TEST_true(SSL_SESSION_is_resumable(sess)) in test_shutdown()6000 || !TEST_true(SSL_SESSION_is_resumable(sess))) in test_shutdown()6503 || !TEST_true(SSL_SESSION_is_resumable(sess)) in test_servername()
970 int SSL_SESSION_is_resumable(const SSL_SESSION *s) in SSL_SESSION_is_resumable() function
1003 int SSL_SESSION_is_resumable(const SSL_SESSION *session) { in SSL_SESSION_is_resumable() function
443 SSL_SESSION_is_resumable 444 1_1_1 EXIST::FUNCTION:
1649 __owur int SSL_SESSION_is_resumable(const SSL_SESSION *s);
1758 OPENSSL_EXPORT int SSL_SESSION_is_resumable(const SSL_SESSION *session);
1119 || !SSL_SESSION_is_resumable(sess)) { in tls_construct_client_hello()
256 #define SSL_SESSION_is_resumable BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_SESSION_is_resumable) macro