Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_private.h159 #define CBOR_SIMPLEV_RESERVED_START CBOR_SIMPLEV_ONEBYTE macro
H A Dqcbor_encode.h3764 if(uNum >= CBOR_SIMPLEV_RESERVED_START && uNum <= CBOR_SIMPLEV_RESERVED_END) { in QCBOREncode_AddSimple()