Searched refs:remove_session_cb (Results 1 – 2 of 2) sorted by relevance
183 static void remove_session_cb(WOLFSSL_CTX *ctx, WOLFSSL_SESSION *sess) in remove_session_cb() function277 wolfSSL_CTX_sess_set_remove_cb(ssl_ctx, remove_session_cb); in tls_init()
957 static void remove_session_cb(SSL_CTX *ctx, SSL_SESSION *sess) in remove_session_cb() function1131 SSL_CTX_sess_set_remove_cb(ssl, remove_session_cb); in tls_init()