Searched refs:read_is_device_unlocked (Results 1 – 5 of 5) sorted by relevance
253 if (avb_ops->read_is_device_unlocked(avb_ops, &unlocked) != in do_avb_verify_part()332 if (avb_ops->read_is_device_unlocked(avb_ops, &unlock) == in do_avb_is_unlocked()
213 AvbIOResult (*read_is_device_unlocked)(AvbOps* ops, bool* out_is_unlocked); member
228 io_ret = ops->read_is_device_unlocked(ops, &is_device_unlocked); in avb_append_options()
1095 avb_assert(ops->read_is_device_unlocked != NULL); in avb_slot_verify()
759 static AvbIOResult read_is_device_unlocked(AvbOps *ops, bool *out_is_unlocked) in read_is_device_unlocked() function870 ops_data->ops.read_is_device_unlocked = read_is_device_unlocked; in avb_ops_alloc()