Home
last modified time | relevance | path

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

/external/avb/test/
Dfake_avb_ops.cc247 AvbIOResult FakeAvbOps::read_permanent_attributes( in read_permanent_attributes() function in avb::FakeAvbOps
348 ->read_permanent_attributes(attributes); in my_ops_read_permanent_attributes()
377 avb_atx_ops_.read_permanent_attributes = my_ops_read_permanent_attributes; in FakeAvbOps()
Dfake_avb_ops.h82 virtual AvbIOResult read_permanent_attributes(
201 AvbIOResult read_permanent_attributes(
Davb_atx_validate_unittest.cc166 AvbIOResult read_permanent_attributes( in read_permanent_attributes() function in avb::AvbAtxValidateTest
171 return ops_.read_permanent_attributes(attributes); in read_permanent_attributes()
620 AvbIOResult read_permanent_attributes( in read_permanent_attributes() function in avb::AvbAtxSlotVerifyTest
622 return ops_.read_permanent_attributes(attributes); in read_permanent_attributes()
/external/avb/libavb_atx/
Davb_atx_ops.h53 AvbIOResult (*read_permanent_attributes)( member
Davb_atx_validate.c175 result = ops->atx_ops->read_permanent_attributes(ops->atx_ops, in avb_atx_validate_vbmeta_public_key()