Home
last modified time | relevance | path

Searched defs:remove_session_cb (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dtls_wolfssl.c176 static void remove_session_cb(WOLFSSL_CTX *ctx, WOLFSSL_SESSION *sess) in remove_session_cb() function
H A Dtls_openssl.c933 static void remove_session_cb(SSL_CTX *ctx, SSL_SESSION *sess) in remove_session_cb() function
/dragonfly/crypto/libressl/ssl/
H A Dssl_locl.h739 void (*remove_session_cb)(struct ssl_ctx_st *ctx, SSL_SESSION *sess); member