Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c5419 QCBOR_Private_ConvertNegativeBigNumToSigned(const UsefulBufC BigNum, in QCBOR_Private_ConvertNegativeBigNumToSigned() function
5642 return QCBOR_Private_ConvertNegativeBigNumToSigned(pItem->val.bigNum, pnValue); in QCBOR_Private_Int64ConvertAll()
5692 …uErr = QCBOR_Private_ConvertNegativeBigNumToSigned(pItem->val.expAndMantissa.Mantissa.bigNum, &nMa… in QCBOR_Private_Int64ConvertAll()
5726 …uErr = QCBOR_Private_ConvertNegativeBigNumToSigned(pItem->val.expAndMantissa.Mantissa.bigNum, &nMa… in QCBOR_Private_Int64ConvertAll()
6834 …uErr = QCBOR_Private_ConvertNegativeBigNumToSigned(pItem->val.expAndMantissa.Mantissa.bigNum, pnMa… in QCBOR_Private_ProcessExpMantissa()