Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dssl_session.cc166 static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *session, int lock);
756 static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *session, int lock) { in remove_session_lock() function
1131 if (!remove_session_lock(ctx, ctx->session_cache_tail, 0)) { in SSL_CTX_add_session()
1141 return remove_session_lock(ctx, session, 1); in SSL_CTX_remove_session()