Searched refs:remove_session_cb (Results 1 – 7 of 7) sorted by relevance
14 void (*remove_session_cb)(SSL_CTX *ctx,82 The remove_session_cb() is called whenever the SSL engine removes a session86 L<SSL_CTX_free(3)> is called. The remove_session_cb() is passed
42 cache. When a session is found and removed, the remove_session_cb is however
831 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()
830 void (*remove_session_cb) (struct ssl_ctx_st *ctx, SSL_SESSION *sess); member
4669 || s->session_ctx->remove_session_cb != NULL in ssl_update_cache()
2045 static void remove_session_cb(SSL_CTX *ctx, SSL_SESSION *sess) in remove_session_cb() function2093 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()
727 void (*remove_session_cb) (struct ssl_ctx_st
Completed in 86 milliseconds