Searched defs:MD5Update (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DMd5.c291 MD5Update ( function
/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dmd5.c45 ** (2) Call MD5Update on mdContext and M **
122 /* The routine MD5Update updates the message-digest context to
126 void MD5Update(MD5_CTX *mdContext, unsigned char *inBuf, unsigned int inLen) function
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);
182 MD5Update (mdContext, PADDING, padLen);
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dmd5.c52 ** (2) Call MD5Update on mdContext and M **
129 /* The routine MD5Update updates the message-digest context to
134 MD5Update(MD5_CTX *mdContext, unsigned char *inBuf, unsigned int inLen) function
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));
193 MD5Update (mdContext, PADDING, padLen);

Completed in 45 milliseconds