Home
last modified time | relevance | path

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

/openbsd/src/lib/libssl/
Dssl_sess.c554 sess = lh_SSL_SESSION_retrieve(s->session_ctx->sessions, &data); in ssl_session_from_cache()
835 if ((r = lh_SSL_SESSION_retrieve(ctx->sessions, c)) == c) { in remove_session_lock()
Dssl_lib.c432 p = lh_SSL_SESSION_retrieve(ssl->ctx->sessions, &r); in SSL_has_matching_session_id()
/openbsd/src/lib/libcrypto/stack/
Dsafestack.h1730 #define lh_SSL_SESSION_retrieve(lh,inst) LHM_lh_retrieve(SSL_SESSION,lh,inst) macro