Searched refs:AvbOps (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/lib/libavb/ |
H A D | avb_ops.h | 59 struct AvbOps; 60 typedef struct AvbOps AvbOps; typedef 75 struct AvbOps { struct 109 AvbIOResult (*read_from_partition)(AvbOps* ops, argument 131 AvbIOResult (*get_preloaded_partition)(AvbOps* ops, argument 153 AvbIOResult (*write_to_partition)(AvbOps* ops, argument 175 AvbIOResult (*validate_vbmeta_public_key)(AvbOps* ops, argument 191 AvbIOResult (*read_rollback_index)(AvbOps* ops, argument 204 AvbIOResult (*write_rollback_index)(AvbOps* ops, argument 213 AvbIOResult (*read_is_device_unlocked)(AvbOps* ops, bool* out_is_unlocked); argument [all …]
|
H A D | avb_cmdline.h | 38 char* avb_sub_cmdline(AvbOps* ops, 45 AvbOps* ops,
|
H A D | avb_slot_verify.h | 329 AvbSlotVerifyResult avb_slot_verify(AvbOps* ops,
|
H A D | avb_slot_verify.c | 50 static AvbSlotVerifyResult load_full_partition(AvbOps* ops, in load_full_partition() 117 static AvbSlotVerifyResult read_persistent_digest(AvbOps* ops, in read_persistent_digest() 159 AvbOps* ops, in load_and_verify_hash_partition() 359 AvbOps* ops, in load_requested_partitions() 441 AvbOps* ops, in load_and_verify_vbmeta() 1075 AvbSlotVerifyResult avb_slot_verify(AvbOps* ops, in avb_slot_verify()
|
H A D | avb_cmdline.c | 17 char* avb_sub_cmdline(AvbOps* ops, in avb_sub_cmdline() 200 AvbOps* ops, in avb_append_options()
|
/openbmc/u-boot/include/ |
H 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()
|
/openbmc/u-boot/common/ |
H A D | avb_verify.c | 128 char *avb_set_state(AvbOps *ops, enum avb_boot_state boot_state) in avb_set_state() 337 static struct mmc_part *get_partition(AvbOps *ops, const char *partition) in get_partition() 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() 675 static AvbIOResult read_rollback_index(AvbOps *ops, in read_rollback_index() 721 static AvbIOResult write_rollback_index(AvbOps *ops, in write_rollback_index() 759 static AvbIOResult read_is_device_unlocked(AvbOps *ops, bool *out_is_unlocked) in read_is_device_unlocked() 797 static AvbIOResult get_unique_guid_for_partition(AvbOps *ops, in get_unique_guid_for_partition() [all …]
|
/openbmc/u-boot/cmd/ |
H A D | avb.c | 15 static struct AvbOps *avb_ops;
|