Home
last modified time | relevance | path

Searched defs:read_is_device_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); member
/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() function