Searched refs:guid_bin (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/lib/ |
H A D | uuid.c | 103 int uuid_guid_get_bin(const char *guid_str, unsigned char *guid_bin) in uuid_guid_get_bin() argument 109 memcpy(guid_bin, &list_guid[i].guid, 16); in uuid_guid_get_bin() 122 int uuid_guid_get_str(unsigned char *guid_bin, char *guid_str) in uuid_guid_get_str() argument 128 if (!memcmp(list_guid[i].guid.b, guid_bin, 16)) { in uuid_guid_get_str()
|
/openbmc/u-boot/include/ |
H A D | uuid.h | 39 int uuid_guid_get_bin(const char *guid_str, unsigned char *guid_bin); 40 int uuid_guid_get_str(unsigned char *guid_bin, char *guid_str);
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
H A D | 0002-FF-A-v15-lib-uuid-introduce-uuid_str_to_le_bin-funct.patch | 34 @@ -44,4 +48,15 @@ int uuid_guid_get_bin(const char *guid_str, unsigned char *guid_bin); 35 const char *uuid_guid_get_str(const unsigned char *guid_bin);
|
/openbmc/u-boot/disk/ |
H A D | part_efi.c | 192 unsigned char *guid_bin; in get_disk_guid() local 209 guid_bin = gpt_head->disk_guid.b; in get_disk_guid() 210 uuid_bin_to_str(guid_bin, guid, UUID_STR_FORMAT_GUID); in get_disk_guid()
|