Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmd5.c130 unsigned int i, ndx, partLen; in li_MD5_Update() local
143 partLen = 64 - ndx; in li_MD5_Update()
147 if (inputLen >= partLen) { in li_MD5_Update()
149 ((POINTER)&context->buffer[ndx], (POINTER)input, partLen); in li_MD5_Update()
152 for (i = partLen; i + 63 < inputLen; i += 64) in li_MD5_Update()