Searched refs:MD5Update (Results 1 - 3 of 3) sorted by relevance

/u-boot/include/u-boot/
H A Dmd5.h23 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len);
/u-boot/lib/
H A Dmd5.c18 * MD5Context structure, pass it to MD5Init, call MD5Update as
74 MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len) function
178 * reflect the addition of 16 longwords of new data. MD5Update blocks
275 MD5Update(&context, input, len);
304 MD5Update(&context, curr, chunk);
309 MD5Update(&context, input, len);
/u-boot/drivers/crypto/hash/
H A Dhash_sw.c59 MD5Update((struct MD5Context *)ctx, ibuf, ilen);

Completed in 44 milliseconds