2 * This file was transplanted with slight modifications from Linux sources
3 * (fs/cifs/md5.h) into U-Boot by Bartlomiej Sieka <tur@semihalf.com>.
9 #include <linux/types.h>
18 * Calculate and store in 'output' the MD5 digest of 'len' bytes at
19 * 'input'. 'output' must have enough space to hold 16 bytes.
21 void md5 (unsigned char *input
, int len
, unsigned char output
[16]);