Searched refs:uuid_size (Results 1 - 1 of 1) sorted by path

/u-boot/common/
H A Davb_verify.c863 size_t uuid_size; local
869 uuid_size = sizeof(part->info.uuid);
870 if (uuid_size > guid_buf_size)
873 memcpy(guid_buf, part->info.uuid, uuid_size);
874 guid_buf[uuid_size - 1] = 0;

Completed in 73 milliseconds