Home
last modified time | relevance | path

Searched refs:sha_command (Results 1 – 1 of 1) sorted by relevance

/u-boot/tools/
A Dimx8image.c482 char sha_command[512]; in set_image_hash() local
487 sprintf(sha_command, "sha%dsum /dev/null", hash_type); in set_image_hash()
489 sprintf(sha_command, "dd if=/dev/zero of=tmp_pad bs=%d count=1;\ in set_image_hash()
512 fp = popen(sha_command, "r"); in set_image_hash()

Completed in 5 milliseconds