Searched refs:lh_SSL_SESSION_retrieve (Results 1 – 3 of 3) sorted by relevance
617 ret = lh_SSL_SESSION_retrieve(s->session_ctx->sessions, &data); in ssl_get_prev_session()823 if ((r = lh_SSL_SESSION_retrieve(ctx->sessions, c)) == c) { in remove_session_lock()
503 p = lh_SSL_SESSION_retrieve(ssl->ctx->sessions, &r); in SSL_has_matching_session_id()
2654 # define lh_SSL_SESSION_retrieve(lh,inst) LHM_lh_retrieve(SSL_SESSION,lh,inst) macro