Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Duuid.h36 int uuid_str_to_bin(char *uuid_str, unsigned char *uuid_bin, int str_format);
/openbmc/u-boot/lib/
H A Duuid.c144 int uuid_str_to_bin(char *uuid_str, unsigned char *uuid_bin, int str_format) in uuid_str_to_bin() function
/openbmc/u-boot/disk/
H A Dpart_efi.c500 if (uuid_str_to_bin(str_type_guid, bin_type_guid, in gpt_fill_pte()
521 if (uuid_str_to_bin(str_uuid, bin_uuid, UUID_STR_FORMAT_GUID)) { in gpt_fill_pte()
621 if (uuid_str_to_bin(str_guid, gpt_h->disk_guid.b, UUID_STR_FORMAT_GUID)) in gpt_fill_header()
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0002-FF-A-v15-lib-uuid-introduce-uuid_str_to_le_bin-funct.patch65 @@ -354,6 +358,50 @@ int uuid_str_to_bin(const char *uuid_str, unsigned char *uuid_bin,
/openbmc/u-boot/lib/efi_loader/
H A Defi_variable.c300 uuid_str_to_bin(guid, (unsigned char *)vendor, UUID_STR_FORMAT_GUID); in parse_uboot_variable()
/openbmc/u-boot/net/
H A Dbootp.c543 uuid_str_to_bin(uuid, e, UUID_STR_FORMAT_STD); in dhcp_extended()