Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_decode.h309 #define QCBOR_TYPE_NULL 22 macro
H A Dqcbor_spiffy_decode.h2596 if(pMe->uLastError == QCBOR_SUCCESS && item.uDataType != QCBOR_TYPE_NULL) { in QCBORDecode_GetNull()
2606 QCBORDecode_GetItemInMapN(pMe, nLabel, QCBOR_TYPE_NULL, &Item); in QCBORDecode_GetNullInMapN()
2614 QCBORDecode_GetItemInMapSZ(pMe, szLabel, QCBOR_TYPE_NULL, &Item); in QCBORDecode_GetNullInMapSZ()
/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c1152 #if QCBOR_TYPE_NULL != CBOR_SIMPLEV_NULL
1153 #error QCBOR_TYPE_NULL macro value wrong
4625 case QCBOR_TYPE_NULL: in QCBORDecode_Private_ProcessSimple()