Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Davb_verify.c803 size_t uuid_size; in get_unique_guid_for_partition() local
809 uuid_size = sizeof(part->info.uuid); in get_unique_guid_for_partition()
810 if (uuid_size > guid_buf_size) in get_unique_guid_for_partition()
813 memcpy(guid_buf, part->info.uuid, uuid_size); in get_unique_guid_for_partition()
814 guid_buf[uuid_size - 1] = 0; in get_unique_guid_for_partition()
/openbmc/linux/net/bluetooth/bnep/
H A Dbnep.h76 __u8 uuid_size; member