HomeSort by relevance Sort by last modified time
    Searched refs:GUID_SIZE (Results 1 - 3 of 3) sorted by null

  /external/vboot_reference/firmware/2lib/include/
2guid.h 13 #define GUID_SIZE 16
25 uint8_t raw[GUID_SIZE];
29 #define EXPECTED_GUID_SIZE GUID_SIZE
  /external/vboot_reference/firmware/include/
gpt.h 49 #define GUID_SIZE 16
62 uint8_t raw[GUID_SIZE];
66 #define GUID_EXPECTED_SIZE GUID_SIZE
  /external/vboot_reference/firmware/lib21/
common.c 362 if (memcmp(&sig->guid, key->guid, GUID_SIZE))

Completed in 166 milliseconds