Home
last modified time | relevance | path

Searched refs:hwInfo (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/identity/aidl/vts/
DVtsIWritableIdentityCredentialTests.cpp64 HardwareInformation hwInfo; in TEST_P() local
65 ASSERT_TRUE(credentialStore_->getHardwareInformation(&hwInfo).isOk()); in TEST_P()
86 HardwareInformation hwInfo; in TEST_P() local
87 ASSERT_TRUE(credentialStore_->getHardwareInformation(&hwInfo).isOk()); in TEST_P()
109 HardwareInformation hwInfo; in TEST_P() local
110 ASSERT_TRUE(credentialStore_->getHardwareInformation(&hwInfo).isOk()); in TEST_P()
112 if (!hwInfo.isRemoteKeyProvisioningSupported) { in TEST_P()
167 HardwareInformation hwInfo; in TEST_P() local
168 ASSERT_TRUE(credentialStore_->getHardwareInformation(&hwInfo).isOk()); in TEST_P()
170 if (!hwInfo.isRemoteKeyProvisioningSupported) { in TEST_P()
[all …]
DEndToEndTests.cpp185 HardwareInformation hwInfo; in TEST_P() local
186 ASSERT_TRUE(credentialStore_->getHardwareInformation(&hwInfo).isOk()); in TEST_P()
220 ASSERT_TRUE(test_utils::addEntry(writableCredential, entry, hwInfo.dataChunkSize, in TEST_P()
624 HardwareInformation hwInfo; in TEST_P() local
625 ASSERT_TRUE(credentialStore_->getHardwareInformation(&hwInfo).isOk()); in TEST_P()
656 ASSERT_TRUE(test_utils::addEntry(writableCredential, entry, hwInfo.dataChunkSize, in TEST_P()
/hardware/interfaces/security/rkp/aidl/vts/functional/
DVtsRemotelyProvisionedComponentTests.cpp226 RpcHardwareInfo hwInfo; in TEST() local
227 auto status = rpc->getHardwareInfo(&hwInfo); in TEST()
233 if (hwInfo.versionNumber >= VERSION_WITH_UNIQUE_ID_SUPPORT) { in TEST()
234 ASSERT_TRUE(hwInfo.uniqueId); in TEST()
235 auto [_, wasInserted] = uniqueIds.insert(*hwInfo.uniqueId); in TEST()
238 ASSERT_FALSE(hwInfo.uniqueId); in TEST()
282 RpcHardwareInfo hwInfo; in TEST_P() local
283 ASSERT_TRUE(provisionable_->getHardwareInfo(&hwInfo).isOk()); in TEST_P()
286 ASSERT_EQ(hwInfo.supportedEekCurve, RpcHardwareInfo::CURVE_NONE) in TEST_P()
287 << "Invalid curve: " << hwInfo.supportedEekCurve; in TEST_P()
[all …]