Home
last modified time | relevance | path

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

/u-boot/common/
A Davb_verify.c807 size_t uuid_size; in get_unique_guid_for_partition() local
813 uuid_size = sizeof(part->info.uuid); in get_unique_guid_for_partition()
814 if (uuid_size > guid_buf_size) in get_unique_guid_for_partition()
817 memcpy(guid_buf, part->info.uuid, uuid_size); in get_unique_guid_for_partition()
818 guid_buf[uuid_size - 1] = 0; in get_unique_guid_for_partition()

Completed in 3 milliseconds