HomeSort by relevance Sort by last modified time
    Searched refs:MD4Update (Results 1 - 6 of 6) sorted by null

  /external/ppp/pppd/
md4.h 34 /* 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));
openssl-hash.h 28 #define MD4Update MD4_Update
md4.c 16 ** 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)
224 { printf("\nError: MD4Update MD already done."); return; }
242 printf("\nError: MD4Update called with illegal count value %d.",
287 MD4Update(MD, NULL, 0);
chap_ms.c 595 /* MD4Update can take at most 64 bytes at a time */
597 MD4Update(&md4Context, secret, 512);
601 MD4Update(&md4Context, secret, mdlen);
  /external/wpa_supplicant_8/src/crypto/
md4-internal.c 25 static void MD4Update(MD4_CTX *ctx, const unsigned char *input, size_t len);
39 MD4Update(&ctx, addr[i], len[i]);
61 * MD4Context structure, pass it to MD4Init, call MD4Update as
111 static void MD4Update(MD4_CTX *ctx, const unsigned char *input, size_t len)
161 MD4Update(ctx, PADDING, padlen - 8); /* padlen - 8 <= 64 */
162 MD4Update(ctx, count, 8);
194 * reflect the addition of 16 longwords of new data. MD4Update blocks
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 101 #define MD4Update _MD4Update

Completed in 93 milliseconds