Lines Matching refs:dest

223                                                 AvbVBMetaImageHeader* dest) {  in avb_vbmeta_image_header_to_host_byte_order()  argument
224 avb_memcpy(dest, src, sizeof(AvbVBMetaImageHeader)); in avb_vbmeta_image_header_to_host_byte_order()
226 dest->required_libavb_version_major = in avb_vbmeta_image_header_to_host_byte_order()
227 avb_be32toh(dest->required_libavb_version_major); in avb_vbmeta_image_header_to_host_byte_order()
228 dest->required_libavb_version_minor = in avb_vbmeta_image_header_to_host_byte_order()
229 avb_be32toh(dest->required_libavb_version_minor); in avb_vbmeta_image_header_to_host_byte_order()
231 dest->authentication_data_block_size = in avb_vbmeta_image_header_to_host_byte_order()
232 avb_be64toh(dest->authentication_data_block_size); in avb_vbmeta_image_header_to_host_byte_order()
233 dest->auxiliary_data_block_size = in avb_vbmeta_image_header_to_host_byte_order()
234 avb_be64toh(dest->auxiliary_data_block_size); in avb_vbmeta_image_header_to_host_byte_order()
236 dest->algorithm_type = avb_be32toh(dest->algorithm_type); in avb_vbmeta_image_header_to_host_byte_order()
238 dest->hash_offset = avb_be64toh(dest->hash_offset); in avb_vbmeta_image_header_to_host_byte_order()
239 dest->hash_size = avb_be64toh(dest->hash_size); in avb_vbmeta_image_header_to_host_byte_order()
241 dest->signature_offset = avb_be64toh(dest->signature_offset); in avb_vbmeta_image_header_to_host_byte_order()
242 dest->signature_size = avb_be64toh(dest->signature_size); in avb_vbmeta_image_header_to_host_byte_order()
244 dest->public_key_offset = avb_be64toh(dest->public_key_offset); in avb_vbmeta_image_header_to_host_byte_order()
245 dest->public_key_size = avb_be64toh(dest->public_key_size); in avb_vbmeta_image_header_to_host_byte_order()
247 dest->public_key_metadata_offset = in avb_vbmeta_image_header_to_host_byte_order()
248 avb_be64toh(dest->public_key_metadata_offset); in avb_vbmeta_image_header_to_host_byte_order()
249 dest->public_key_metadata_size = avb_be64toh(dest->public_key_metadata_size); in avb_vbmeta_image_header_to_host_byte_order()
251 dest->descriptors_offset = avb_be64toh(dest->descriptors_offset); in avb_vbmeta_image_header_to_host_byte_order()
252 dest->descriptors_size = avb_be64toh(dest->descriptors_size); in avb_vbmeta_image_header_to_host_byte_order()
254 dest->rollback_index = avb_be64toh(dest->rollback_index); in avb_vbmeta_image_header_to_host_byte_order()
255 dest->flags = avb_be32toh(dest->flags); in avb_vbmeta_image_header_to_host_byte_order()