Searched refs:connection_method (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/common_modules/tzdriver/ |
H A D | teek_client_api.h | 51 uint32_t connection_method, 136 uint32_t connection_method, in teek_open_session() 133 teek_open_session(struct teec_context *context, struct teec_session *session, const struct teec_uuid *destination, uint32_t connection_method, const void *connection_data, const struct teec_operation *operation, uint32_t *return_origin) teek_open_session() argument
|
/kernel/linux/common_modules/tzdriver/core/ |
H A D | teek_client_api.c | 393 uint32_t connection_method) in check_open_sess_params() 399 connection_method != TEEC_LOGIN_IDENTIFY) { in check_open_sess_params() 482 uint32_t connection_method, const void *connection_data, in proc_teek_open_session() 512 teec_ret = check_open_sess_params(context, operation, destination, connection_method); in proc_teek_open_session() 553 uint32_t connection_method, const void *connection_data, in teek_open_session() 561 destination, connection_method, connection_data, in teek_open_session() 391 check_open_sess_params(struct teec_context *context, const struct teec_operation *operation, const struct teec_uuid *destination, uint32_t connection_method) check_open_sess_params() argument 480 proc_teek_open_session(struct teec_context *context, struct teec_session *session, const struct teec_uuid *destination, uint32_t connection_method, const void *connection_data, const struct teec_operation *operation, uint32_t *return_origin) proc_teek_open_session() argument 551 teek_open_session(struct teec_context *context, struct teec_session *session, const struct teec_uuid *destination, uint32_t connection_method, const void *connection_data, const struct teec_operation *operation, uint32_t *return_origin) teek_open_session() argument
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | tee_drv.h | 176 * @connection_method: Connection method for session (TEE_IOCTL_LOGIN_*) 186 int tee_session_calc_client_uuid(uuid_t *uuid, u32 connection_method,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | tee_drv.h | 173 * @connection_method: Connection method for session (TEE_IOCTL_LOGIN_*) 183 int tee_session_calc_client_uuid(uuid_t *uuid, u32 connection_method,
|
/kernel/linux/linux-5.10/drivers/tee/ |
H A D | tee_core.c | 198 int tee_session_calc_client_uuid(uuid_t *uuid, u32 connection_method, in tee_session_calc_client_uuid() argument 207 if (connection_method == TEE_IOCTL_LOGIN_PUBLIC || in tee_session_calc_client_uuid() 208 connection_method == TEE_IOCTL_LOGIN_REE_KERNEL) { in tee_session_calc_client_uuid() 231 switch (connection_method) { in tee_session_calc_client_uuid()
|
/kernel/linux/linux-6.6/drivers/tee/ |
H A D | tee_core.c | 198 int tee_session_calc_client_uuid(uuid_t *uuid, u32 connection_method, in tee_session_calc_client_uuid() argument 207 if (connection_method == TEE_IOCTL_LOGIN_PUBLIC || in tee_session_calc_client_uuid() 208 connection_method == TEE_IOCTL_LOGIN_REE_KERNEL) { in tee_session_calc_client_uuid() 231 switch (connection_method) { in tee_session_calc_client_uuid()
|
Completed in 8 milliseconds