Home
last modified time | relevance | path

Searched refs:SSL_SESSION_free (Results 1 – 25 of 63) sorted by relevance

123

/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_sess.c222 SSL_SESSION_free(dest); in ssl_session_dup()
380 SSL_SESSION_free(s->session); in ssl_get_new_session()
392 SSL_SESSION_free(ss); in ssl_get_new_session()
403 SSL_SESSION_free(ss); in ssl_get_new_session()
608 SSL_SESSION_free(s->session); in ssl_get_prev_session()
618 SSL_SESSION_free(ret); in ssl_get_prev_session()
663 SSL_SESSION_free(s); in SSL_CTX_add_session()
692 SSL_SESSION_free(s); /* s == c */ in SSL_CTX_add_session()
741 SSL_SESSION_free(r); in remove_session_lock()
747 void SSL_SESSION_free(SSL_SESSION *ss) in SSL_SESSION_free() function
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_SESSION_free.pod8 SSL_SESSION_free - create, free and manage SSL_SESSION structures
17 void SSL_SESSION_free(SSL_SESSION *session);
30 SSL_SESSION_free() decrements the reference count of B<session> and removes
52 SSL_SESSION_free() must only be called for SSL_SESSION objects, for
H A DSSL_CTX_add_session.pod20 L<SSL_SESSION_free(3)>.
23 marks it as non-resumable. L<SSL_SESSION_free(3)> is called once for B<c>.
66 L<SSL_SESSION_free(3)>
H A DSSL_set_session.pod24 a connection), SSL_SESSION_free() will be called for that session. If that old
56 L<ssl(7)>, L<SSL_SESSION_free(3)>,
H A DSSL_CTX_sess_set_get_cb.pod67 calling SSL_SESSION_free() when the session reference is no longer in use.
99 L<SSL_SESSION_free(3)>.
111 L<SSL_SESSION_free(3)>,
H A DSSL_get_session.pod73 L<SSL_SESSION_free(3)> must be explicitly called once
102 L<SSL_SESSION_free(3)>
H A Dd2i_SSL_SESSION.pod37 L<ssl(7)>, L<SSL_SESSION_free(3)>,
H A DSSL_SESSION_get0_cipher.pod41 L<SSL_SESSION_free(3)>,
H A DSSL_SESSION_has_ticket.pod43 L<SSL_SESSION_free(3)>
H A DSSL_SESSION_get0_hostname.pod61 L<SSL_SESSION_free(3)>
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_SESSION_free.pod8 SSL_SESSION_free - create, free and manage SSL_SESSION structures
17 void SSL_SESSION_free(SSL_SESSION *session);
30 SSL_SESSION_free() decrements the reference count of B<session> and removes
52 SSL_SESSION_free() must only be called for SSL_SESSION objects, for
H A DSSL_CTX_add_session.pod20 L<SSL_SESSION_free(3)>.
23 marks it as non-resumable. L<SSL_SESSION_free(3)> is called once for B<c>.
66 L<SSL_SESSION_free(3)>
H A DSSL_set_session.pod24 a connection), SSL_SESSION_free() will be called for that session.
57 L<ssl(7)>, L<SSL_SESSION_free(3)>,
H A DSSL_CTX_sess_set_get_cb.pod67 calling SSL_SESSION_free() when the session reference is no longer in use.
99 L<SSL_SESSION_free(3)>.
111 L<SSL_SESSION_free(3)>,
H A DSSL_get_session.pod73 L<SSL_SESSION_free(3)> must be explicitly called once
102 L<SSL_SESSION_free(3)>
H A Dd2i_SSL_SESSION.pod37 L<ssl(7)>, L<SSL_SESSION_free(3)>,
H A DSSL_SESSION_get0_cipher.pod41 L<SSL_SESSION_free(3)>,
H A DSSL_SESSION_has_ticket.pod43 L<SSL_SESSION_free(3)>
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dsslapitest.c487 SSL_SESSION_free(sess); in test_keylog_no_master_key()
687 SSL_SESSION_free(sess); in test_ccs_change_cipher()
1135 SSL_SESSION_free(sess); in new_session_cb()
1244 SSL_SESSION_free(sess1); in execute_test_session()
1339 SSL_SESSION_free(sess1); in execute_test_session()
1341 SSL_SESSION_free(sess2); in execute_test_session()
1389 SSL_SESSION_free(sess2); in execute_test_session()
1430 SSL_SESSION_free(sess1); in execute_test_session()
1431 SSL_SESSION_free(sess2); in execute_test_session()
1491 SSL_SESSION_free(sess); in new_cachesession_cb()
[all …]
H A Dclienthellotest.c244 SSL_SESSION_free(sess); in test_client_hello()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ossl_shim/include/openssl/
H A Dbase.h104 BORINGSSL_MAKE_DELETER(SSL_SESSION, SSL_SESSION_free)
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dsess_id.c173 SSL_SESSION_free(x); in sess_id_main()
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dsess_id.c166 SSL_SESSION_free(x); in sess_id_main()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dclienthellotest.c249 SSL_SESSION_free(sess); in test_client_hello()
/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Dtls_client.c286 SSL_SESSION_free(session); /* 200502 */ in new_client_session_cb()
1099 SSL_SESSION_free(session); /* 200411 */ in tls_client_start()

123