Searched refs:read_is_device_unlocked (Results 1 – 5 of 5) sorted by relevance
218 AvbIOResult (*read_is_device_unlocked)(AvbOps* ops, bool* out_is_unlocked); member
252 io_ret = ops->read_is_device_unlocked(ops, &is_device_unlocked); in avb_append_options()
219 io_ret = ops->read_is_device_unlocked(ops, &is_device_unlocked); in initialize_persistent_digest()1361 avb_assert(ops->read_is_device_unlocked != NULL); in avb_slot_verify()
258 if (avb_ops->read_is_device_unlocked(avb_ops, &unlocked) != in do_avb_verify_part()340 if (avb_ops->read_is_device_unlocked(avb_ops, &unlock) == in do_avb_is_unlocked()
763 static AvbIOResult read_is_device_unlocked(AvbOps *ops, bool *out_is_unlocked) in read_is_device_unlocked() function994 ops_data->ops.read_is_device_unlocked = read_is_device_unlocked; in avb_ops_alloc()
Completed in 10 milliseconds