Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_common.h262 QCBOR_ERR_BUFFER_TOO_SMALL = 1, enumerator
H A Dqcbor_encode.h4034 pMe->uError = QCBOR_ERR_BUFFER_TOO_SMALL; in QCBOREncode_GetErrorState()
/optee_os/core/lib/qcbor/src/
H A Dqcbor_err_to_str.c26 ERR_TO_STR_CASE(QCBOR_ERR_BUFFER_TOO_SMALL) in qcbor_err_to_str()