Home
last modified time | relevance | path

Searched defs:clnt_id (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/kernel/
H A Dtee_ta_manager.c454 const TEE_Identity *clnt_id) in tee_ta_close_session()
702 const TEE_Identity *clnt_id, in tee_ta_open_session()
771 const TEE_Identity *clnt_id, in tee_ta_invoke_command()
1011 const TEE_Identity *clnt_id) in tee_ta_cancel_command()
/optee_os/core/tee/
H A Dtee_svc.c790 TEE_Identity *clnt_id = malloc(sizeof(TEE_Identity)); in syscall_open_ta_session() local
834 TEE_Identity clnt_id = { }; in syscall_close_ta_session() local
855 TEE_Identity clnt_id = { }; in syscall_invoke_ta_command() local
H A Dentry_std.c330 TEE_Identity *clnt_id) in get_open_session_meta()
369 TEE_Identity clnt_id = { }; in entry_open_session() local
/optee_os/core/include/kernel/
H A Dtee_ta_manager.h85 TEE_Identity clnt_id; /* Identify of client */ member