Searched refs:boot_serial_get_hash (Results 1 – 1 of 1) sorted by relevance
/mcuboot-latest/boot/boot_serial/src/ |
D | boot_serial.c | 172 static int boot_serial_get_hash(const struct image_header *hdr, 175 static int boot_serial_get_hash(const struct image_header *hdr, 396 rc = boot_serial_get_hash(&hdr, fap, hash, start_off); in bs_list() 398 rc = boot_serial_get_hash(&hdr, fap, hash); in bs_list() 620 rc = boot_serial_get_hash(&hdr, fap, hash, start_off); in bs_set() 622 rc = boot_serial_get_hash(&hdr, fap, hash); in bs_set() 1601 static int boot_serial_get_hash(const struct image_header *hdr, in boot_serial_get_hash() function 1604 static int boot_serial_get_hash(const struct image_header *hdr, in boot_serial_get_hash()
|