Home | History | Annotate | Download | only in ssl

Lines Matching refs:sessions

346  * 2^256 SSL sessions to our server. How you might store that many sessions
366 * creation of sessions with identical IDs since we currently don't have
534 sessions, &data);
602 * - Both for new and resumed sessions, s->ext.ticket_expected is set to 1
759 s = lh_SSL_SESSION_insert(ctx->sessions, c);
764 * ctx->sessions), or we're in trouble.
778 lh_SSL_SESSION_retrieve(ctx->sessions, c) == NULL) {
842 if ((r = lh_SSL_SESSION_retrieve(ctx->sessions, c)) != NULL) {
844 r = lh_SSL_SESSION_delete(ctx->sessions, r);
1191 i = lh_SSL_SESSION_get_down_load(s->sessions);
1192 lh_SSL_SESSION_set_down_load(s->sessions, 0);
1204 lh_SSL_SESSION_delete(s->sessions, current);
1223 lh_SSL_SESSION_set_down_load(s->sessions, i);