Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_common.h485 QCBOR_ERR_CONVERSION_UNDER_OVER_FLOW = 70, enumerator
/optee_os/core/lib/qcbor/src/
H A Dqcbor_err_to_str.c66 ERR_TO_STR_CASE(QCBOR_ERR_CONVERSION_UNDER_OVER_FLOW) in qcbor_err_to_str()
H A Dqcbor_decode.c5110 return QCBOR_ERR_CONVERSION_UNDER_OVER_FLOW; in QCBOR_Private_Exponentitate10()
5118 return QCBOR_ERR_CONVERSION_UNDER_OVER_FLOW; in QCBOR_Private_Exponentitate10()
5158 return QCBOR_ERR_CONVERSION_UNDER_OVER_FLOW; in QCBOR_Private_Exponentitate2()
5166 return QCBOR_ERR_CONVERSION_UNDER_OVER_FLOW; in QCBOR_Private_Exponentitate2()
5245 return QCBOR_ERR_CONVERSION_UNDER_OVER_FLOW; in QCBOR_Private_ExponentiateNN()
5257 return QCBOR_ERR_CONVERSION_UNDER_OVER_FLOW; in QCBOR_Private_ExponentiateNN()
5350 return QCBOR_ERR_CONVERSION_UNDER_OVER_FLOW; in QCBOR_Private_ConvertBigNumToUnsigned()
5515 return QCBOR_ERR_CONVERSION_UNDER_OVER_FLOW; in QCBOR_Private_ConvertInt64()
5876 return QCBOR_ERR_CONVERSION_UNDER_OVER_FLOW; in QCBOR_Private_ConvertUInt64()
5890 return QCBOR_ERR_CONVERSION_UNDER_OVER_FLOW; in QCBOR_Private_ConvertUInt64()