Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_private.h151 #define CBOR_SIMPLEV_TRUE 21 macro
H A Dqcbor_encode.h3797 uSimple = CBOR_SIMPLEV_TRUE; in QCBOREncode_AddBool()
/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c1148 #if QCBOR_TYPE_TRUE != CBOR_SIMPLEV_TRUE
1259 case CBOR_SIMPLEV_TRUE: /* 21 */ in QCBOR_Private_DecodeType7()
4618 *puSimple = CBOR_SIMPLEV_TRUE; in QCBORDecode_Private_ProcessSimple()