Home
last modified time | relevance | path

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

/aosp12/system/security/identity/
H A DCredentialData.cpp121 cppbor::Array authKeyDatasArray; in saveToDisk() local
133 authKeyDatasArray.add(std::move(array)); in saveToDisk()
135 map.add("authKeyData", std::move(authKeyDatasArray)); in saveToDisk()