Searched refs:out_is_unlocked (Results 1 - 2 of 2) sorted by path

/u-boot/common/
H A Davb_verify.c813 * @out_is_unlocked: device unlock state is stored here, true if unlocked,
820 static AvbIOResult read_is_device_unlocked(AvbOps *ops, bool *out_is_unlocked) argument
826 *out_is_unlocked = true;
836 *out_is_unlocked = !param.u.value.a;
/u-boot/lib/libavb/
H A Davb_ops.h214 * |out_is_unlocked| (true if unlocked, false otherwise). Returns
218 AvbIOResult (*read_is_device_unlocked)(AvbOps* ops, bool* out_is_unlocked);

Completed in 72 milliseconds