Searched refs:AvbOps (Results 1 – 8 of 8) sorted by relevance
| /u-boot/lib/libavb/ |
| A D | avb_ops.h | 60 struct AvbOps; 61 typedef struct AvbOps AvbOps; typedef 76 struct AvbOps { struct 110 AvbIOResult (*read_from_partition)(AvbOps* ops, argument 132 AvbIOResult (*get_preloaded_partition)(AvbOps* ops, argument 154 AvbIOResult (*write_to_partition)(AvbOps* ops, argument 196 AvbIOResult (*read_rollback_index)(AvbOps* ops, argument 209 AvbIOResult (*write_rollback_index)(AvbOps* ops, argument 244 AvbIOResult (*get_size_of_partition)(AvbOps* ops, argument 269 AvbIOResult (*read_persistent_value)(AvbOps* ops, argument [all …]
|
| A D | avb_cmdline.h | 38 char* avb_sub_cmdline(AvbOps* ops, 45 AvbOps* ops,
|
| A D | avb_slot_verify.h | 370 AvbSlotVerifyResult avb_slot_verify(AvbOps* ops,
|
| A D | avb_slot_verify.c | 30 AvbOps* ops, 60 static AvbSlotVerifyResult load_full_partition(AvbOps* ops, in load_full_partition() 143 static AvbSlotVerifyResult read_persistent_digest(AvbOps* ops, in read_persistent_digest() 209 AvbOps* ops, in initialize_persistent_digest() 262 AvbOps* ops, in load_and_verify_hash_partition() 465 AvbOps* ops, in load_requested_partitions() 541 AvbOps* ops, in load_and_verify_vbmeta() 1222 AvbOps* ops, in avb_manage_hashtree_error_mode() 1316 static bool has_system_partition(AvbOps* ops, const char* ab_suffix) { in has_system_partition() 1345 AvbSlotVerifyResult avb_slot_verify(AvbOps* ops, in avb_slot_verify()
|
| A D | avb_cmdline.c | 19 char* avb_sub_cmdline(AvbOps* ops, in avb_sub_cmdline() 218 AvbOps* ops, in avb_append_options()
|
| /u-boot/include/ |
| A D | avb_verify.h | 28 struct AvbOps ops; 49 AvbOps *avb_ops_alloc(int boot_device); 50 void avb_ops_free(AvbOps *ops); 52 char *avb_set_state(AvbOps *ops, enum avb_boot_state boot_state); 88 static inline int get_boot_device(AvbOps *ops) in get_boot_device()
|
| /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() 583 static AvbIOResult validate_vbmeta_public_key(AvbOps *ops, in validate_vbmeta_public_key() 679 static AvbIOResult read_rollback_index(AvbOps *ops, in read_rollback_index() 725 static AvbIOResult write_rollback_index(AvbOps *ops, in write_rollback_index() 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() 917 static AvbIOResult write_persistent_value(AvbOps *ops, in write_persistent_value() 979 AvbOps *avb_ops_alloc(int boot_device) in avb_ops_alloc() [all …]
|
| /u-boot/cmd/ |
| A D | avb.c | 16 static struct AvbOps *avb_ops;
|
Completed in 21 milliseconds