HomeSort by relevance Sort by last modified time
    Searched refs:public_key_offset (Results 1 - 5 of 5) 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 84 * The public key is at offset |public_key_offset| with size
149 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 144 d + auxiliary_data_block_offset + h.public_key_offset,
292 h.authentication_data_block_size + h.public_key_offset;
    [all...]
  /external/avb/
avbtool     [all...]

Completed in 102 milliseconds