Closed ayuser123 closed 2 months ago
Hi, I'm trying to have a PTA store/read a persistent object. I understand the TEE API is not available for use from the PTA.
Correct.
In my attempt to use the functions in tee_svc_storage.c directly, I end up with a panic from "ts_get_current_session();"
What would the best approach be for doing this? Are there any examples I could follow?
See for instance core/pta/attestation.c
and, more specifically, sec_storage_obj_read()
and sec_storage_obj_write()
.
This issue has been marked as a stale issue because it has been open (more than) 30 days with no activity. Remove the stale label or add a comment, otherwise this issue will automatically be closed in 5 days. Note, that you can always re-open a closed issue at any time.
Hi, I'm trying to have a PTA store/read a persistent object. I understand the TEE API is not available for use from the PTA. In my attempt to use the functions in tee_svc_storage.c directly, I end up with a panic from "ts_get_current_session();"
What would the best approach be for doing this?
Are there any examples I could follow?
Thanks!