Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Duuid.c196 const u8 uuid_char_order[UUID_BIN_LEN] = {0, 1, 2, 3, 4, 5, 6, 7, 8, in uuid_bin_to_str()
198 const u8 guid_char_order[UUID_BIN_LEN] = {3, 2, 1, 0, 5, 4, 7, 6, 8, in uuid_bin_to_str()
265 unsigned char uuid_bin[UUID_BIN_LEN]; in gen_rand_uuid_str()
/openbmc/u-boot/include/
H A Duuid.h25 #define UUID_BIN_LEN sizeof(struct uuid) macro