Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/identity/support/tests/
H A DIdentityCredentialSupportTest.cpp618 const cppbor::Map* deviceAuth = findMapValueForTstr(deviceSigned, "deviceAuth"); in TEST() local
619 ASSERT_NE(deviceAuth, nullptr); in TEST()
623 const cppbor::Array* deviceMac = findArrayValueForTstr(deviceAuth, "deviceMac"); in TEST()