Home
last modified time | relevance | path

Searched refs:SSL_get_default_timeout (Results 1 – 7 of 7) sorted by relevance

/onnv-gate/usr/src/common/openssl/doc/ssl/
H A DSSL_get_default_timeout.pod5 SSL_get_default_timeout - get default session timeout value
11 long SSL_get_default_timeout(const SSL *ssl);
15 SSL_get_default_timeout() returns the default timeout value assigned to
26 SSL_get_default_timeout() return this hardcoded value, which is 300 seconds
39 L<SSL_get_default_timeout(3)|SSL_get_default_timeout(3)>
H A DSSL_CTX_set_timeout.pod41 basis, see L<SSL_get_default_timeout(3)|SSL_get_default_timeout(3)>.
57 L<SSL_get_default_timeout(3)|SSL_get_default_timeout(3)>
H A DSSL_SESSION_get_time.pod62 L<SSL_get_default_timeout(3)|SSL_get_default_timeout(3)>
H A Dssl.pod483 =item long B<SSL_get_default_timeout>(const SSL *ssl);
700 L<SSL_get_default_timeout(3)|SSL_get_default_timeout(3)>,
/onnv-gate/usr/src/common/openssl/ssl/
H A Dssl_sess.c181 ss->timeout=SSL_get_default_timeout(s); in ssl_get_new_session()
574 session->timeout=SSL_get_default_timeout(s); in SSL_set_session()
H A Dssl.h1420 long SSL_get_default_timeout(const SSL *s);
H A Dssl_lib.c853 long SSL_get_default_timeout(const SSL *s) in SSL_get_default_timeout() function