Searched refs:hash_type (Results 1 – 2 of 2) sorted by relevance
529 static void set_image_hash(boot_img_t *img, char *filename, uint32_t hash_type) in set_image_hash() argument537 sprintf(sha_command, "sha%dsum /dev/null", hash_type); in set_image_hash()542 img->size, filename, hash_type); in set_image_hash()544 switch (hash_type) { in set_image_hash()556 hash_type); in set_image_hash()568 if (!fgets(hash, hash_type / 4 + 1, fp)) { in set_image_hash()
28 enum hash_type { enum
Completed in 5 milliseconds