Searched refs:tee_obj_close (Results 1 – 4 of 4) sorted by relevance
/optee_os-3.20.0/core/tee/ |
A D | tee_obj.c | 35 void tee_obj_close(struct user_ta_ctx *utc, struct tee_obj *o) in tee_obj_close() function 52 tee_obj_close(utc, TAILQ_FIRST(objects)); in tee_obj_close_all() 68 tee_obj_close(to_user_ta_ctx(sess->ts_sess.ctx), o); in tee_obj_verify()
|
A D | tee_svc_storage.c | 81 tee_obj_close(to_user_ta_ctx(sess->ctx), o); in tee_svc_storage_remove_corrupt_obj() 237 tee_obj_close(utc, o); in syscall_storage_obj_open() 407 tee_obj_close(utc, o); in syscall_storage_obj_create() 450 tee_obj_close(utc, o); in syscall_storage_obj_del()
|
A D | tee_svc_cryp.c | 1578 tee_obj_close(to_user_ta_ctx(sess->ctx), o); in syscall_cryp_obj_alloc() 1599 tee_obj_close(to_user_ta_ctx(sess->ctx), o); in syscall_cryp_obj_close() 2453 tee_obj_close(utc, o); in cryp_state_free() 2455 tee_obj_close(utc, o); in cryp_state_free()
|
/optee_os-3.20.0/core/include/tee/ |
A D | tee_obj.h | 32 void tee_obj_close(struct user_ta_ctx *utc, struct tee_obj *o);
|
Completed in 11 milliseconds