Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtee_core.h182 int tee_session_calc_client_uuid(uuid_t *uuid, u32 connection_method,
/linux/drivers/tee/
H A Dtee_core.c198 int tee_session_calc_client_uuid(uuid_t *uuid, u32 connection_method, in tee_session_calc_client_uuid() function
268 EXPORT_SYMBOL_GPL(tee_session_calc_client_uuid);
/linux/drivers/tee/optee/
H A Dcall.c396 rc = tee_session_calc_client_uuid(&client_uuid, arg->clnt_login, in optee_open_session()