Home
last modified time | relevance | path

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

/optee_os/core/tee/
H A Dtee_obj.c34 void tee_obj_close(struct user_ta_ctx *utc, struct tee_obj *o) in tee_obj_close() function
51 tee_obj_close(utc, TAILQ_FIRST(objects)); in tee_obj_close_all()
67 tee_obj_close(to_user_ta_ctx(sess->ts_sess.ctx), o); in tee_obj_verify()
H A Dtee_svc_storage.c80 tee_obj_close(utc, o); in remove_corrupt_obj()
234 tee_obj_close(utc, o); in syscall_storage_obj_open()
421 tee_obj_close(utc, o); in syscall_storage_obj_create()
427 tee_obj_close(utc, o); in syscall_storage_obj_create()
470 tee_obj_close(utc, o); in syscall_storage_obj_del()
H A Dtee_svc_cryp.c1679 tee_obj_close(to_user_ta_ctx(sess->ctx), o); in syscall_cryp_obj_alloc()
1700 tee_obj_close(to_user_ta_ctx(sess->ctx), o); in syscall_cryp_obj_close()
2599 tee_obj_close(utc, o); in cryp_state_free()
2601 tee_obj_close(utc, o); in cryp_state_free()
/optee_os/core/include/tee/
H A Dtee_obj.h32 void tee_obj_close(struct user_ta_ctx *utc, struct tee_obj *o);