Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/libavb/
H A Davb_ops.h213 AvbIOResult (*read_is_device_unlocked)(AvbOps* ops, bool* out_is_unlocked);
/openbmc/u-boot/common/
H A Davb_verify.c759 static AvbIOResult read_is_device_unlocked(AvbOps *ops, bool *out_is_unlocked) in read_is_device_unlocked() argument
766 *out_is_unlocked = true; in read_is_device_unlocked()
776 *out_is_unlocked = !param.u.value.a; in read_is_device_unlocked()