Home
last modified time | relevance | path

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

/system/security/identity/
DCredentialData.cpp224 const cppbor::Bstr* itemBstr = ((*array)[n])->asBstr(); in parseEncryptedChunks() local
225 if (itemBstr == nullptr) { in parseEncryptedChunks()
229 encryptedChunks.push_back(itemBstr->value()); in parseEncryptedChunks()