Home
last modified time | relevance | path

Searched refs:read_is_device_unlocked (Results 1 – 14 of 14) sorted by relevance

/external/avb/test/
Dfake_avb_ops.h77 virtual AvbIOResult read_is_device_unlocked(AvbOps* ops,
230 AvbIOResult read_is_device_unlocked(AvbOps* ops,
344 AvbIOResult read_is_device_unlocked(AvbOps* ops, in read_is_device_unlocked() function
346 return ops_.read_is_device_unlocked(ops, out_is_device_unlocked); in read_is_device_unlocked()
Dfake_avb_ops.cc293 AvbIOResult FakeAvbOps::read_is_device_unlocked(AvbOps* ops, in read_is_device_unlocked() function in avb::FakeAvbOps
459 ->read_is_device_unlocked(ops, out_is_device_unlocked); in my_ops_read_is_device_unlocked()
539 avb_ops_.read_is_device_unlocked = my_ops_read_is_device_unlocked; in FakeAvbOps()
Davb_atx_validate_unittest.cc159 AvbIOResult read_is_device_unlocked(AvbOps* ops, in read_is_device_unlocked() function in avb::AvbAtxValidateTest
/external/avb/libavb_user/
Davb_ops_user.cpp261 static AvbIOResult read_is_device_unlocked(AvbOps* ops, bool* out_is_unlocked) { in read_is_device_unlocked() function
333 ops->read_is_device_unlocked = read_is_device_unlocked; in avb_ops_user_new()
/external/u-boot/common/
Davb_verify.c652 static AvbIOResult read_is_device_unlocked(AvbOps *ops, bool *out_is_unlocked) in read_is_device_unlocked() function
721 ops_data->ops.read_is_device_unlocked = read_is_device_unlocked; in avb_ops_alloc()
/external/u-boot/cmd/
Davb.c238 if (avb_ops->read_is_device_unlocked(avb_ops, &unlocked) != in do_avb_verify_part()
317 if (avb_ops->read_is_device_unlocked(avb_ops, &unlock) == in do_avb_is_unlocked()
/external/avb/examples/uefi/
Dmain.c56 if (ops->read_is_device_unlocked(ops, &unlocked) != AVB_IO_RESULT_OK) { in efi_main()
Duefi_avb_ops.c548 static AvbIOResult read_is_device_unlocked(AvbOps* ops, bool* out_is_unlocked) { in read_is_device_unlocked() function
647 data->ops.read_is_device_unlocked = read_is_device_unlocked; in uefi_avb_ops_new()
/external/avb/libavb/
Davb_ops.h233 AvbIOResult (*read_is_device_unlocked)(AvbOps* ops, bool* out_is_unlocked); member
Davb_cmdline.c256 io_ret = ops->read_is_device_unlocked(ops, &is_device_unlocked); in avb_append_options()
Davb_slot_verify.c236 io_ret = ops->read_is_device_unlocked(ops, &is_device_unlocked); in initialize_persistent_digest()
1332 avb_assert(ops->read_is_device_unlocked != NULL); in avb_slot_verify()
/external/u-boot/lib/libavb/
Davb_ops.h213 AvbIOResult (*read_is_device_unlocked)(AvbOps* ops, bool* out_is_unlocked); member
Davb_cmdline.c228 io_ret = ops->read_is_device_unlocked(ops, &is_device_unlocked); in avb_append_options()
Davb_slot_verify.c1095 avb_assert(ops->read_is_device_unlocked != NULL); in avb_slot_verify()