Home
last modified time | relevance | path

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

/freebsd/crypto/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.pod33 cache. When a session is found and removed, the remove_session_cb is however
/freebsd/crypto/openssl/ssl/
H A Dssl_sess.c836 if (ctx->remove_session_cb != NULL) in remove_session_lock()
837 ctx->remove_session_cb(ctx, c); in remove_session_lock()
1191 if (s->remove_session_cb != NULL) in SSL_CTX_flush_sessions()
1192 s->remove_session_cb(s, current); in SSL_CTX_flush_sessions()
1317 ctx->remove_session_cb = cb; in SSL_CTX_sess_set_remove_cb()
1322 return ctx->remove_session_cb; in SSL_CTX_sess_get_remove_cb()
H A Dssl_local.h881 void (*remove_session_cb) (struct ssl_ctx_st *ctx, SSL_SESSION *sess); member
H A Dssl_lib.c3777 || s->session_ctx->remove_session_cb != NULL in ssl_update_cache()
/freebsd/contrib/wpa/src/crypto/
H A Dtls_wolfssl.c183 static void remove_session_cb(WOLFSSL_CTX *ctx, WOLFSSL_SESSION *sess) in remove_session_cb() function
277 wolfSSL_CTX_sess_set_remove_cb(ssl_ctx, remove_session_cb); in tls_init()
H A Dtls_openssl.c957 static void remove_session_cb(SSL_CTX *ctx, SSL_SESSION *sess) in remove_session_cb() function
1131 SSL_CTX_sess_set_remove_cb(ssl, remove_session_cb); in tls_init()
/freebsd/crypto/openssl/test/
H A Dsslapitest.c2017 static void remove_session_cb(SSL_CTX *ctx, SSL_SESSION *sess) in remove_session_cb() function
2065 SSL_CTX_sess_set_remove_cb(cctx, remove_session_cb); in execute_test_session()
2203 SSL_CTX_sess_set_remove_cb(sctx, remove_session_cb); in execute_test_session()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h730 void (*remove_session_cb) (struct ssl_ctx_st
H A Dssl.h.in707 void (*remove_session_cb) (struct ssl_ctx_st