Home
last modified time | relevance | path

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

/optee_os/core/pta/veraison_attestation/
H A Dcbor.c321 UsefulBufC ubc_eat_profile = UsefulBuf_FromSZ(eat_profile); in generate_cbor_evidence()
324 UsefulBufC ubc_measurement_type = UsefulBuf_FromSZ(measurement_type); in generate_cbor_evidence()
/optee_os/core/lib/qcbor/inc/qcbor/
H A DUsefulBuf.h489 static inline UsefulBufC UsefulBuf_FromSZ(const char *szString);
1793 static inline UsefulBufC UsefulBuf_FromSZ(const char *szString) in UsefulBuf_FromSZ() function
H A Dqcbor_spiffy_decode.h2298 OneItemSeach[0].label.string = UsefulBuf_FromSZ(szLabel); in QCBORDecode_GetArrayFromMapSZ()
2345 OneItemSeach[0].label.string = UsefulBuf_FromSZ(szLabel); in QCBORDecode_GetMapFromMapSZ()
H A Dqcbor_encode.h2520 QCBOREncode_AddText(pMe, UsefulBuf_FromSZ(szLabel)); in QCBOREncode_AddTextToMap()
2537 QCBOREncode_AddText(pMe, UsefulBuf_FromSZ(szString)); in QCBOREncode_AddSZString()
/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c3584 OneItemSeach[0].label.string = UsefulBuf_FromSZ(szLabel); in QCBORDecode_GetItemInMapSZ()
4086 OneItemSeach[0].label.string = UsefulBuf_FromSZ(szLabel); in QCBORDecode_EnterMapFromMapSZ()
4121 OneItemSeach[0].label.string = UsefulBuf_FromSZ(szLabel); in QCBORDecode_EnterArrayFromMapSZ()