Home
last modified time | relevance | path

Searched refs:avb_be64toh (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/u-boot/lib/avb/libavb/
H A Davb_vbmeta_image.c257 avb_be64toh(dest->authentication_data_block_size); in avb_vbmeta_image_header_to_host_byte_order()
259 avb_be64toh(dest->auxiliary_data_block_size); in avb_vbmeta_image_header_to_host_byte_order()
263 dest->hash_offset = avb_be64toh(dest->hash_offset); in avb_vbmeta_image_header_to_host_byte_order()
264 dest->hash_size = avb_be64toh(dest->hash_size); in avb_vbmeta_image_header_to_host_byte_order()
266 dest->signature_offset = avb_be64toh(dest->signature_offset); in avb_vbmeta_image_header_to_host_byte_order()
267 dest->signature_size = avb_be64toh(dest->signature_size); in avb_vbmeta_image_header_to_host_byte_order()
269 dest->public_key_offset = avb_be64toh(dest->public_key_offset); in avb_vbmeta_image_header_to_host_byte_order()
270 dest->public_key_size = avb_be64toh(dest->public_key_size); in avb_vbmeta_image_header_to_host_byte_order()
273 avb_be64toh(dest->public_key_metadata_offset); in avb_vbmeta_image_header_to_host_byte_order()
274 dest->public_key_metadata_size = avb_be64toh(dest->public_key_metadata_size); in avb_vbmeta_image_header_to_host_byte_order()
[all …]
H A Davb_hashtree_descriptor.c44 dest->image_size = avb_be64toh(dest->image_size); in avb_hashtree_descriptor_validate_and_byteswap()
45 dest->tree_offset = avb_be64toh(dest->tree_offset); in avb_hashtree_descriptor_validate_and_byteswap()
46 dest->tree_size = avb_be64toh(dest->tree_size); in avb_hashtree_descriptor_validate_and_byteswap()
50 dest->fec_offset = avb_be64toh(dest->fec_offset); in avb_hashtree_descriptor_validate_and_byteswap()
51 dest->fec_size = avb_be64toh(dest->fec_size); in avb_hashtree_descriptor_validate_and_byteswap()
H A Davb_descriptor.c31 dest->tag = avb_be64toh(src->tag); in avb_descriptor_validate_and_byteswap()
32 dest->num_bytes_following = avb_be64toh(src->num_bytes_following); in avb_descriptor_validate_and_byteswap()
79 avb_be64toh(header->authentication_data_block_size) + in avb_descriptor_foreach()
80 avb_be64toh(header->descriptors_offset); in avb_descriptor_foreach()
82 desc_end = desc_start + avb_be64toh(header->descriptors_size); in avb_descriptor_foreach()
93 uint64_t nb_following = avb_be64toh(dh->num_bytes_following); in avb_descriptor_foreach()
H A Davb_footer.c34 dest->original_image_size = avb_be64toh(dest->original_image_size); in avb_footer_validate_and_byteswap()
35 dest->vbmeta_offset = avb_be64toh(dest->vbmeta_offset); in avb_footer_validate_and_byteswap()
36 dest->vbmeta_size = avb_be64toh(dest->vbmeta_size); in avb_footer_validate_and_byteswap()
H A Davb_property_descriptor.c43 dest->key_num_bytes = avb_be64toh(dest->key_num_bytes); in avb_property_descriptor_validate_and_byteswap()
44 dest->value_num_bytes = avb_be64toh(dest->value_num_bytes); in avb_property_descriptor_validate_and_byteswap()
H A Davb_hash_descriptor.c43 dest->image_size = avb_be64toh(dest->image_size); in avb_hash_descriptor_validate_and_byteswap()
H A Davb_util.su
H A Davb_util.c39 uint64_t avb_be64toh(uint64_t in) { in avb_be64toh() function
/OK3568_Linux_fs/u-boot/include/android_avb/
H A Davb_util.h155 uint64_t avb_be64toh(uint64_t in) AVB_ATTR_WARN_UNUSED_RESULT;
/OK3568_Linux_fs/u-boot/lib/avb/libavb_user/
H A Davb_user_verity.c104 vbmeta_offset = avb_be64toh(footer.vbmeta_offset); in load_top_level_vbmeta_header()
H A Davb_user_verification.c104 vbmeta_offset = avb_be64toh(footer.vbmeta_offset); in load_top_level_vbmeta_header()
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map