Searched refs:MD4Update (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dmd4.h34 /* MD4Update(MD,X,count)
39 ** If count is not a multiple of 8, MD4Update uses high bits of
43 ** every MD computation should end with one call to MD4Update with a
46 extern void MD4Update __P((MD4_CTX *MD, unsigned char *X, unsigned int count));
H A Dmd4.c16 ** MD4Update(&MD,X,512)
19 ** MD4Update(&MD,X,n)
195 /* MD4Update(MDp,X,count)
202 ** every MD computation should end with one call to MD4Update with a
209 MD4Update(MDp,X,count) function
224 { printf("\nError: MD4Update MD already done."); return; }
242 printf("\nError: MD4Update called with illegal count value %d.",
287 MD4Update(MD, NULL, 0);
H A Dchap_ms.c521 /* MD4Update can take at most 64 bytes at a time */
523 MD4Update(&md4Context, secret, 512);
527 MD4Update(&md4Context, secret, mdlen);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dmd4.h34 /* MD4Update(MD,X,count)
39 ** If count is not a multiple of 8, MD4Update uses high bits of
43 ** every MD computation should end with one call to MD4Update with a
46 extern void MD4Update __P((MD4_CTX *MD, unsigned char *X, unsigned int count));
H A Dmd4.c16 ** MD4Update(&MD,X,512)
19 ** MD4Update(&MD,X,n)
195 /* MD4Update(MDp,X,count)
202 ** every MD computation should end with one call to MD4Update with a
209 MD4Update(MDp,X,count) function
224 { printf("\nError: MD4Update MD already done."); return; }
242 printf("\nError: MD4Update called with illegal count value %d.",
286 MD4Update(MD, NULL, 0);
H A Dchap_ms.c252 MD4Update(&md4Context, unicodePassword, mdlen);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/aLinkCreator/src/
H A Dmd4.h79 void MD4Update(struct MD4Context *context,
H A Ded2khash.cpp134 MD4Update(&hdc, reinterpret_cast<unsigned char const *>(buf),
183 MD4Update(&hdc, tmpCharHash, MD4_HASHLEN_BYTE * partcount);
H A Dmd4.cpp86 void MD4::MD4Update(struct MD4Context *ctx, unsigned char const *buf, function in class:MD4
312 MD4Update(&hdc, (const unsigned char*)buf.c_str(), buf.length());
353 MD4Update(&hdc, reinterpret_cast<unsigned char const *>(buf),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dmd4.c108 static void MD4Update(MD4_CTX *context, const unsigned char *input, function
153 MD4Update (context, PADDING, padLen);
156 MD4Update (context, bits, 8);
279 MD4Update(&ctx, input, curlx_uztoui(len));

Completed in 133 milliseconds