Home
last modified time | relevance | path

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

/onnv-gate/usr/src/common/openssl/ssl/
H A Dssl_sess.c66 static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck);
474 if (!remove_session_lock(ctx, in SSL_CTX_add_session()
488 return remove_session_lock(ctx, c, 1); in SSL_CTX_remove_session()
491 static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck) in remove_session_lock() function