Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dssl_session.c567 if (ctx->remove_session_cb != NULL) { in remove_session_lock()
568 ctx->remove_session_cb(ctx, found_session); in remove_session_lock()
627 if (param->ctx->remove_session_cb != NULL) { in timeout_doall_arg()
628 param->ctx->remove_session_cb(param->ctx, session); in timeout_doall_arg()
716 ctx->remove_session_cb = cb; in SSL_CTX_sess_set_remove_cb()
721 return ctx->remove_session_cb; in SSL_CTX_sess_get_remove_cb()
/external/boringssl/src/include/openssl/
Dssl.h1672 void (*remove_session_cb)(SSL_CTX *ctx, SSL_SESSION *session));
3530 void (*remove_session_cb)(SSL_CTX *ctx, SSL_SESSION *sess); member
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c846 static void remove_session_cb(SSL_CTX *ctx, SSL_SESSION *sess) in remove_session_cb() function
967 SSL_CTX_sess_set_remove_cb(ssl, remove_session_cb); in tls_init()