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

  /external/vboot_reference/firmware/lib21/
api.c 49 uint32_t hash_offset; local
61 hash_offset = pre->hash_offset;
64 ((uint8_t *)pre + hash_offset);
69 hash_offset += sig->c.total_size;
common.c 382 uint32_t min_offset = 0, hash_offset; local
407 hash_offset = preamble->hash_offset;
408 for (i = 0; i < preamble->hash_count; i++, hash_offset = min_offset) {
411 hash_offset);
416 ((uint8_t *)preamble + hash_offset);
420 sig, preamble->c.total_size - hash_offset);
  /external/vboot_reference/host/lib21/
host_fw_preamble.c 46 hash_next = fp.hash_offset = fp.c.fixed_size + fp.c.desc_size;
67 hash_next = fp.hash_offset;
  /external/avb/libavb/
avb_vbmeta_image.c 115 if (!avb_safe_add(&hash_end, h.hash_offset, h.hash_size) ||
203 if (avb_safe_memcmp(authentication_block + h.hash_offset,
216 authentication_block + h.hash_offset,
257 dest->hash_offset = avb_be64toh(dest->hash_offset);
avb_vbmeta_image.h 143 uint64_t hash_offset; member in struct:AvbVBMetaImageHeader
  /external/u-boot/lib/libavb/
avb_vbmeta_image.c 96 if (!avb_safe_add(&hash_end, h.hash_offset, h.hash_size) ||
184 if (avb_safe_memcmp(authentication_block + h.hash_offset,
197 authentication_block + h.hash_offset,
238 dest->hash_offset = avb_be64toh(dest->hash_offset);
avb_vbmeta_image.h 124 uint64_t hash_offset; member in struct:AvbVBMetaImageHeader
  /external/vboot_reference/tests/
vb21_api_tests.c 98 pre->hash_offset = sig_offset = sizeof(*pre);
208 sig = (struct vb2_signature *)((uint8_t *)pre + pre->hash_offset);
223 sd->workbuf_preamble_offset + pre->hash_offset,
232 sd->workbuf_preamble_offset + pre->hash_offset +
314 sig = (struct vb2_signature *)((uint8_t *)pre + pre->hash_offset);
vb21_host_fw_preamble_tests.c 90 hash_next = fp->hash_offset;
vb21_common_tests.c 470 sig = (struct vb2_signature *)(buf + pre->hash_offset);
477 sig = (struct vb2_signature *)(buf + pre->hash_offset);
  /external/vboot_reference/firmware/lib21/include/
vb2_struct.h 306 * 3) Hashes (pointed to by h.hash_offset)
337 uint32_t hash_offset; member in struct:vb2_fw_preamble
  /external/avb/test/
avb_vbmeta_image_unittest.cc 277 h->hash_offset = htobe64(4);
284 h->hash_offset = htobe64(4);
470 authentication_block_offset + h.hash_offset,
485 ASSERT_LT(h.hash_offset, h.signature_offset);
511 h.hash_offset = htobe64(n64);
551 EXPECT_EQ(n64, s.hash_offset);
  /external/avb/
avbtool 518 digest_offset = auth_offset + vbmeta_header.hash_offset
    [all...]

Completed in 809 milliseconds