Home
last modified time | relevance | path

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

/external/avb/test/
Dfake_avb_ops.cc253 AvbIOResult FakeAvbOps::read_permanent_attributes_hash( in read_permanent_attributes_hash() function in avb::FakeAvbOps
355 ->read_permanent_attributes_hash(hash); in my_ops_read_permanent_attributes_hash()
378 avb_atx_ops_.read_permanent_attributes_hash = in FakeAvbOps()
Dfake_avb_ops.h85 virtual AvbIOResult read_permanent_attributes_hash(
204 AvbIOResult read_permanent_attributes_hash(
Davb_atx_validate_unittest.cc174 AvbIOResult read_permanent_attributes_hash( in read_permanent_attributes_hash() function in avb::AvbAtxValidateTest
179 return ops_.read_permanent_attributes_hash(hash); in read_permanent_attributes_hash()
625 AvbIOResult read_permanent_attributes_hash( in read_permanent_attributes_hash() function in avb::AvbAtxSlotVerifyTest
627 return ops_.read_permanent_attributes_hash(hash); in read_permanent_attributes_hash()
/external/avb/libavb_atx/
Davb_atx_ops.h60 AvbIOResult (*read_permanent_attributes_hash)( member
Davb_atx_validate.c181 result = ops->atx_ops->read_permanent_attributes_hash( in avb_atx_validate_vbmeta_public_key()