Searched refs:md5_wd (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/cmd/ |
H A D | md5sum.c | 102 md5_wd(buf, len, output, CHUNKSZ_MD5); in do_md5sum() 151 md5_wd(buf, len, output, CHUNKSZ_MD5); in do_md5sum()
|
/openbmc/u-boot/include/u-boot/ |
H A D | md5.h | 31 void md5_wd (unsigned char *input, int len, unsigned char output[16],
|
/openbmc/u-boot/board/xilinx/zynq/ |
H A D | bootimg.c | 136 md5_wd((u8 *)start_addr, len, &calchecksum[0], 0x10000); in zynq_validate_partition()
|
/openbmc/u-boot/lib/ |
H A D | md5.c | 287 md5_wd (unsigned char *input, int len, unsigned char output[16], in md5_wd() function
|