Searched refs:MD5Update (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Drandm.c84 MD5Update(&md5, (u_char *)randPool, sizeof(randPool));
86 MD5Update(&md5, (u_char *)randData, randLen);
95 MD5Update(&md5, (u_char *)&sysData, sizeof(sysData));
126 MD5Update(&md5, (u_char *)randPool, sizeof(randPool));
127 MD5Update(&md5, (u_char *)&randCount, sizeof(randCount));
H A Dmd5.h52 void MD5Update (MD5_CTX *mdContext, unsigned char *inBuf, unsigned int inLen);
H A Dchap.c484 MD5Update(&mdContext, &cstate->resp_id, 1);
485 MD5Update(&mdContext, (u_char*)secret, secret_len);
486 MD5Update(&mdContext, rchallenge, rchallenge_len);
590 MD5Update(&mdContext, &cstate->chal_id, 1);
591 MD5Update(&mdContext, (u_char*)secret, secret_len);
592 MD5Update(&mdContext, cstate->challenge, cstate->chal_len);
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 Drandm.c90 MD5Update(&md5, (u_char *)randPool, sizeof(randPool));
92 MD5Update(&md5, (u_char *)randData, randLen);
100 MD5Update(&md5, (u_char *)&sysData, sizeof(sysData));
132 MD5Update(&md5, (u_char *)randPool, sizeof(randPool));
133 MD5Update(&md5, (u_char *)&randCount, sizeof(randCount));
H A Dmd5.h52 void MD5Update( MD5_CTX *mdContext, unsigned char *inBuf, unsigned int inLen);
H A Dchap.c493 MD5Update(&mdContext, &cstate->resp_id, 1);
494 MD5Update(&mdContext, (u_char*)secret, secret_len);
495 MD5Update(&mdContext, rchallenge, rchallenge_len);
601 MD5Update(&mdContext, &cstate->chal_id, 1);
602 MD5Update(&mdContext, (u_char*)secret, secret_len);
603 MD5Update(&mdContext, cstate->challenge, cstate->chal_len);
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);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DMd5.h57 MD5Update (
H A DIScsiCHAP.c53 MD5Update (&Md5Ctx, IdByte, 1);
62 MD5Update (&Md5Ctx, ChapSecret, SecretLength);
67 MD5Update (&Md5Ctx, ChapChallenge, ChallengeLength);
H A DMd5.c291 MD5Update ( function
/vbox/src/VBox/Devices/EFI/Firmware/StdLibPrivateInternalFiles/Include/
H A Dnamespace.h109 #define MD5Update _MD5Update

Completed in 81 milliseconds