Searched refs:typesz (Results 1 – 1 of 1) sorted by relevance
432 __maybe_unused u32 typesz; in image_load() local451 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()