Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_private.h152 #define CBOR_SIMPLEV_NULL 22 macro
H A Dqcbor_encode.h3820 QCBOREncode_AddSimple(pMe, CBOR_SIMPLEV_NULL); in QCBOREncode_AddNULL()
/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c1152 #if QCBOR_TYPE_NULL != CBOR_SIMPLEV_NULL
1260 case CBOR_SIMPLEV_NULL: /* 22 */ in QCBOR_Private_DecodeType7()
4626 *puSimple = CBOR_SIMPLEV_NULL; in QCBORDecode_Private_ProcessSimple()