Searched refs:connection_method (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/libteec/src/ |
| H A D | tee_client_api.c | 539 uint32_t connection_method, in setup_client_data() argument 542 arg->clnt_login = connection_method; in setup_client_data() 544 switch (connection_method) { in setup_client_data() 593 uint32_t connection_method, const void *connection_data, in TEEC_OpenSession() argument 630 setup_client_data(arg, connection_method, connection_data); in TEEC_OpenSession()
|
| /OK3568_Linux_fs/u-boot/lib/optee_clientApi/ |
| H A D | OpteeClientApiLib.c | 327 uint32_t connection_method, in TEEC_OpenSession() argument 342 if (connection_method != TEEC_LOGIN_PUBLIC) { in TEEC_OpenSession()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | tee_drv.h | 186 int tee_session_calc_client_uuid(uuid_t *uuid, u32 connection_method,
|