Searched refs:get_session_cb (Results 1 – 5 of 5) sorted by relevance
17 SSL_SESSION (*get_session_cb)(SSL *,89 The get_session_cb() is only called on SSL/TLS servers, and is given91 proposed by the client. The get_session_cb() is always called, even when92 session caching was disabled. The get_session_cb() is passed the97 If the get_session_cb() does not write to B<copy>, the reference count
449 if (ret == NULL && s->session_ctx->get_session_cb != NULL) { in lookup_sess_in_cache()452 ret = s->session_ctx->get_session_cb(s, sess_id, sess_id_len, ©); in lookup_sess_in_cache()1175 ctx->get_session_cb = cb; in SSL_CTX_sess_set_get_cb()1182 return ctx->get_session_cb; in SSL_CTX_sess_get_get_cb()
774 SSL_SESSION *(*get_session_cb) (struct ssl_st *ssl, member
721 SSL_SESSION *(*get_session_cb) (struct ssl_st
5989 + Don't call get_session_cb() without proposed session