Searched refs:deviceEngagement (Results 1 – 3 of 3) sorted by relevance
261 cppbor::Map deviceEngagement = cppbor::Map().add("ephX", ephX).add("ephY", ephY); in retrieveData() local262 vector<uint8_t> deviceEngagementBytes = deviceEngagement.encode(); in retrieveData()516 cppbor::Map deviceEngagement = cppbor::Map().add("ephX", nulls).add("ephY", nulls); in TEST_P() local517 vector<uint8_t> deviceEngagementBytes = deviceEngagement.encode(); in TEST_P()
157 cppbor::Map deviceEngagement = cppbor::Map().add("ephX", ephX).add("ephY", ephY); in calcSessionTranscript() local158 vector<uint8_t> deviceEngagementBytes = deviceEngagement.encode(); in calcSessionTranscript()
316 cppbor::Map deviceEngagement = cppbor::Map().add("ephX", ephX).add("ephY", ephY); in TEST_P() local317 vector<uint8_t> deviceEngagementBytes = deviceEngagement.encode(); in TEST_P()