Home
last modified time | relevance | path

Searched refs:number_left (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_sha1.c200 unsigned int number_left, left_to_fill; in sctp_sha1_update() local
202 number_left = siz; in sctp_sha1_update()
203 while (number_left > 0) { in sctp_sha1_update()
205 if (left_to_fill > number_left) { in sctp_sha1_update()
208 ptr, number_left); in sctp_sha1_update()
209 ctx->how_many_in_block += number_left; in sctp_sha1_update()
210 ctx->running_total += number_left; in sctp_sha1_update()
218 number_left -= left_to_fill; in sctp_sha1_update()