Home
last modified time | relevance | path

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

/hardware/nxp/keymint/KM300/
DJavacardRemotelyProvisionedComponentDevice.cpp241 auto optDiceCertChain = cbor_.getByteArrayVec(item, 1); in getDiceCertChain() local
243 if (!optDiceCertChain || !optRespFlag) { in getDiceCertChain()
248 diceCertChain.insert(diceCertChain.end(), optDiceCertChain->begin(), in getDiceCertChain()
249 optDiceCertChain->end()); in getDiceCertChain()