Lines Matching refs:ops_

96     ops_.set_delegate(this);  in SetUp()
97 ops_.set_permanent_attributes(attributes_); in SetUp()
98 ops_.set_stored_rollback_indexes( in SetUp()
148 return ops_.read_rollback_index( in read_rollback_index()
200 return ops_.read_permanent_attributes(attributes); in read_permanent_attributes()
208 return ops_.read_permanent_attributes_hash(hash); in read_permanent_attributes_hash()
213 ops_.set_key_version(rollback_index_location, key_version); in set_key_version()
224 return ops_.get_random(num_bytes, output); in get_random()
230 ops_.avb_ops(), in Validate()
240 ops_.avb_atx_ops(), &unlock_credential_, is_trusted); in ValidateUnlock()
300 avb_atx_generate_unlock_challenge(ops_.avb_atx_ops(), &challenge)); in PrepareUnlockCredential()
341 ops_.get_verified_rollback_indexes()[AVB_ATX_PIK_VERSION_LOCATION], in TEST_F()
343 EXPECT_EQ(ops_.get_verified_rollback_indexes()[AVB_ATX_PSK_VERSION_LOCATION], in TEST_F()
345 EXPECT_EQ(2UL, ops_.get_verified_rollback_indexes().size()); in TEST_F()
390 ops_.set_permanent_attributes(attributes_); in TEST_F()
397 ops_.set_permanent_attributes_hash("bad_hash"); in TEST_F()
410 ops_.avb_ops(), in Validate()
508 ops_.set_stored_rollback_indexes( in TEST_F()
585 ops_.set_stored_rollback_indexes( in TEST_F()
602 ops_.avb_ops(), in Validate()
632 ops_.avb_ops(), in TEST_F()
645 avb_atx_generate_unlock_challenge(ops_.avb_atx_ops(), &challenge)); in TEST_F()
663 avb_atx_generate_unlock_challenge(ops_.avb_atx_ops(), &challenge)); in TEST_F()
670 avb_atx_generate_unlock_challenge(ops_.avb_atx_ops(), &challenge)); in TEST_F()
708 ops_.set_permanent_attributes(attributes_); in TEST_F()
716 ops_.set_permanent_attributes_hash("bad_hash"); in TEST_F()
810 ops_.set_stored_rollback_indexes( in TEST_F()
904 ops_.set_stored_rollback_indexes( in TEST_F()
975 ops_.set_partition_dir(testdir_); in SetUp()
976 ops_.set_delegate(this); in SetUp()
977 ops_.set_permanent_attributes(attributes_); in SetUp()
978 ops_.set_stored_rollback_indexes({{0, 0}, in SetUp()
984 ops_.set_stored_is_device_unlocked(false); in SetUp()
996 return avb_atx_validate_vbmeta_public_key(ops_.avb_ops(), in validate_vbmeta_public_key()
1027 ops_.set_expected_public_key( in TEST_F()
1033 avb_slot_verify(ops_.avb_ops(), in TEST_F()