Home | History | Annotate | Download | only in apps

Lines Matching refs:id_len

214 				unsigned int *id_len);
3006 unsigned int *id_len)
3010 RAND_pseudo_bytes(id, *id_len);
3017 (strlen(session_id_prefix) < *id_len) ?
3018 strlen(session_id_prefix) : *id_len);
3020 while(SSL_has_matching_session_id(ssl, id, *id_len) &&