Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_private.h158 #define CBOR_SIMPLE_BREAK 31 macro
160 #define CBOR_SIMPLEV_RESERVED_END CBOR_SIMPLE_BREAK
/optee_os/core/lib/qcbor/src/
H A Dqcbor_encode.c438 #if CBOR_SIMPLE_BREAK != LEN_IS_INDEFINITE in QCBOREncode_EncodeHead()
441 nAdditionalInfo = CBOR_SIMPLE_BREAK; in QCBOREncode_EncodeHead()
1043 QCBOREncode_Private_AppendCBORHead(pMe, CBOR_MAJOR_NONE_TYPE_SIMPLE_BREAK, CBOR_SIMPLE_BREAK, 0); in QCBOREncode_Private_CloseMapOrArrayIndefiniteLength()
H A Dqcbor_decode.c1160 #if QCBOR_TYPE_BREAK != CBOR_SIMPLE_BREAK
1262 case CBOR_SIMPLE_BREAK: /* 31 */ in QCBOR_Private_DecodeType7()
1266 if(uArgument <= CBOR_SIMPLE_BREAK) { in QCBOR_Private_DecodeType7()