Home
last modified time | relevance | path

Searched refs:SSL_SESSION_is_resumable (Results 1 – 10 of 10) sorted by relevance

/third_party/openssl/doc/man3/
DSSL_SESSION_is_resumable.pod5 SSL_SESSION_is_resumable
12 int SSL_SESSION_is_resumable(const SSL_SESSION *s);
16 SSL_SESSION_is_resumable() determines whether an SSL_SESSION object can be used
23 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.
DSSL_get_session.pod36 L<SSL_SESSION_is_resumable(3)> for information on how to determine whether an
/third_party/openssl/test/
Dsslapitest.c5915 || !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()
/third_party/openssl/ssl/
Dssl_sess.c970 int SSL_SESSION_is_resumable(const SSL_SESSION *s) in SSL_SESSION_is_resumable() function
/third_party/boringssl/src/ssl/
Dssl_session.cc1003 int SSL_SESSION_is_resumable(const SSL_SESSION *session) { in SSL_SESSION_is_resumable() function
/third_party/openssl/util/
Dlibssl.num443 SSL_SESSION_is_resumable 444 1_1_1 EXIST::FUNCTION:
/third_party/openssl/include/openssl/
Dssl.h1649 __owur int SSL_SESSION_is_resumable(const SSL_SESSION *s);
/third_party/boringssl/src/include/openssl/
Dssl.h1758 OPENSSL_EXPORT int SSL_SESSION_is_resumable(const SSL_SESSION *session);
/third_party/openssl/ssl/statem/
Dstatem_clnt.c1119 || !SSL_SESSION_is_resumable(sess)) { in tls_construct_client_hello()
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h256 #define SSL_SESSION_is_resumable BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_SESSION_is_resumable) macro