Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_private.h153 #define CBOR_SIMPLEV_UNDEF 23 macro
H A Dqcbor_encode.h3841 QCBOREncode_AddSimple(pMe, CBOR_SIMPLEV_UNDEF); in QCBOREncode_AddUndef()
/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c1156 #if QCBOR_TYPE_UNDEF != CBOR_SIMPLEV_UNDEF
1261 case CBOR_SIMPLEV_UNDEF: /* 23 */ in QCBOR_Private_DecodeType7()
4630 *puSimple = CBOR_SIMPLEV_UNDEF; in QCBORDecode_Private_ProcessSimple()