Home
last modified time | relevance | path

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

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