Searched refs:client_uuid (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | xtest_helpers.c | 411 TEEC_UUID *client_uuid) in ta_os_test_cmd_client_identity() argument 416 operation.params[1].tmpref.buffer = client_uuid; in ta_os_test_cmd_client_identity() 417 operation.params[1].tmpref.size = sizeof(*client_uuid); in ta_os_test_cmd_client_identity()
|
| H A D | xtest_helpers.h | 94 TEEC_UUID *client_uuid);
|
| H A D | regression_1000.c | 2050 TEEC_UUID client_uuid = { }; in xtest_tee_test_1026() local 2059 &client_uuid); in xtest_tee_test_1026() 2066 ADBG_EXPECT_EQUAL(c, &client_uuid_public, &client_uuid, in xtest_tee_test_1026() 2092 TEEC_UUID client_uuid = { }; in xtest_tee_test_1027() local 2116 &client_uuid); in xtest_tee_test_1027() 2123 ADBG_EXPECT_EQUAL(c, &expected_client_uuid, &client_uuid, in xtest_tee_test_1027() 2154 TEEC_UUID client_uuid = { }; in xtest_tee_test_1028() local 2181 &client_uuid); in xtest_tee_test_1028() 2188 ADBG_EXPECT_EQUAL(c, &expected_client_uuid, &client_uuid, in xtest_tee_test_1028()
|
| /OK3568_Linux_fs/kernel/drivers/tee/optee/ |
| H A D | call.c | 220 uuid_t client_uuid; in optee_open_session() local 241 rc = tee_session_calc_client_uuid(&client_uuid, arg->clnt_login, in optee_open_session() 245 export_uuid(msg_arg->params[1].u.octets, &client_uuid); in optee_open_session()
|