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

/external/openssl/ssl/
H A Dssl_sess.c69 static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck);
526 if (!remove_session_lock(ctx,
540 return remove_session_lock(ctx, c, 1);
543 static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck) function

Completed in 11 milliseconds