Searched refs:partLen (Results 1 – 1 of 1) sorted by relevance
130 unsigned int i, ndx, partLen; in li_MD5_Update() local143 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()