Searched refs:read_is_device_unlocked (Results 1 – 6 of 6) sorted by relevance
240 AvbIOResult (*read_is_device_unlocked)(AvbOps* ops, bool* out_is_unlocked); member
279 static AvbIOResult read_is_device_unlocked(AvbOps *ops, bool *out_is_unlocked) in read_is_device_unlocked() function639 ops->read_is_device_unlocked = read_is_device_unlocked; in avb_ops_user_new()
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()
360 if (ops->read_is_device_unlocked(ops, &out_is_unlocked) != 0) { in do_avb_read_is_device_unlocked()
630 if (ops->read_is_device_unlocked(ops, (bool *)&unlocked) != AVB_IO_RESULT_OK) in android_image_verify_resource()800 if (ops->read_is_device_unlocked(ops, (bool *)&unlocked) != AVB_IO_RESULT_OK) in android_slot_verify()