Searched refs:SSL_SESSION_is_resumable (Results 1 – 12 of 12) 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
452 SSL_SESSION_is_resumable;
1119 int SSL_SESSION_is_resumable(const SSL_SESSION *s) in SSL_SESSION_is_resumable() function
443 SSL_SESSION_is_resumable 444 3_0_0 EXIST::FUNCTION:
2542 DEPEND[html/man3/SSL_SESSION_is_resumable.html]=man3/SSL_SESSION_is_resumable.pod2543 GENERATE[html/man3/SSL_SESSION_is_resumable.html]=man3/SSL_SESSION_is_resumable.pod2544 DEPEND[man/man3/SSL_SESSION_is_resumable.3]=man3/SSL_SESSION_is_resumable.pod2545 GENERATE[man/man3/SSL_SESSION_is_resumable.3]=man3/SSL_SESSION_is_resumable.pod3703 html/man3/SSL_SESSION_is_resumable.html \4380 man/man3/SSL_SESSION_is_resumable.3 \
8892 || !TEST_false(SSL_SESSION_is_resumable(sess))) in test_shutdown()8897 || !TEST_true(SSL_SESSION_is_resumable(sess))) { in test_shutdown()8966 || !TEST_true(SSL_SESSION_is_resumable(sess)) in test_shutdown()8977 || !TEST_true(SSL_SESSION_is_resumable(sess))) in test_shutdown()9919 || !TEST_true(SSL_SESSION_is_resumable(sess)) in test_servername()
492 | `SSL_SESSION_is_resumable` | HL | U | A | NC\* | Done …
1790 __owur int SSL_SESSION_is_resumable(const SSL_SESSION *s);
1743 __owur int SSL_SESSION_is_resumable(const SSL_SESSION *s);
1196 || !SSL_SESSION_is_resumable(sess)) { in tls_construct_client_hello()
517 MAN+= SSL_SESSION_is_resumable.3