Searched refs:inBuf (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dmd5.h52 void MD5Update (MD5_CTX *mdContext, unsigned char *inBuf, unsigned int inLen);
H A Dmd5.c123 account for the presence of each of the characters inBuf[0..inLen-1]
126 void MD5Update(MD5_CTX *mdContext, unsigned char *inBuf, unsigned int inLen) argument
133 ppp_trace(LOG_INFO, "MD5Update: %u:%.*H\n", inLen, MIN(inLen, 20) * 2, inBuf);
134 ppp_trace(LOG_INFO, "MD5Update: %u:%s\n", inLen, inBuf);
148 mdContext->in[mdi++] = *inBuf++;
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dmd5.h52 void MD5Update( MD5_CTX *mdContext, unsigned char *inBuf, unsigned int inLen);
H A Dmd5.c130 account for the presence of each of the characters inBuf[0..inLen-1]
134 MD5Update(MD5_CTX *mdContext, unsigned char *inBuf, unsigned int inLen) argument
141 PPPDEBUG(LOG_INFO, ("MD5Update: %u:%.*H\n", inLen, LWIP_MIN(inLen, 20) * 2, inBuf));
142 PPPDEBUG(LOG_INFO, ("MD5Update: %u:%s\n", inLen, inBuf));
157 mdContext->in[mdi++] = *inBuf++;
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dappend.c63 PRInt32 inBuf; /* read it back into here */ variable
131 rv = PR_Read( fd, &inBuf, sizeof(inBuf));
132 if ( sizeof(inBuf) != rv) {
137 sum += inBuf;
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 625 milliseconds