Home
last modified time | relevance | path

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

/external/avb/libavb_user/
Davb_ops_user.cpp261 static AvbIOResult read_is_device_unlocked(AvbOps* ops, bool* out_is_unlocked) { in read_is_device_unlocked() argument
262 if (out_is_unlocked != NULL) { in read_is_device_unlocked()
263 *out_is_unlocked = true; in read_is_device_unlocked()
/external/avb/libavb/
Davb_ops.h233 AvbIOResult (*read_is_device_unlocked)(AvbOps* ops, bool* out_is_unlocked);
/external/u-boot/lib/libavb/
Davb_ops.h213 AvbIOResult (*read_is_device_unlocked)(AvbOps* ops, bool* out_is_unlocked);
/external/u-boot/common/
Davb_verify.c652 static AvbIOResult read_is_device_unlocked(AvbOps *ops, bool *out_is_unlocked) in read_is_device_unlocked() argument
658 *out_is_unlocked = true; in read_is_device_unlocked()
/external/avb/examples/uefi/
Duefi_avb_ops.c548 static AvbIOResult read_is_device_unlocked(AvbOps* ops, bool* out_is_unlocked) { in read_is_device_unlocked() argument
551 *out_is_unlocked = true; in read_is_device_unlocked()