Home | History | Annotate | Download | only in ssl

Lines Matching refs:session_id_length

467 	r.session_id_length = id_len;
478 r.session_id_length = SSL2_SSL_SESSION_ID_LENGTH;
1781 if (a->session_id_length != b->session_id_length)
1783 return(memcmp(a->session_id,b->session_id,a->session_id_length));
2531 /* If the session_id_length is 0, we are not supposed to cache it,
2533 if (s->session->session_id_length == 0) return;