Searched refs:remove_session_cb (Results 1 - 6 of 6) sorted by relevance

/external/boringssl/src/ssl/
H A Dssl_session.c567 if (ctx->remove_session_cb != NULL) {
568 ctx->remove_session_cb(ctx, found_session);
627 if (param->ctx->remove_session_cb != NULL) {
628 param->ctx->remove_session_cb(param->ctx, session);
716 ctx->remove_session_cb = cb;
721 return ctx->remove_session_cb;
/external/boringssl/include/openssl/
H A Dssl.h1672 void (*remove_session_cb)(SSL_CTX *ctx, SSL_SESSION *session));
3526 * remove_session_cb is not null, it will be called when a session-id is
3530 void (*remove_session_cb)(SSL_CTX *ctx, SSL_SESSION *sess); member in struct:ssl_ctx_st
/external/boringssl/src/include/openssl/
H A Dssl.h1672 void (*remove_session_cb)(SSL_CTX *ctx, SSL_SESSION *session));
3526 * remove_session_cb is not null, it will be called when a session-id is
3530 void (*remove_session_cb)(SSL_CTX *ctx, SSL_SESSION *sess); member in struct:ssl_ctx_st
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c846 static void remove_session_cb(SSL_CTX *ctx, SSL_SESSION *sess) function
967 SSL_CTX_sess_set_remove_cb(ssl, remove_session_cb);
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c846 static void remove_session_cb(SSL_CTX *ctx, SSL_SESSION *sess) function
967 SSL_CTX_sess_set_remove_cb(ssl, remove_session_cb);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c846 static void remove_session_cb(SSL_CTX *ctx, SSL_SESSION *sess) function
967 SSL_CTX_sess_set_remove_cb(ssl, remove_session_cb);

Completed in 202 milliseconds