Home
last modified time | relevance | path

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

/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Dmd5.c134 MD5Update(MD5_CTX *mdContext, unsigned char *inBuf, unsigned int inLen) in MD5Update() argument
141 PPPDEBUG(LOG_INFO, ("MD5Update: %u:%.*H\n", inLen, LWIP_MIN(inLen, 20) * 2, inBuf)); in MD5Update()
142 PPPDEBUG(LOG_INFO, ("MD5Update: %u:%s\n", inLen, inBuf)); in MD5Update()
149 if ((mdContext->i[0] + ((u32_t)inLen << 3)) < mdContext->i[0]) { in MD5Update()
152 mdContext->i[0] += ((u32_t)inLen << 3); in MD5Update()
153 mdContext->i[1] += ((u32_t)inLen >> 29); in MD5Update()
155 while (inLen--) { in MD5Update()
A Dmd5.h52 void MD5Update( MD5_CTX *mdContext, unsigned char *inBuf, unsigned int inLen);

Completed in 4 milliseconds