Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dimage-android.c432 __maybe_unused u32 typesz; in image_load() local
451 typesz = sizeof(hdr->kernel_size); in image_load()
475 typesz = sizeof(hdr->vendor_ramdisk_size); in image_load()
516 typesz = sizeof(hdr->ramdisk_size); in image_load()
577 typesz = sizeof(hdr->vendor_bootconfig_size); in image_load()
592 typesz = sizeof(hdr->second_size); in image_load()
602 typesz = sizeof(hdr->recovery_dtbo_size); in image_load()
613 typesz = sizeof(hdr->dtb_size); in image_load()
662 crypto_sha_update(crypto, (u32 *)&length, typesz); in image_load()
666 sha1_update(&sha1_ctx, (void *)&length, typesz); in image_load()