Searched refs:sha256_csum_wd (Results 1 - 6 of 6) sorted by last modified time

/u-boot/include/u-boot/
H A Dsha256.h22 void sha256_csum_wd(const unsigned char *input, unsigned int ilen,
/u-boot/common/
H A Dhash.c244 .hash_func_ws = sha256_csum_wd,
/u-boot/boot/
H A Dimage-pre-load.c243 sha256_csum_wd(header + offset_img_sig, info->sig_size,
/u-boot/board/xilinx/zynq/
H A Dcmds.c215 sha256_csum_wd((const unsigned char *)signature_ptr,
239 sha256_csum_wd((const unsigned char *)buffer,
/u-boot/arch/arm/mach-imx/imx8/
H A Dahab.c188 sha256_csum_wd((void *)img->dst, img->size, hash_value, CHUNKSZ_SHA256);
/u-boot/lib/
H A Dsha256.c272 void sha256_csum_wd(const unsigned char *input, unsigned int ilen, function

Completed in 72 milliseconds