Searched refs:UUID_BIN_LEN (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/lib/ |
D | uuid.c | 199 const u8 uuid_char_order[UUID_BIN_LEN] = {0, 1, 2, 3, 4, 5, 6, 7, 8, in uuid_bin_to_str() 201 const u8 guid_char_order[UUID_BIN_LEN] = {3, 2, 1, 0, 5, 4, 7, 6, 8, in uuid_bin_to_str() 275 unsigned char uuid_bin[UUID_BIN_LEN]; in gen_rand_uuid_str()
|
/external/u-boot/include/ |
D | uuid.h | 27 #define UUID_BIN_LEN sizeof(struct uuid) macro
|