Home
last modified time | relevance | path

Searched defs:guid_bin (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/lib/
H A Duuid.c103 int uuid_guid_get_bin(const char *guid_str, unsigned char *guid_bin) in uuid_guid_get_bin()
122 int uuid_guid_get_str(unsigned char *guid_bin, char *guid_str) in uuid_guid_get_str()
/openbmc/u-boot/disk/
H A Dpart_efi.c192 unsigned char *guid_bin; in get_disk_guid() local