Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_sess.c21 static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck);
703 if (!remove_session_lock(ctx, ctx->session_cache_tail, 0)) in SSL_CTX_add_session()
716 return remove_session_lock(ctx, c, 1); in SSL_CTX_remove_session()
719 static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck) in remove_session_lock() function
/netbsd/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_sess.c25 static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck);
763 if (!remove_session_lock(ctx, ctx->session_cache_tail, 0)) in SSL_CTX_add_session()
788 return remove_session_lock(ctx, c, 1); in SSL_CTX_remove_session()
791 static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck) in remove_session_lock() function