Searched refs:image_size_to_hash (Results 1 – 1 of 1) sorted by relevance
393 size_t image_size_to_hash = hash_desc.image_size; in load_and_verify_hash_partition() local396 if (image_size_to_hash > image_size) { in load_and_verify_hash_partition()397 image_size_to_hash = image_size; in load_and_verify_hash_partition()402 avb_sha256_update(&sha256_ctx, image_buf, image_size_to_hash); in load_and_verify_hash_partition()408 avb_sha512_update(&sha512_ctx, image_buf, image_size_to_hash); in load_and_verify_hash_partition()