Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/kernel/
A Dpseudo_ta.c152 if (stc->ctx.ref_count == 1 && stc->pseudo_ta->create_entry_point) { in pseudo_ta_enter_open_session()
153 res = stc->pseudo_ta->create_entry_point(); in pseudo_ta_enter_open_session()
158 if (stc->pseudo_ta->open_session_entry_point) { in pseudo_ta_enter_open_session()
227 if (stc->pseudo_ta->close_session_entry_point) in pseudo_ta_enter_close_session()
230 if (stc->ctx.ref_count == 1 && stc->pseudo_ta->destroy_entry_point) in pseudo_ta_enter_close_session()
231 stc->pseudo_ta->destroy_entry_point(); in pseudo_ta_enter_close_session()
292 struct pseudo_ta_ctx *stc = NULL; in tee_ta_init_pseudo_ta_session() local
310 stc = calloc(1, sizeof(struct pseudo_ta_ctx)); in tee_ta_init_pseudo_ta_session()
311 if (!stc) in tee_ta_init_pseudo_ta_session()
313 ctx = &stc->ctx; in tee_ta_init_pseudo_ta_session()
[all …]

Completed in 2 milliseconds