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

/external/openssl/ssl/
H A Dssl_sess.c148 static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck);
648 if (!remove_session_lock(ctx,
662 return remove_session_lock(ctx, c, 1);
665 static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck) function

Completed in 36 milliseconds