Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dssl_session.c553 SSL_SESSION *found_session = lh_SSL_SESSION_retrieve(ctx->sessions, in remove_session_lock() local
555 if (found_session == session) { in remove_session_lock()
557 found_session = lh_SSL_SESSION_delete(ctx->sessions, session); in remove_session_lock()
566 found_session->not_resumable = 1; in remove_session_lock()
568 ctx->remove_session_cb(ctx, found_session); in remove_session_lock()
570 SSL_SESSION_free(found_session); in remove_session_lock()