Home
last modified time | relevance | path

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

/system/security/identity/
DCredentialData.cpp336 const cppbor::Array* ecEntryArrayItem = ecValueItem->asArray(); in loadFromDisk() local
337 if (ecEntryArrayItem == nullptr || ecEntryArrayItem->size() < 3) { in loadFromDisk()
342 const cppbor::Int* ecEntrySizeItem = (*ecEntryArrayItem)[0]->asInt(); in loadFromDisk()
350 parseAccessControlProfileIds(*(*ecEntryArrayItem)[1]); in loadFromDisk()
357 parseEncryptedChunks(*(*ecEntryArrayItem)[2]); in loadFromDisk()