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.h101 virtual AvbIOResult read_permanent_attributes_hash(
246 AvbIOResult read_permanent_attributes_hash(
371 AvbIOResult read_permanent_attributes_hash( in read_permanent_attributes_hash() function
373 return ops_.read_permanent_attributes_hash(hash); in read_permanent_attributes_hash()
Dfake_avb_ops.cc346 AvbIOResult FakeAvbOps::read_permanent_attributes_hash( in read_permanent_attributes_hash() function in avb::FakeAvbOps
485 ->read_permanent_attributes_hash(hash); in my_ops_read_permanent_attributes_hash()
519 avb_atx_ops_.read_permanent_attributes_hash = in FakeAvbOps()
Davb_atx_validate_unittest.cc199 AvbIOResult read_permanent_attributes_hash( in read_permanent_attributes_hash() function in avb::AvbAtxValidateTest
204 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()