Home
last modified time | relevance | path

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

/hardware/interfaces/identity/aidl/vts/
DTestCredentialTests.cpp185 optional<vector<uint8_t>> decryptedDataItemValue = in TEST_P() local
187 ASSERT_TRUE(decryptedDataItemValue); in TEST_P()
188 EXPECT_EQ(decryptedDataItemValue.value(), tstrLastName); in TEST_P()