Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_common.h369 QCBOR_ERR_ARRAY_DECODE_NESTING_TOO_DEEP = 41, enumerator
/optee_os/core/lib/qcbor/src/
H A Dqcbor_err_to_str.c45 ERR_TO_STR_CASE(QCBOR_ERR_ARRAY_DECODE_NESTING_TOO_DEEP) in qcbor_err_to_str()
H A Dqcbor_decode.c423 return QCBOR_ERR_ARRAY_DECODE_NESTING_TOO_DEEP; in DecodeNesting_Descend()