Home | History | Annotate | Download | only in pppd

Lines Matching refs:MD4Update

110 **          MD4Update(&MD,X,512)
113 ** MD4Update(&MD,X,n)
285 /* MD4Update(MDp,X,count)
292 ** every MD computation should end with one call to MD4Update with a
299 MD4Update(MD4_CTX *MDp, unsigned char *X, unsigned int count)
311 { printf("\nError: MD4Update MD already done."); return; }
329 printf("\nError: MD4Update called with illegal count value %u.",
372 MD4Update(MD, NULL, 0);
408 /* Internal MD4Update can take at most 64 bytes at a time */
410 MD4Update((MD4_CTX*) ctx->priv, (unsigned char*) data, 512);
414 MD4Update((MD4_CTX*) ctx->priv, (unsigned char*) data, mdlen);