Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_decode.h306 #define QCBOR_TYPE_TRUE 21 macro
/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c1148 #if QCBOR_TYPE_TRUE != CBOR_SIMPLEV_TRUE
1149 #error QCBOR_TYPE_TRUE macro value wrong
4534 case QCBOR_TYPE_TRUE: in QCBORDecode_Private_ProcessBool()
4617 case QCBOR_TYPE_TRUE: in QCBORDecode_Private_ProcessSimple()