Home
last modified time | relevance | path

Searched defs:read_is_device_unlocked (Results 1 – 8 of 8) sorted by relevance

/external/avb/libavb/
Davb_ops.h233 AvbIOResult (*read_is_device_unlocked)(AvbOps* ops, bool* out_is_unlocked); member
/external/u-boot/lib/libavb/
Davb_ops.h213 AvbIOResult (*read_is_device_unlocked)(AvbOps* ops, bool* out_is_unlocked); member
/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() function
/external/avb/test/
Dfake_avb_ops.h344 AvbIOResult read_is_device_unlocked(AvbOps* ops, in read_is_device_unlocked() function
Dfake_avb_ops.cc293 AvbIOResult FakeAvbOps::read_is_device_unlocked(AvbOps* ops, in read_is_device_unlocked() function in avb::FakeAvbOps
Davb_atx_validate_unittest.cc159 AvbIOResult read_is_device_unlocked(AvbOps* ops, in read_is_device_unlocked() function in avb::AvbAtxValidateTest
/external/u-boot/common/
Davb_verify.c652 static AvbIOResult read_is_device_unlocked(AvbOps *ops, bool *out_is_unlocked) in read_is_device_unlocked() function
/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() function