| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | tee_fs_key_manager.h | 19 TEE_Result tee_fs_generate_fek(const TEE_UUID *uuid, void *encrypted_fek, 21 TEE_Result tee_fs_crypt_block(const TEE_UUID *uuid, uint8_t *out, 26 TEE_Result tee_fs_fek_crypt(const TEE_UUID *uuid, TEE_OperationMode mode,
|
| H A D | tee_internal_api_extensions.h | 64 TEE_Result tee_uuid_from_str(TEE_UUID *uuid, const char *s); 77 TEE_Result tee_invoke_supp_plugin(const TEE_UUID *uuid, uint32_t cmd,
|
| H A D | tee_api_types.h | 27 } TEE_UUID; typedef 36 TEE_UUID uuid;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | tee_fs_key_manager.h | 19 TEE_Result tee_fs_generate_fek(const TEE_UUID *uuid, void *encrypted_fek, 21 TEE_Result tee_fs_crypt_block(const TEE_UUID *uuid, uint8_t *out, 26 TEE_Result tee_fs_fek_crypt(const TEE_UUID *uuid, TEE_OperationMode mode,
|
| H A D | tee_internal_api_extensions.h | 64 TEE_Result tee_uuid_from_str(TEE_UUID *uuid, const char *s); 77 TEE_Result tee_invoke_supp_plugin(const TEE_UUID *uuid, uint32_t cmd,
|
| H A D | tee_api_types.h | 27 } TEE_UUID; typedef 36 TEE_UUID uuid;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | tee_internal_api_extensions.h | 64 TEE_Result tee_uuid_from_str(TEE_UUID *uuid, const char *s); 77 TEE_Result tee_invoke_supp_plugin(const TEE_UUID *uuid, uint32_t cmd,
|
| H A D | tee_api_types.h | 27 } TEE_UUID; typedef 36 TEE_UUID uuid;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | tee_internal_api_extensions.h | 64 TEE_Result tee_uuid_from_str(TEE_UUID *uuid, const char *s); 77 TEE_Result tee_invoke_supp_plugin(const TEE_UUID *uuid, uint32_t cmd,
|
| H A D | tee_api_types.h | 27 } TEE_UUID; typedef 36 TEE_UUID uuid;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/ta/rk_public_api/ |
| H A D | rk_oem_otp_api.c | 19 TEE_UUID uuid = RK_OS_SERVICE_UUID; in rk_otp_read() 62 TEE_UUID uuid = RK_OS_SERVICE_UUID; in rk_otp_write() 105 TEE_UUID uuid = RK_OS_SERVICE_UUID; in rk_otp_size()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/rk_public_api/ |
| H A D | rk_oem_otp_api.c | 18 TEE_UUID uuid = RK_OS_SERVICE_UUID; in rk_otp_read() 63 TEE_UUID uuid = RK_OS_SERVICE_UUID; in rk_otp_write() 108 TEE_UUID uuid = RK_OS_SERVICE_UUID; in rk_otp_size()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/ |
| H A D | tee_api_types.h | 49 } TEE_UUID; typedef 58 TEE_UUID uuid;
|
| H A D | user_ta_header.h | 56 TEE_UUID uuid;
|
| /OK3568_Linux_fs/u-boot/include/optee_include/ |
| H A D | tee_api_types.h | 27 } TEE_UUID; typedef 36 TEE_UUID uuid;
|
| H A D | tee_rpc_types.h | 14 TEE_UUID uuid;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/ |
| H A D | tee_api_types.h | 49 } TEE_UUID; typedef 58 TEE_UUID uuid;
|
| H A D | user_ta_header.h | 56 TEE_UUID uuid;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/os_test/ |
| H A D | os_test.c | 258 TEE_UUID v = { }; in print_properties() 458 static const TEE_UUID test_uuid = TA_OS_TEST_UUID; in test_mem_access_right() 465 TEE_UUID *uuid = NULL; in test_mem_access_right() 835 static const TEE_UUID os_test_uuid = TA_OS_TEST_UUID; in ta_entry_client_with_timeout() 876 static const TEE_UUID crypt_uuid = TA_CRYPT_UUID; in ta_entry_client() 1032 static const TEE_UUID test_uuid = TA_OS_TEST_UUID; in ta_entry_ta2ta_memref() 1321 if (params[1].memref.size < sizeof(TEE_UUID)) { in ta_entry_client_identity() 1322 params[1].memref.size = sizeof(TEE_UUID); in ta_entry_client_identity() 1334 memcpy(params[1].memref.buffer, &identity.uuid, sizeof(TEE_UUID)); in ta_entry_client_identity() 1335 params[1].memref.size = sizeof(TEE_UUID); in ta_entry_client_identity()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/supp_plugin/ |
| H A D | ta_entry.c | 16 static const TEE_UUID uuid = TEST_PLUGIN_UUID; 139 const TEE_UUID nulluuid = { }; in call_unknown_plugin()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/rpc_test/ |
| H A D | ta_rpc.c | 14 static TEE_UUID cryp_uuid = TA_CRYPT_UUID; 139 TEE_UUID uuid = TA_SIMS_TEST_UUID; in rpc_open()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ |
| H A D | typedefs.checkpatch | 2 TEE_UUID
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/package/testsuite/global_platform/api_1.0/GP_XSL_TEE_Initial_Configuration-Test_Suite_v1_0_0-2014-12-03-STM/TTAs/TTA_TCF/TTA_TCF/code_files/ |
| H A D | user_ta_header_defines.h | 54 &(const TEE_UUID) { 0x534D4152, 0x542D, 0x4353, \
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/os_test/include/ |
| H A D | user_ta_header_defines.h | 26 &(const TEE_UUID) {1, 2, 3 } }, \
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/crypt/ |
| H A D | seed_rng_taf.c | 12 static const TEE_UUID system_uuid = PTA_SYSTEM_UUID; in seed_rng_pool()
|