Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_common.h139 #define CBOR_TAG_BIGFLOAT 5 macro
H A Dqcbor_encode.h3225 uTag = CBOR_TAG_BIGFLOAT; in QCBOREncode_AddTBigFloat()
3307 uTag = CBOR_TAG_BIGFLOAT; in QCBOREncode_AddTBigFloatBigNum()
/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c2663 uTagToProcess == CBOR_TAG_BIGFLOAT) { in QCBORDecode_Private_GetNextTagContent()