Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_common.h316 QCBOR_ERR_EXTRA_BYTES = 21, enumerator
/optee_os/core/lib/qcbor/src/
H A Dqcbor_err_to_str.c37 ERR_TO_STR_CASE(QCBOR_ERR_EXTRA_BYTES) in qcbor_err_to_str()
H A Dqcbor_decode.c2878 uReturn = QCBOR_ERR_EXTRA_BYTES; in QCBORDecode_PartialFinish()