Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dimage-android.c426 __maybe_unused u32 typesz; in image_load() local
445 typesz = sizeof(hdr->kernel_size); in image_load()
469 typesz = sizeof(hdr->vendor_ramdisk_size); in image_load()
510 typesz = sizeof(hdr->ramdisk_size); in image_load()
571 typesz = sizeof(hdr->vendor_bootconfig_size); in image_load()
586 typesz = sizeof(hdr->second_size); in image_load()
596 typesz = sizeof(hdr->recovery_dtbo_size); in image_load()
607 typesz = sizeof(hdr->dtb_size); in image_load()
654 sha1_update(&sha1_ctx, (void *)&length, typesz); in image_load()