Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_private.h150 #define CBOR_SIMPLEV_FALSE 20 macro
H A Dqcbor_encode.h3795 uint8_t uSimple = CBOR_SIMPLEV_FALSE; in QCBOREncode_AddBool()
/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c1144 #if QCBOR_TYPE_FALSE != CBOR_SIMPLEV_FALSE
1258 case CBOR_SIMPLEV_FALSE: /* 20 */ in QCBOR_Private_DecodeType7()
4622 *puSimple = CBOR_SIMPLEV_FALSE; in QCBORDecode_Private_ProcessSimple()