Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dssl_session.cc763 SSL_SESSION *found_session = lh_SSL_SESSION_retrieve(ctx->sessions, in remove_session_lock() local
765 if (found_session == session) { in remove_session_lock()
767 found_session = lh_SSL_SESSION_delete(ctx->sessions, session); in remove_session_lock()
777 ctx->remove_session_cb(ctx, found_session); in remove_session_lock()
779 SSL_SESSION_free(found_session); in remove_session_lock()