Home
last modified time | relevance | path

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

/hostap-latest/src/crypto/
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()
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()