Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/cmd/
H A Dtftp_update.c56 int hash_noffset; member
196 e->hash_noffset = fdt_subnode_offset(fit, noffset, "hash"); in update_populate_image()
197 if (e->hash_noffset < 0) in update_populate_image()
198 return e->hash_noffset; in update_populate_image()
212 printf(" hash_noffset: 0x%08x\n\n", e->hash_noffset); in update_populate_image()
495 ret = fit_image_check_hash(fit, e->hash_noffset, e->buf, e->size, &msg); in download_image()
585 e->hash_noffset = fdt_subnode_offset(fit, noffset, "hash"); in update_write_gpt()
586 if (e->hash_noffset < 0) in update_write_gpt()
587 return e->hash_noffset; in update_write_gpt()
593 printf(" hash_noffset: 0x%08x\n\n", e->hash_noffset); in update_write_gpt()
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Dfit.c316 int hash_noffset; in fit_image_load_one() local
322 hash_noffset = fit_image_get_subnode(fit, noffset, in fit_image_load_one()
324 if (hash_noffset < 0) in fit_image_load_one()
325 return hash_noffset; in fit_image_load_one()
328 ret = fit_image_check_hash(fit, hash_noffset, data, size, &msg); in fit_image_load_one()