Lines Matching refs:dest

224                                                 AvbVBMetaImageHeader* dest) {  in avb_vbmeta_image_header_to_host_byte_order()  argument
225 avb_memcpy(dest, src, sizeof(AvbVBMetaImageHeader)); in avb_vbmeta_image_header_to_host_byte_order()
227 dest->required_libavb_version_major = in avb_vbmeta_image_header_to_host_byte_order()
228 avb_be32toh(dest->required_libavb_version_major); in avb_vbmeta_image_header_to_host_byte_order()
229 dest->required_libavb_version_minor = in avb_vbmeta_image_header_to_host_byte_order()
230 avb_be32toh(dest->required_libavb_version_minor); in avb_vbmeta_image_header_to_host_byte_order()
232 dest->authentication_data_block_size = in avb_vbmeta_image_header_to_host_byte_order()
233 avb_be64toh(dest->authentication_data_block_size); in avb_vbmeta_image_header_to_host_byte_order()
234 dest->auxiliary_data_block_size = in avb_vbmeta_image_header_to_host_byte_order()
235 avb_be64toh(dest->auxiliary_data_block_size); in avb_vbmeta_image_header_to_host_byte_order()
237 dest->algorithm_type = avb_be32toh(dest->algorithm_type); in avb_vbmeta_image_header_to_host_byte_order()
239 dest->hash_offset = avb_be64toh(dest->hash_offset); in avb_vbmeta_image_header_to_host_byte_order()
240 dest->hash_size = avb_be64toh(dest->hash_size); in avb_vbmeta_image_header_to_host_byte_order()
242 dest->signature_offset = avb_be64toh(dest->signature_offset); in avb_vbmeta_image_header_to_host_byte_order()
243 dest->signature_size = avb_be64toh(dest->signature_size); in avb_vbmeta_image_header_to_host_byte_order()
245 dest->public_key_offset = avb_be64toh(dest->public_key_offset); in avb_vbmeta_image_header_to_host_byte_order()
246 dest->public_key_size = avb_be64toh(dest->public_key_size); in avb_vbmeta_image_header_to_host_byte_order()
248 dest->public_key_metadata_offset = in avb_vbmeta_image_header_to_host_byte_order()
249 avb_be64toh(dest->public_key_metadata_offset); in avb_vbmeta_image_header_to_host_byte_order()
250 dest->public_key_metadata_size = avb_be64toh(dest->public_key_metadata_size); in avb_vbmeta_image_header_to_host_byte_order()
252 dest->descriptors_offset = avb_be64toh(dest->descriptors_offset); in avb_vbmeta_image_header_to_host_byte_order()
253 dest->descriptors_size = avb_be64toh(dest->descriptors_size); in avb_vbmeta_image_header_to_host_byte_order()
255 dest->rollback_index = avb_be64toh(dest->rollback_index); in avb_vbmeta_image_header_to_host_byte_order()
256 dest->flags = avb_be32toh(dest->flags); in avb_vbmeta_image_header_to_host_byte_order()