Home
last modified time | relevance | path

Searched refs:write_rollback_index (Results 1 – 13 of 13) sorted by relevance

/external/avb/test/
Dfake_avb_ops.h73 virtual AvbIOResult write_rollback_index(AvbOps* ops,
226 AvbIOResult write_rollback_index(AvbOps* ops,
338 AvbIOResult write_rollback_index(AvbOps* ops, in write_rollback_index() function
341 return ops_.write_rollback_index(ops, rollback_index_slot, rollback_index); in write_rollback_index()
Davb_atx_slot_verify_unittest.cc83 AvbIOResult write_rollback_index(AvbOps* ops, in write_rollback_index() function in avb::AvbAtxSlotVerifyExampleTest
87 return ops_.write_rollback_index(ops, rollback_index_slot, rollback_index); in write_rollback_index()
Dfake_avb_ops.cc279 AvbIOResult FakeAvbOps::write_rollback_index(AvbOps* ops, in write_rollback_index() function in avb::FakeAvbOps
452 ->write_rollback_index(ops, rollback_index_location, rollback_index); in my_ops_write_rollback_index()
538 avb_ops_.write_rollback_index = my_ops_write_rollback_index; in FakeAvbOps()
Davb_atx_validate_unittest.cc152 AvbIOResult write_rollback_index(AvbOps* ops, in write_rollback_index() function in avb::AvbAtxValidateTest
/external/avb/libavb_user/
Davb_ops_user.cpp255 static AvbIOResult write_rollback_index(AvbOps* ops, in write_rollback_index() function
332 ops->write_rollback_index = write_rollback_index; in avb_ops_user_new()
/external/u-boot/common/
Davb_verify.c631 static AvbIOResult write_rollback_index(AvbOps *ops, in write_rollback_index() function
720 ops_data->ops.write_rollback_index = write_rollback_index; in avb_ops_alloc()
/external/avb/libavb/
Davb_ops.h224 AvbIOResult (*write_rollback_index)(AvbOps* ops, member
/external/u-boot/lib/libavb/
Davb_ops.h204 AvbIOResult (*write_rollback_index)(AvbOps* ops, member
/external/avb/examples/uefi/
Duefi_avb_ops.c540 static AvbIOResult write_rollback_index(AvbOps* ops, in write_rollback_index() function
646 data->ops.write_rollback_index = write_rollback_index; in uefi_avb_ops_new()
/external/avb/examples/things/
Davb_atx_slot_verify.c115 io_result = ops->write_rollback_index(ops, location, value); in update_rollback_index()
/external/u-boot/cmd/
Davb.c183 if (avb_ops->write_rollback_index(avb_ops, index, rb_idx) == in do_avb_write_rb()
/external/avb/libavb_ab/
Davb_ab_flow.c348 io_ret = ops->write_rollback_index(ops, n, rollback_index_value); in avb_ab_flow()
/external/avb/
DREADME.md807 io_ret = ops->write_rollback_index(ops, n, rollback_index);