Home | History | Annotate | Download | only in apps

Lines Matching refs:id_len

211 				unsigned int *id_len);
2733 unsigned int *id_len)
2737 RAND_pseudo_bytes(id, *id_len);
2744 (strlen(session_id_prefix) < *id_len) ?
2745 strlen(session_id_prefix) : *id_len);
2747 while(SSL_has_matching_session_id(ssl, id, *id_len) &&