Home
last modified time | relevance | path

Searched refs:SSL_CTX_sess_set_remove_cb (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_CTX_free.pod26 If a session-remove callback is set (SSL_CTX_sess_set_remove_cb()), this
31 SSL_CTX_sess_set_remove_cb(B<ctx>, NULL) prior to calling SSL_CTX_free().
H A DSSL_CTX_sess_set_get_cb.pod5 SSL_CTX_sess_set_new_cb, SSL_CTX_sess_set_remove_cb, SSL_CTX_sess_set_get_cb, SSL_CTX_sess_get_new_…
13 void SSL_CTX_sess_set_remove_cb(SSL_CTX *ctx,
34 SSL_CTX_sess_set_remove_cb() sets the callback function that is
H A DSSL_read_early_data.pod313 not held when the remove session callback (see L<SSL_CTX_sess_set_remove_cb(3)>)
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_CTX_free.pod26 If a session-remove callback is set (SSL_CTX_sess_set_remove_cb()), this
31 SSL_CTX_sess_set_remove_cb(B<ctx>, NULL) prior to calling SSL_CTX_free().
H A DSSL_CTX_sess_set_get_cb.pod5 SSL_CTX_sess_set_new_cb, SSL_CTX_sess_set_remove_cb, SSL_CTX_sess_set_get_cb, SSL_CTX_sess_get_new_…
13 void SSL_CTX_sess_set_remove_cb(SSL_CTX *ctx,
34 SSL_CTX_sess_set_remove_cb() sets the callback function that is
H A DSSL_read_early_data.pod313 not held when the remove session callback (see L<SSL_CTX_sess_set_remove_cb(3)>)
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/
H A Dssl.map103 SSL_CTX_sess_set_remove_cb;
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/
H A Dssl.map124 SSL_CTX_sess_set_remove_cb;
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_sess.c1156 void SSL_CTX_sess_set_remove_cb(SSL_CTX *ctx, in SSL_CTX_sess_set_remove_cb() function
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dlibssl.num279 SSL_CTX_sess_set_remove_cb 280 1_1_0 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dlibssl.num279 SSL_CTX_sess_set_remove_cb 280 3_0_0 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dsslapitest.c1187 SSL_CTX_sess_set_remove_cb(cctx, remove_session_cb); in execute_test_session()
1319 SSL_CTX_sess_set_remove_cb(cctx, NULL); in execute_test_session()
1321 SSL_CTX_sess_set_remove_cb(sctx, remove_session_cb); in execute_test_session()
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/
H A Dssl.pod315 =item void B<SSL_CTX_sess_set_remove_cb>(SSL_CTX *ctx, void (*cb)(SSL_CTX *ctx, SSL_SESSION *sess));
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dssl.h714 void SSL_CTX_sess_set_remove_cb(SSL_CTX *ctx,
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Ds_server.c3669 SSL_CTX_sess_set_remove_cb(sctx, del_session); in init_session_cache_ctx()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Ds_server.c3780 SSL_CTX_sess_set_remove_cb(sctx, del_session); in init_session_cache_ctx()
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dssl.h.in706 void SSL_CTX_sess_set_remove_cb(SSL_CTX *ctx,