Home
last modified time | relevance | path

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

/hardware/interfaces/identity/aidl/vts/
DReaderAuthTests.cpp261 cppbor::Map deviceEngagement = cppbor::Map().add("ephX", ephX).add("ephY", ephY); in retrieveData() local
262 vector<uint8_t> deviceEngagementBytes = deviceEngagement.encode(); in retrieveData()
516 cppbor::Map deviceEngagement = cppbor::Map().add("ephX", nulls).add("ephY", nulls); in TEST_P() local
517 vector<uint8_t> deviceEngagementBytes = deviceEngagement.encode(); in TEST_P()
DUserAuthTests.cpp157 cppbor::Map deviceEngagement = cppbor::Map().add("ephX", ephX).add("ephY", ephY); in calcSessionTranscript() local
158 vector<uint8_t> deviceEngagementBytes = deviceEngagement.encode(); in calcSessionTranscript()
DVtsHalIdentityEndToEndTest.cpp316 cppbor::Map deviceEngagement = cppbor::Map().add("ephX", ephX).add("ephY", ephY); in TEST_P() local
317 vector<uint8_t> deviceEngagementBytes = deviceEngagement.encode(); in TEST_P()