Searched refs:szLabel (Results 1 – 3 of 3) sorted by relevance
| /optee_os/core/lib/qcbor/inc/qcbor/ |
| H A D | qcbor_encode.h | 519 QCBOREncode_AddInt64ToMap(QCBOREncodeContext *pCtx, const char *szLabel, int64_t uNum); 543 QCBOREncode_AddUInt64ToMap(QCBOREncodeContext *pCtx, const char *szLabel, uint64_t uNum); 591 QCBOREncode_AddTextToMap(QCBOREncodeContext *pCtx, const char *szLabel, UsefulBufC Text); 609 QCBOREncode_AddSZStringToMap(QCBOREncodeContext *pCtx, const char *szLabel, const char *szString); 657 QCBOREncode_AddDoubleToMap(QCBOREncodeContext *pCtx, const char *szLabel, double dNum); 679 QCBOREncode_AddFloatToMap(QCBOREncodeContext *pCtx, const char *szLabel, float fNum); 703 QCBOREncode_AddDoubleNoPreferredToMap(QCBOREncodeContext *pCtx, const char *szLabel, double dNum); 727 QCBOREncode_AddFloatNoPreferredToMap(QCBOREncodeContext *pCtx, const char *szLabel, float fNum); 802 const char *szLabel, 819 const char *szLabel, [all …]
|
| H A D | qcbor_spiffy_decode.h | 242 const char *szLabel, 296 const char *szLabel, 351 const char *szLabel, 382 const char *szLabel, 423 const char *szLabel, 454 const char *szLabel, 485 const char *szLabel, 515 const char *szLabel, 554 const char *szLabel, 603 const char *szLabel, [all …]
|
| /optee_os/core/lib/qcbor/src/ |
| H A D | qcbor_decode.c | 3573 const char *szLabel, in QCBORDecode_GetItemInMapSZ() argument 3584 OneItemSeach[0].label.string = UsefulBuf_FromSZ(szLabel); in QCBORDecode_GetItemInMapSZ() 3606 (void)szLabel; in QCBORDecode_GetItemInMapSZ() 3903 const char *szLabel, in QCBORDecode_GetTaggedItemInMapSZ() argument 3907 QCBORDecode_GetItemInMapSZ(pMe, szLabel, QCBOR_TYPE_ANY, pItem); in QCBORDecode_GetTaggedItemInMapSZ() 3955 const char * szLabel, in QCBORDecode_Private_GetTaggedStringInMapSZ() argument 3960 QCBORDecode_GetTaggedItemInMapSZ(pMe, szLabel, TagSpec, &Item); in QCBORDecode_Private_GetTaggedStringInMapSZ() 4081 QCBORDecode_EnterMapFromMapSZ(QCBORDecodeContext *pMe, const char *szLabel) in QCBORDecode_EnterMapFromMapSZ() argument 4086 OneItemSeach[0].label.string = UsefulBuf_FromSZ(szLabel); in QCBORDecode_EnterMapFromMapSZ() 4092 (void)szLabel; in QCBORDecode_EnterMapFromMapSZ() [all …]
|