Home
last modified time | relevance | path

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

/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Dmd5.h52 void MD5Update( MD5_CTX *mdContext, unsigned char *inBuf, unsigned int inLen);
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()
157 mdContext->in[mdi++] = *inBuf++; in MD5Update()

Completed in 4 milliseconds