Home
last modified time | relevance | path

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

/openssl/doc/man3/
H A DSSL_CTX_sess_set_get_cb.pod14 void (*remove_session_cb)(SSL_CTX *ctx,
82 The remove_session_cb() is called whenever the SSL engine removes a session
86 L<SSL_CTX_free(3)> is called. The remove_session_cb() is passed
H A DSSL_CTX_flush_sessions.pod42 cache. When a session is found and removed, the remove_session_cb is however
/openssl/ssl/
H A Dssl_sess.c831 if (ctx->remove_session_cb != NULL) in remove_session_lock()
832 ctx->remove_session_cb(ctx, c); in remove_session_lock()
1230 if (s->remove_session_cb != NULL) in SSL_CTX_flush_sessions_ex()
1231 s->remove_session_cb(s, current); in SSL_CTX_flush_sessions_ex()
1357 ctx->remove_session_cb = cb; in SSL_CTX_sess_set_remove_cb()
1362 return ctx->remove_session_cb; in SSL_CTX_sess_get_remove_cb()
H A Dssl_local.h830 void (*remove_session_cb) (struct ssl_ctx_st *ctx, SSL_SESSION *sess); member
H A Dssl_lib.c4669 || s->session_ctx->remove_session_cb != NULL in ssl_update_cache()
/openssl/test/
H A Dsslapitest.c2045 static void remove_session_cb(SSL_CTX *ctx, SSL_SESSION *sess) in remove_session_cb() function
2093 SSL_CTX_sess_set_remove_cb(cctx, remove_session_cb); in execute_test_session()
2231 SSL_CTX_sess_set_remove_cb(sctx, remove_session_cb); in execute_test_session()
/openssl/include/openssl/
H A Dssl.h.in727 void (*remove_session_cb) (struct ssl_ctx_st

Completed in 86 milliseconds