Searched refs:AvbIOResult (Results 1 – 4 of 4) sorted by relevance
/u-boot/lib/libavb/ |
A D | avb_ops.h | 58 } AvbIOResult; typedef 110 AvbIOResult (*read_from_partition)(AvbOps* ops, 132 AvbIOResult (*get_preloaded_partition)(AvbOps* ops, 154 AvbIOResult (*write_to_partition)(AvbOps* ops, 180 AvbIOResult (*validate_vbmeta_public_key)(AvbOps* ops, 196 AvbIOResult (*read_rollback_index)(AvbOps* ops, 209 AvbIOResult (*write_rollback_index)(AvbOps* ops, 244 AvbIOResult (*get_size_of_partition)(AvbOps* ops, 269 AvbIOResult (*read_persistent_value)(AvbOps* ops, 292 AvbIOResult (*write_persistent_value)(AvbOps* ops, [all …]
|
A D | avb_slot_verify.c | 66 AvbIOResult io_ret; in load_full_partition() 149 AvbIOResult io_ret = AVB_IO_RESULT_OK; in read_persistent_digest() 216 AvbIOResult io_ret = AVB_IO_RESULT_OK; in initialize_persistent_digest() 274 AvbIOResult io_ret; in load_and_verify_hash_partition() 476 AvbIOResult io_ret; in load_requested_partitions() 557 AvbIOResult io_ret; in load_and_verify_vbmeta() 1221 static AvbIOResult avb_manage_hashtree_error_mode( in avb_manage_hashtree_error_mode() 1227 AvbIOResult io_ret = AVB_IO_RESULT_OK; in avb_manage_hashtree_error_mode() 1320 AvbIOResult io_ret; in has_system_partition() 1540 AvbIOResult io_ret; in avb_slot_verify()
|
A D | avb_cmdline.c | 29 AvbIOResult io_ret; in avb_sub_cmdline() 228 AvbIOResult io_ret; in avb_append_options()
|
/u-boot/common/ |
A D | avb_verify.c | 386 static AvbIOResult mmc_byte_io(AvbOps *ops, in mmc_byte_io() 531 static AvbIOResult read_from_partition(AvbOps *ops, in read_from_partition() 559 static AvbIOResult write_to_partition(AvbOps *ops, in write_to_partition() 679 static AvbIOResult read_rollback_index(AvbOps *ops, in read_rollback_index() 692 AvbIOResult rc; in read_rollback_index() 725 static AvbIOResult write_rollback_index(AvbOps *ops, in write_rollback_index() 774 AvbIOResult rc; in read_is_device_unlocked() 836 static AvbIOResult get_size_of_partition(AvbOps *ops, in get_size_of_partition() 855 static AvbIOResult read_persistent_value(AvbOps *ops, in read_persistent_value() 861 AvbIOResult rc; in read_persistent_value() [all …]
|
Completed in 14 milliseconds