Searched refs:SSL_CTX_remove_session (Results 1 – 4 of 4) sorted by relevance
722 SSL_CTX_remove_session(ssl->session_ctx, session.get()); in ssl_lookup_session()1087 int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *session) { in SSL_CTX_remove_session() function
1475 ASSERT_TRUE(SSL_CTX_remove_session(ctx.get(), sessions[6].get())); in TEST()1480 ASSERT_FALSE(SSL_CTX_remove_session(ctx.get(), sessions[0].get())); in TEST()1481 ASSERT_FALSE(SSL_CTX_remove_session(ctx.get(), sessions[7].get())); in TEST()
1912 OPENSSL_EXPORT int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *session);
4673 if (SSL_CTX_remove_session(conn->ssl_ctx, sess) != 1) in tls_connection_remove_session()