Searched refs:md5_wd (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/include/u-boot/ |
| H A D | md5.h | 31 void md5_wd (unsigned char *input, int len, unsigned char output[16],
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | md5sum.c | 103 md5_wd(buf, len, output, CHUNKSZ_MD5); in do_md5sum() 152 md5_wd(buf, len, output, CHUNKSZ_MD5); in do_md5sum()
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | md5.c | 287 md5_wd (unsigned char *input, int len, unsigned char output[16], in md5_wd() function
|
| /rk3399_rockchip-uboot/common/ |
| H A D | image-fit.c | 1253 md5_wd((unsigned char *)data, data_len, value, CHUNKSZ_MD5); in fit_calculate_hash()
|