Searched refs:hash_noffset (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/cmd/ |
| H A D | tftp_update.c | 56 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() 473 ret = fit_image_check_hash(fit, e->hash_noffset, e->buf, e->size, &msg); in download_image() 563 e->hash_noffset = fdt_subnode_offset(fit, noffset, "hash"); in update_write_gpt() 564 if (e->hash_noffset < 0) in update_write_gpt() 565 return e->hash_noffset; in update_write_gpt() 571 printf(" hash_noffset: 0x%08x\n\n", e->hash_noffset); in update_write_gpt()
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | fit.c | 373 int hash_noffset; in fit_image_load_one() local 379 hash_noffset = fit_image_get_subnode(fit, noffset, in fit_image_load_one() 381 if (hash_noffset < 0) in fit_image_load_one() 382 return hash_noffset; in fit_image_load_one() 385 ret = fit_image_check_hash(fit, hash_noffset, data, size, &msg); in fit_image_load_one()
|