Home | History | Annotate | Download | only in apps

Lines Matching refs:id_len

214 				unsigned int *id_len);
2992 unsigned int *id_len)
2996 RAND_pseudo_bytes(id, *id_len);
3003 (strlen(session_id_prefix) < *id_len) ?
3004 strlen(session_id_prefix) : *id_len);
3006 while(SSL_has_matching_session_id(ssl, id, *id_len) &&