Lines Matching refs:attributes_
97 ops_.set_permanent_attributes(attributes_); in SetUp()
303 AvbAtxPermanentAttributes attributes_; member in avb::AvbAtxValidateTest
323 memcpy(&attributes_, tmp.data(), tmp.size()); in ReadDefaultData()
389 attributes_.version = 25; in TEST_F()
390 ops_.set_permanent_attributes(attributes_); in TEST_F()
652 SHA256(attributes_.product_id, AVB_ATX_PRODUCT_ID_SIZE, expected_pid_hash); in TEST_F()
707 attributes_.version = 25; in TEST_F()
708 ops_.set_permanent_attributes(attributes_); in TEST_F()
977 ops_.set_permanent_attributes(attributes_); in SetUp()
1005 AvbAtxPermanentAttributes attributes_; member in avb::AvbAtxSlotVerifyTest
1014 memcpy(&attributes_, tmp.data(), tmp.size()); in ReadAtxDefaultData()