Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_common.h421 QCBOR_ERR_INDEF_LEN_STRINGS_DISABLED = 49, enumerator
/optee_os/core/lib/qcbor/src/
H A Dqcbor_err_to_str.c53 ERR_TO_STR_CASE(QCBOR_ERR_INDEF_LEN_STRINGS_DISABLED) in qcbor_err_to_str()
H A Dqcbor_decode.c1009 uReturn = QCBOR_ERR_INDEF_LEN_STRINGS_DISABLED; in QCBOR_Private_DecodeString()
1535 uReturn = QCBOR_ERR_INDEF_LEN_STRINGS_DISABLED; in QCBORDecode_Private_GetNextFullString()