Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_common.h296 QCBOR_ERR_ARRAY_OR_MAP_STILL_OPEN = 8, enumerator
/optee_os/core/lib/qcbor/src/
H A Dqcbor_err_to_str.c33 ERR_TO_STR_CASE(QCBOR_ERR_ARRAY_OR_MAP_STILL_OPEN) in qcbor_err_to_str()
H A Dqcbor_encode.c1061 pMe->uError = QCBOR_ERR_ARRAY_OR_MAP_STILL_OPEN; in QCBOREncode_Finish()