Searched refs:remove_session_cb (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl_sess.c842 if (ctx->remove_session_cb != NULL)
843 ctx->remove_session_cb(ctx, r);
1110 if (p->ctx->remove_session_cb != NULL)
1111 p->ctx->remove_session_cb(p->ctx, s);
1210 ctx->remove_session_cb = cb;
1215 return ctx->remove_session_cb;
H A Dssl.h956 * remove_session_cb is not null, it will be called when a session-id is
961 void (*remove_session_cb) (struct ssl_ctx_st *ctx, SSL_SESSION *sess); member in struct:ssl_ctx_st
1231 void (*remove_session_cb) (struct ssl_ctx_st
H A Ds3_clnt.c2331 if (s->session_ctx->remove_session_cb != NULL)
2332 s->session_ctx->remove_session_cb(s->session_ctx,
H A Dssl_lib.c1930 ret->remove_session_cb = 0;
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dtls_wolfssl.c176 static void remove_session_cb(WOLFSSL_CTX *ctx, WOLFSSL_SESSION *sess) function
236 wolfSSL_CTX_sess_set_remove_cb(ssl_ctx, remove_session_cb);
H A Dtls_openssl.c933 static void remove_session_cb(SSL_CTX *ctx, SSL_SESSION *sess) function
1066 SSL_CTX_sess_set_remove_cb(ssl, remove_session_cb);

Completed in 152 milliseconds