Home
last modified time | relevance | path

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

/optee_os/core/pta/veraison_attestation/
H A Dcbor.c14 UsefulBufC ubc_eat_profile; member
36 encode_cbor_evidence(QCBOREncodeContext *context, UsefulBufC ubc_eat_profile, in encode_cbor_evidence() argument
47 ubc_eat_profile); in encode_cbor_evidence()
253 encode_cbor_evidence(context, evidence_args->ubc_eat_profile, in encode_cbor_evidence_wrapper()
274 build_cbor_evidence(UsefulBufC ubc_eat_profile, int psa_client_id, in build_cbor_evidence() argument
282 .ubc_eat_profile = ubc_eat_profile, in build_cbor_evidence()
321 UsefulBufC ubc_eat_profile = UsefulBuf_FromSZ(eat_profile); in generate_cbor_evidence() local
332 return build_cbor_evidence(ubc_eat_profile, in generate_cbor_evidence()