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

  /external/vboot_reference/futility/
misc.c 86 gbb->hwid_offset + gbb->hwid_size);
98 if (gbb->hwid_offset < GBB_HEADER_SIZE)
100 if (gbb->hwid_offset + gbb->hwid_size > len)
104 ((uint8_t *)gbb + gbb->hwid_offset);
140 char *hwid_str = (char *)(buf + gbb->hwid_offset);
142 uint8_t *digest = DigestBuf(buf + gbb->hwid_offset,
170 char *hwid_str = (char *)(buf + gbb->hwid_offset);
171 uint8_t *digest = DigestBuf(buf + gbb->hwid_offset,
cmd_gbb_utility.c 179 gbb->hwid_offset = i;
483 hwid_offset) : "");
566 memset(gbb_base + gbb->hwid_offset, 0,
568 strcpy((char *)(gbb_base + gbb->hwid_offset),
cmd_show.c 154 gbb->hwid_offset, gbb->hwid_size);
171 printf(" HWID: %s\n", buf + gbb->hwid_offset);
  /external/vboot_reference/firmware/include/
gbb_header.h 84 uint32_t hwid_offset; /* HWID */ member in struct:GoogleBinaryBlockHeader
  /external/vboot_reference/firmware/2lib/include/
2struct.h 231 uint32_t hwid_offset; /* HWID */ member in struct:vb2_gbb_header
  /external/vboot_reference/tests/
vboot_display_tests.c 44 gbb->hwid_offset = gbb_used;
45 strcpy(gbb_data + gbb->hwid_offset, "Test HWID");
46 gbb->hwid_size = strlen(gbb_data + gbb->hwid_offset) + 1;
126 cparams.gbb->hwid_offset = cparams.gbb_size + 1;
vboot_region_tests.c 65 gbb->hwid_offset = gbb_used;
66 strcpy(gbb_data + gbb->hwid_offset, "Test HWID");
67 gbb->hwid_size = strlen(gbb_data + gbb->hwid_offset) + 1;
  /external/vboot_reference/firmware/lib/
region-kernel.c 89 ret = VbRegionReadGbb(cparams, gbb->hwid_offset, gbb->hwid_size, hwid);

Completed in 699 milliseconds