Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutee/arch/arm/
A Duser_ta_entry.c23 uint32_t session_id; member
200 if (itr->session_id == session_id) in ta_header_get_session()
225 itr->session_id = session_id; in ta_header_add_session()
238 if (itr->session_id == session_id) { in ta_header_remove_session()
322 res = ta_header_add_session(session_id); in entry_open_session()
326 session = ta_header_get_session(session_id); in entry_open_session()
339 ta_header_remove_session(session_id); in entry_open_session()
352 ta_header_remove_session(session_id); in entry_close_session()
414 res = entry_open_session(session_id, up); in __utee_entry()
417 res = entry_close_session(session_id); in __utee_entry()
[all …]
/optee_os-3.20.0/ta/arch/arm/
A Duser_ta_header.c39 TEE_Result __utee_entry(unsigned long func, unsigned long session_id,
43 unsigned long session_id,
48 unsigned long session_id, in _C_FUNCTION()
70 res = __utee_entry(func, session_id, up, cmd_id); in _C_FUNCTION()
/optee_os-3.20.0/core/arch/arm/include/kernel/
A Dsecure_partition.h83 struct sp_session *sp_get_session(uint32_t session_id);
88 TEE_Result sp_find_session_id(const TEE_UUID *uuid, uint32_t *session_id);
/optee_os-3.20.0/lib/libutee/
A Dtee_api_private.h15 TEE_Result __utee_entry(unsigned long func, unsigned long session_id,
/optee_os-3.20.0/core/arch/arm/kernel/
A Dsecure_partition.c98 TEE_Result sp_find_session_id(const TEE_UUID *uuid, uint32_t *session_id) in sp_find_session_id() argument
107 *session_id = s->endpoint_id; in sp_find_session_id()
115 struct sp_session *sp_get_session(uint32_t session_id) in sp_get_session() argument
120 if (s->endpoint_id == session_id) in sp_get_session()

Completed in 9 milliseconds