Home
last modified time | relevance | path

Searched refs:MD5Update (Results 1 – 4 of 4) sorted by relevance

/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Drandm.c90 MD5Update(&md5, (u_char *)randPool, sizeof(randPool)); in avChurnRand()
92 MD5Update(&md5, (u_char *)randData, randLen); in avChurnRand()
100 MD5Update(&md5, (u_char *)&sysData, sizeof(sysData)); in avChurnRand()
132 MD5Update(&md5, (u_char *)randPool, sizeof(randPool)); in avGenRand()
133 MD5Update(&md5, (u_char *)&randCount, sizeof(randCount)); in avGenRand()
A Dmd5.h52 void MD5Update( MD5_CTX *mdContext, unsigned char *inBuf, unsigned int inLen);
A Dchap.c493 MD5Update(&mdContext, &cstate->resp_id, 1); in ChapReceiveChallenge()
494 MD5Update(&mdContext, (u_char*)secret, secret_len); in ChapReceiveChallenge()
495 MD5Update(&mdContext, rchallenge, rchallenge_len); in ChapReceiveChallenge()
601 MD5Update(&mdContext, &cstate->chal_id, 1); in ChapReceiveResponse()
602 MD5Update(&mdContext, (u_char*)secret, secret_len); in ChapReceiveResponse()
603 MD5Update(&mdContext, cstate->challenge, cstate->chal_len); in ChapReceiveResponse()
A Dmd5.c134 MD5Update(MD5_CTX *mdContext, unsigned char *inBuf, unsigned int inLen) in MD5Update() function
193 MD5Update (mdContext, PADDING, padLen); in MD5Final()

Completed in 6 milliseconds