Searched refs:read_is_device_unlocked (Results 1 – 10 of 10) sorted by relevance
279 static AvbIOResult read_is_device_unlocked(AvbOps *ops, bool *out_is_unlocked) in read_is_device_unlocked() function624 ops->read_is_device_unlocked = read_is_device_unlocked; in avb_ops_user_new()
240 AvbIOResult (*read_is_device_unlocked)(AvbOps* ops, bool* out_is_unlocked); member
269 io_ret = ops->read_is_device_unlocked(ops, &is_device_unlocked); in avb_append_options()
240 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()
631 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()
360 if (ops->read_is_device_unlocked(ops, &out_is_unlocked) != 0) { in do_avb_read_is_device_unlocked()