Searched refs:SSL_CTX_remove_session (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/lib/libssl/
H A Dssl_sess.c725 SSL_CTX_remove_session(s->session_ctx, sess);
830 SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *c) function
834 LSSL_ALIAS(SSL_CTX_remove_session); variable
1137 /* The reason we don't call SSL_CTX_remove_session() is to
1181 SSL_CTX_remove_session(s->ctx, s->session);
H A Dssl_pkt.c756 SSL_CTX_remove_session(s->ctx, s->session);
1272 SSL_CTX_remove_session(s->ctx, s->session);
H A Dtls13_lib.c170 SSL_CTX_remove_session(ctx->ssl->ctx, ctx->ssl->session);
H A Dssl.h1221 int SSL_CTX_remove_session(SSL_CTX *, SSL_SESSION *c);
/openbsd-current/lib/libssl/hidden/openssl/
H A Dssl.h197 LSSL_USED(SSL_CTX_remove_session); variable

Completed in 254 milliseconds