Lines Matching defs:ops
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()
679 static AvbIOResult read_rollback_index(AvbOps *ops, in read_rollback_index()
725 static AvbIOResult write_rollback_index(AvbOps *ops, in write_rollback_index()
763 static AvbIOResult read_is_device_unlocked(AvbOps *ops, bool *out_is_unlocked) in read_is_device_unlocked()
801 static AvbIOResult get_unique_guid_for_partition(AvbOps *ops, in get_unique_guid_for_partition()
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()
1007 void avb_ops_free(AvbOps *ops) in avb_ops_free()