Home
last modified time | relevance | path

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

/optee_os/core/pta/veraison_attestation/
H A Dcbor.c57 QCBOREncode_AddBytesToMapN(context, PSA_IMPLEMENTATION_ID, in encode_cbor_evidence()
65 QCBOREncode_AddBytesToMapN(context, PSA_SW_COMPONENT_MEASUREMENT_VALUE, in encode_cbor_evidence()
67 QCBOREncode_AddBytesToMapN(context, PSA_SW_COMPONENT_SIGNER_ID, in encode_cbor_evidence()
73 QCBOREncode_AddBytesToMapN(context, PSA_NONCE, ubc_psa_nonce); in encode_cbor_evidence()
76 QCBOREncode_AddBytesToMapN(context, PSA_INSTANCE_ID, in encode_cbor_evidence()
/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_encode.h887 QCBOREncode_AddBytesToMapN(QCBOREncodeContext *pCtx, int64_t nLabel, UsefulBufC Bytes);
2794 QCBOREncode_AddBytesToMapN(QCBOREncodeContext *pMe, in QCBOREncode_AddBytesToMapN() function