Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_common.h349 QCBOR_ERR_HIT_END = 31, enumerator
/optee_os/core/lib/qcbor/src/
H A Dqcbor_err_to_str.c42 ERR_TO_STR_CASE(QCBOR_ERR_HIT_END) in qcbor_err_to_str()
H A Dqcbor_decode.c837 uReturn = QCBOR_ERR_HIT_END; in QCBOR_Private_DecodeHead()
982 uReturn = QCBOR_ERR_HIT_END; in QCBOR_Private_DecodeString()