Home
last modified time | relevance | path

Searched refs:optCredentialPubKey (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/interfaces/identity/aidl/vts/
H A DProveOwnershipTests.cpp87 optional<vector<uint8_t>> optCredentialPubKey = in provisionData() local
89 ASSERT_TRUE(optCredentialPubKey); in provisionData()
90 credentialPubKey_ = optCredentialPubKey.value(); in provisionData()
H A DDeleteCredentialTests.cpp87 optional<vector<uint8_t>> optCredentialPubKey = in provisionData() local
89 ASSERT_TRUE(optCredentialPubKey); in provisionData()
90 credentialPubKey_ = optCredentialPubKey.value(); in provisionData()
H A DAuthenticationKeyTests.cpp89 optional<vector<uint8_t>> optCredentialPubKey = in TEST_P() local
91 ASSERT_TRUE(optCredentialPubKey); in TEST_P()
93 credentialPubKey = optCredentialPubKey.value(); in TEST_P()
H A DUpdateCredentialTests.cpp87 optional<vector<uint8_t>> optCredentialPubKey = in provisionData() local
89 ASSERT_TRUE(optCredentialPubKey); in provisionData()
90 credentialPubKey_ = optCredentialPubKey.value(); in provisionData()
H A DTestCredentialTests.cpp85 optional<vector<uint8_t>> optCredentialPubKey = in TEST_P() local
87 ASSERT_TRUE(optCredentialPubKey); in TEST_P()
89 credentialPubKey = optCredentialPubKey.value(); in TEST_P()