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

  /external/avb/libavb/
avb_footer.c 34 dest->original_image_size = avb_be64toh(dest->original_image_size);
35 dest->vbmeta_offset = avb_be64toh(dest->vbmeta_offset);
36 dest->vbmeta_size = avb_be64toh(dest->vbmeta_size);
avb_hashtree_descriptor.c 44 dest->image_size = avb_be64toh(dest->image_size);
45 dest->tree_offset = avb_be64toh(dest->tree_offset);
46 dest->tree_size = avb_be64toh(dest->tree_size);
50 dest->fec_offset = avb_be64toh(dest->fec_offset);
51 dest->fec_size = avb_be64toh(dest->fec_size);
avb_descriptor.c 31 dest->tag = avb_be64toh(src->tag);
32 dest->num_bytes_following = avb_be64toh(src->num_bytes_following);
79 avb_be64toh(header->authentication_data_block_size) +
80 avb_be64toh(header->descriptors_offset);
82 desc_end = desc_start + avb_be64toh(header->descriptors_size);
93 uint64_t nb_following = avb_be64toh(dh->num_bytes_following);
avb_vbmeta_image.c 251 avb_be64toh(dest->authentication_data_block_size);
253 avb_be64toh(dest->auxiliary_data_block_size);
257 dest->hash_offset = avb_be64toh(dest->hash_offset);
258 dest->hash_size = avb_be64toh(dest->hash_size);
260 dest->signature_offset = avb_be64toh(dest->signature_offset);
261 dest->signature_size = avb_be64toh(dest->signature_size);
263 dest->public_key_offset = avb_be64toh(dest->public_key_offset);
264 dest->public_key_size = avb_be64toh(dest->public_key_size);
267 avb_be64toh(dest->public_key_metadata_offset);
268 dest->public_key_metadata_size = avb_be64toh(dest->public_key_metadata_size)
    [all...]
avb_hash_descriptor.c 43 dest->image_size = avb_be64toh(dest->image_size);
avb_property_descriptor.c 43 dest->key_num_bytes = avb_be64toh(dest->key_num_bytes);
44 dest->value_num_bytes = avb_be64toh(dest->value_num_bytes);
avb_util.h 153 uint64_t avb_be64toh(uint64_t in) AVB_ATTR_WARN_UNUSED_RESULT;
avb_util.c 39 uint64_t avb_be64toh(uint64_t in) { function
  /external/avb/libavb_user/
avb_user_verification.c 104 vbmeta_offset = avb_be64toh(footer.vbmeta_offset);
avb_user_verity.c 104 vbmeta_offset = avb_be64toh(footer.vbmeta_offset);
  /external/avb/test/
avbtool_unittest.cc 568 EXPECT_EQ(AVB_DESCRIPTOR_TAG_HASH, avb_be64toh(descriptors[0]->tag));
    [all...]
avb_util_unittest.cc 529 EXPECT_EQ(avb_be64toh(0x123456789abcdef0), be64toh(0x123456789abcdef0));

Completed in 127 milliseconds