Searched refs:read_permanent_attributes (Results 1 – 5 of 5) sorted by relevance
108 virtual AvbIOResult read_permanent_attributes(281 AvbIOResult read_permanent_attributes(430 AvbIOResult read_permanent_attributes( in read_permanent_attributes() function432 return ops_.read_permanent_attributes(attributes); in read_permanent_attributes()
382 AvbIOResult FakeAvbOps::read_permanent_attributes( in read_permanent_attributes() function in avb::FakeAvbOps548 ->read_permanent_attributes(attributes); in my_ops_read_permanent_attributes()598 avb_atx_ops_.read_permanent_attributes = my_ops_read_permanent_attributes; in FakeAvbOps()
195 AvbIOResult read_permanent_attributes( in read_permanent_attributes() function in avb::AvbAtxValidateTest200 return ops_.read_permanent_attributes(attributes); in read_permanent_attributes()
206 result = ops->atx_ops->read_permanent_attributes(ops->atx_ops, in avb_atx_validate_vbmeta_public_key()295 result = atx_ops->read_permanent_attributes(atx_ops, &permanent_attributes); in avb_atx_generate_unlock_challenge()339 result = atx_ops->read_permanent_attributes(atx_ops, &permanent_attributes); in avb_atx_validate_unlock_credential()
53 AvbIOResult (*read_permanent_attributes)( member