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

/external/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 Dopenssl-hash.h41 #define MD4Update EVP_DigestUpdate macro
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.c535 MD4Update(&md4Context, (unsigned char *)secret, mdlen);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dmd4-internal.c25 static void MD4Update(MD4_CTX *ctx, const unsigned char *input, size_t len);
36 MD4Update(&ctx, addr[i], len[i]);
58 * MD4Context structure, pass it to MD4Init, call MD4Update as
108 static void MD4Update(MD4_CTX *ctx, const unsigned char *input, size_t len) function
158 MD4Update(ctx, PADDING, padlen - 8); /* padlen - 8 <= 64 */
159 MD4Update(ctx, count, 8);
191 * reflect the addition of 16 longwords of new data. MD4Update blocks
/external/wpa_supplicant_8/src/crypto/
H A Dmd4-internal.c25 static void MD4Update(MD4_CTX *ctx, const unsigned char *input, size_t len);
36 MD4Update(&ctx, addr[i], len[i]);
58 * MD4Context structure, pass it to MD4Init, call MD4Update as
108 static void MD4Update(MD4_CTX *ctx, const unsigned char *input, size_t len) function
158 MD4Update(ctx, PADDING, padlen - 8); /* padlen - 8 <= 64 */
159 MD4Update(ctx, count, 8);
191 * reflect the addition of 16 longwords of new data. MD4Update blocks
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dmd4-internal.c25 static void MD4Update(MD4_CTX *ctx, const unsigned char *input, size_t len);
36 MD4Update(&ctx, addr[i], len[i]);
58 * MD4Context structure, pass it to MD4Init, call MD4Update as
108 static void MD4Update(MD4_CTX *ctx, const unsigned char *input, size_t len) function
158 MD4Update(ctx, PADDING, padlen - 8); /* padlen - 8 <= 64 */
159 MD4Update(ctx, count, 8);
191 * reflect the addition of 16 longwords of new data. MD4Update blocks

Completed in 1181 milliseconds