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

  /external/avb/libavb/
avb_vbmeta_image.c 129 if (!avb_safe_add(&pubkey_end, h.public_key_offset, h.public_key_size) ||
212 avb_rsa_verify(auxiliary_block + h.public_key_offset,
228 *out_public_key_data = auxiliary_block + h.public_key_offset;
263 dest->public_key_offset = avb_be64toh(dest->public_key_offset);
avb_vbmeta_image.h 88 * The public key is at offset |public_key_offset| with size
153 uint64_t public_key_offset; member in struct:AvbVBMetaImageHeader
  /external/u-boot/lib/libavb/
avb_vbmeta_image.c 110 if (!avb_safe_add(&pubkey_end, h.public_key_offset, h.public_key_size) ||
193 avb_rsa_verify(auxiliary_block + h.public_key_offset,
209 *out_public_key_data = auxiliary_block + h.public_key_offset;
244 dest->public_key_offset = avb_be64toh(dest->public_key_offset);
avb_vbmeta_image.h 69 * The public key is at offset |public_key_offset| with size
134 uint64_t public_key_offset; member in struct:AvbVBMetaImageHeader
  /external/avb/test/
avb_vbmeta_image_unittest.cc 325 h->public_key_offset = htobe64(4);
332 h->public_key_offset = htobe64(4);
519 h.public_key_offset = htobe64(n64);
559 EXPECT_EQ(n64, s.public_key_offset);
avbtool_unittest.cc 156 d + auxiliary_data_block_offset + h.public_key_offset,
333 h.authentication_data_block_size + h.public_key_offset;
    [all...]
  /external/avb/
avbtool 514 pubkey_offset = aux_offset + vbmeta_header.public_key_offset
    [all...]

Completed in 776 milliseconds