Home
last modified time | relevance | path

Searched refs:out_is_unlocked (Results 1 – 2 of 2) sorted by relevance

/u-boot/lib/libavb/
A Davb_ops.h218 AvbIOResult (*read_is_device_unlocked)(AvbOps* ops, bool* out_is_unlocked);
/u-boot/common/
A Davb_verify.c763 static AvbIOResult read_is_device_unlocked(AvbOps *ops, bool *out_is_unlocked) in read_is_device_unlocked() argument
770 *out_is_unlocked = true; in read_is_device_unlocked()
780 *out_is_unlocked = !param.u.value.a; in read_is_device_unlocked()

Completed in 5 milliseconds