Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_decode.h686 QCBORDecode_Init(QCBORDecodeContext *pCtx, UsefulBufC EncodedCBOR, QCBORDecodeMode nMode);
/optee_os/core/lib/qcbor/
H A DREADME.md98 QCBORDecode_Init(&DecodeCtx, EncodedEngine, QCBOR_DECODE_MODE_NORMAL);
/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c660 QCBORDecode_Init(QCBORDecodeContext *pMe, in QCBORDecode_Init() function