Home
last modified time | relevance | path

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

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