Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/avb/libavb_user/
H A Davb_ops_user.c279 static AvbIOResult read_is_device_unlocked(AvbOps *ops, bool *out_is_unlocked) in read_is_device_unlocked() function
624 ops->read_is_device_unlocked = read_is_device_unlocked; in avb_ops_user_new()
H A Davb_ops_user.su
/OK3568_Linux_fs/u-boot/include/android_avb/
H A Davb_ops.h240 AvbIOResult (*read_is_device_unlocked)(AvbOps* ops, bool* out_is_unlocked); member
/OK3568_Linux_fs/u-boot/lib/avb/libavb/
H A Davb_cmdline.c269 io_ret = ops->read_is_device_unlocked(ops, &is_device_unlocked); in avb_append_options()
H A Davb_slot_verify.c240 io_ret = ops->read_is_device_unlocked(ops, &is_device_unlocked); in initialize_persistent_digest()
1388 avb_assert(ops->read_is_device_unlocked != NULL); in avb_slot_verify()
/OK3568_Linux_fs/u-boot/common/
H A Dandroid_bootloader.c631 if (ops->read_is_device_unlocked(ops, (bool *)&unlocked) != AVB_IO_RESULT_OK) in android_image_verify_resource()
801 if (ops->read_is_device_unlocked(ops, (bool *)&unlocked) != AVB_IO_RESULT_OK) in android_slot_verify()
/OK3568_Linux_fs/u-boot/cmd/
H A Dboot_android.c360 if (ops->read_is_device_unlocked(ops, &out_is_unlocked) != 0) { in do_avb_read_is_device_unlocked()
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map