Home | History | Annotate | Download | only in ssl

Lines Matching refs:id_len

454 				unsigned int id_len)
459 * any new session built out of this id/id_len and the ssl_version in
463 if(id_len > sizeof r.session_id)
467 r.session_id_length = id_len;
468 memcpy(r.session_id, id, id_len);
474 (id_len < SSL2_SSL_SESSION_ID_LENGTH))
476 memset(r.session_id + id_len, 0,
477 SSL2_SSL_SESSION_ID_LENGTH - id_len);