Home
last modified time | relevance | path

Searched defs:param_types (Results 1 – 25 of 29) sorted by relevance

12

/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/crypt/
H A Darith_taf.c77 TEE_Result ta_entry_arith_new_var(uint32_t param_types, in ta_entry_arith_new_var()
98 TEE_Result ta_entry_arith_new_fmm_ctx(uint32_t param_types, in ta_entry_arith_new_fmm_ctx()
124 TEE_Result ta_entry_arith_new_fmm_var(uint32_t param_types, in ta_entry_arith_new_fmm_var()
145 TEE_Result ta_entry_arith_free_handle(uint32_t param_types, in ta_entry_arith_free_handle()
160 TEE_Result ta_entry_arith_from_octet_string(uint32_t param_types, in ta_entry_arith_from_octet_string()
176 TEE_Result ta_entry_arith_from_s32(uint32_t param_types, in ta_entry_arith_from_s32()
191 TEE_Result ta_entry_arith_get_value(uint32_t param_types, in ta_entry_arith_get_value()
210 TEE_Result ta_entry_arith_get_value_s32(uint32_t param_types, in ta_entry_arith_get_value_s32()
229 TEE_Result ta_entry_arith_get_bit(uint32_t param_types, in ta_entry_arith_get_bit()
244 TEE_Result ta_entry_arith_get_bit_count(uint32_t param_types, in ta_entry_arith_get_bit_count()
[all …]
H A Dderive_key_taf.c28 uint32_t param_types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_MEMREF_INPUT, in derive_unique_key() local
49 TEE_Result derive_ta_unique_key_test(uint32_t param_types, in derive_ta_unique_key_test()
189 TEE_Result derive_ta_unique_key_test_shm(uint32_t param_types, in derive_ta_unique_key_test_shm()
H A Dsha2_taf.c10 TEE_Result ta_entry_sha224(uint32_t param_types, TEE_Param params[4]) in ta_entry_sha224()
33 TEE_Result ta_entry_sha256(uint32_t param_types, TEE_Param params[4]) in ta_entry_sha256()
H A Daes_taf.c21 TEE_Result ta_entry_aes256ecb_encrypt(uint32_t param_types, TEE_Param params[4]) in ta_entry_aes256ecb_encrypt()
62 TEE_Result ta_entry_aes256ecb_decrypt(uint32_t param_types, TEE_Param params[4]) in ta_entry_aes256ecb_decrypt()
H A Dta_entry.c291 static TEE_Result set_global(uint32_t param_types, TEE_Param params[4]) in set_global()
309 static TEE_Result get_global(uint32_t param_types, TEE_Param params[4]) in get_global()
H A Dseed_rng_taf.c10 TEE_Result seed_rng_pool(uint32_t param_types, TEE_Param params[4]) in seed_rng_pool()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/storage/
H A Dstorage.c22 uint32_t param_types, TEE_Param params[4]) in ta_storage_cmd_open()
63 uint32_t param_types, TEE_Param params[4]) in ta_storage_cmd_create()
109 uint32_t param_types, in ta_storage_cmd_create_overwrite()
150 TEE_Result ta_storage_cmd_close(uint32_t param_types, TEE_Param params[4]) in ta_storage_cmd_close()
161 TEE_Result ta_storage_cmd_read(uint32_t param_types, TEE_Param params[4]) in ta_storage_cmd_read()
185 TEE_Result ta_storage_cmd_write(uint32_t param_types, TEE_Param params[4]) in ta_storage_cmd_write()
207 TEE_Result ta_storage_cmd_seek(uint32_t param_types, TEE_Param params[4]) in ta_storage_cmd_seek()
230 TEE_Result ta_storage_cmd_unlink(uint32_t param_types, TEE_Param params[4]) in ta_storage_cmd_unlink()
243 TEE_Result ta_storage_cmd_rename(uint32_t command, uint32_t param_types, in ta_storage_cmd_rename()
279 TEE_Result ta_storage_cmd_trunc(uint32_t param_types, TEE_Param params[4]) in ta_storage_cmd_trunc()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/socket/
H A Dta_entry.c25 TEE_Result TA_OpenSessionEntryPoint(uint32_t param_types, in TA_OpenSessionEntryPoint()
45 static TEE_Result ta_entry_tcp_open(uint32_t param_types, TEE_Param params[4]) in ta_entry_tcp_open()
84 static TEE_Result ta_entry_udp_open(uint32_t param_types, TEE_Param params[4]) in ta_entry_udp_open()
123 static TEE_Result ta_entry_close(uint32_t param_types, TEE_Param params[4]) in ta_entry_close()
144 static TEE_Result ta_entry_send(uint32_t param_types, TEE_Param params[4]) in ta_entry_send()
168 static TEE_Result ta_entry_recv(uint32_t param_types, TEE_Param params[4]) in ta_entry_recv()
191 static TEE_Result ta_entry_error(uint32_t param_types, TEE_Param params[4]) in ta_entry_error()
214 static TEE_Result ta_entry_ioctl(uint32_t param_types, TEE_Param params[4]) in ta_entry_ioctl()
241 uint32_t cmd_id, uint32_t param_types, in TA_InvokeCommandEntryPoint()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/os_test/
H A Dos_test.c455 static TEE_Result test_mem_access_right(uint32_t param_types, in test_mem_access_right()
774 TEE_Result ta_entry_basic(uint32_t param_types, TEE_Param params[4]) in ta_entry_basic()
811 TEE_Result ta_entry_panic(uint32_t param_types, TEE_Param params[4]) in ta_entry_panic()
832 TEE_Result ta_entry_client_with_timeout(uint32_t param_types, in ta_entry_client_with_timeout()
874 TEE_Result ta_entry_client(uint32_t param_types, TEE_Param params[4]) in ta_entry_client()
936 TEE_Result ta_entry_params_access_rights(uint32_t param_types, TEE_Param params[4]) in ta_entry_params_access_rights()
963 TEE_Result ta_entry_wait(uint32_t param_types, TEE_Param params[4]) in ta_entry_wait()
986 TEE_Result ta_entry_bad_mem_access(uint32_t param_types, TEE_Param params[4]) in ta_entry_bad_mem_access()
1030 TEE_Result ta_entry_ta2ta_memref(uint32_t param_types, TEE_Param params[4]) in ta_entry_ta2ta_memref()
1118 TEE_Result ta_entry_ta2ta_memref_mix(uint32_t param_types, TEE_Param params[4]) in ta_entry_ta2ta_memref_mix()
[all …]
H A Dinit.c10 TEE_Result ta_entry_init(uint32_t param_types, TEE_Param params[4]) in ta_entry_init()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/sims/
H A Dta_sims.c27 TEE_Result sims_open_ta_session(void *session_context, uint32_t param_types, in sims_open_ta_session()
90 TEE_Result sims_read(uint32_t param_types, TEE_Param params[4]) in sims_read()
119 TEE_Result sims_write(uint32_t param_types, TEE_Param params[4]) in sims_write()
148 TEE_Result sims_get_counter(void *session_context, uint32_t param_types, in sims_get_counter()
162 TEE_Result sims_entry_panic(void *session_context, uint32_t param_types, in sims_entry_panic()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/concurrent/
H A Dta_entry.c23 TEE_Result TA_OpenSessionEntryPoint(uint32_t param_types, in TA_OpenSessionEntryPoint()
48 static TEE_Result ta_entry_busy_loop(uint32_t param_types, TEE_Param params[4]) in ta_entry_busy_loop()
81 static TEE_Result ta_entry_sha256(uint32_t param_types, TEE_Param params[4]) in ta_entry_sha256()
140 uint32_t cmd_id, uint32_t param_types, in TA_InvokeCommandEntryPoint()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/concurrent_large/
H A Dta_entry.c23 TEE_Result TA_OpenSessionEntryPoint(uint32_t param_types, in TA_OpenSessionEntryPoint()
48 static TEE_Result ta_entry_busy_loop(uint32_t param_types, TEE_Param params[4]) in ta_entry_busy_loop()
81 static TEE_Result ta_entry_sha256(uint32_t param_types, TEE_Param params[4]) in ta_entry_sha256()
140 uint32_t cmd_id, uint32_t param_types, in TA_InvokeCommandEntryPoint()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/tpm_log_test/
H A Dta_entry.c14 static TEE_Result invoke_system_pta(uint32_t cmd_id, uint32_t param_types, in invoke_system_pta()
41 const uint32_t param_types = TEE_PARAM_TYPES( in test_with_right_parameters() local
110 const uint32_t param_types = TEE_PARAM_TYPES( in test_short_buffer() local
/OK3568_Linux_fs/external/security/rk_tee_user/v1/ta/rk_test/
H A Drktest_entry.c35 TEE_Result TA_OpenSessionEntryPoint(uint32_t param_types, in TA_OpenSessionEntryPoint()
74 uint32_t param_types, TEE_Param params[4]) in TA_InvokeCommandEntryPoint()
H A Drktest_transfer_data.c10 TEE_Result handle_transfer_data(uint32_t param_types, TEE_Param params[4]) in handle_transfer_data()
H A Drktest_storage_speed.c11 TEE_Result handle_storage_speed(uint32_t param_types, TEE_Param params[4]) in handle_storage_speed()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/rk_test/
H A Drktest_entry.c35 TEE_Result TA_OpenSessionEntryPoint(uint32_t param_types, in TA_OpenSessionEntryPoint()
74 uint32_t param_types, TEE_Param params[4]) in TA_InvokeCommandEntryPoint()
H A Drktest_transfer_data.c10 TEE_Result handle_transfer_data(uint32_t param_types, TEE_Param params[4]) in handle_transfer_data()
H A Drktest_storage_speed.c11 TEE_Result handle_storage_speed(uint32_t param_types, TEE_Param params[4]) in handle_storage_speed()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/supp_plugin/
H A Dta_entry.c40 static TEE_Result pass_values(uint32_t param_types, in pass_values()
68 static TEE_Result write_array(uint32_t param_types, in write_array()
90 static TEE_Result get_array(uint32_t param_types, in get_array()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/sha_perf/
H A Dta_sha_perf.c24 TEE_Result cmd_process(uint32_t param_types, TEE_Param params[4]) in cmd_process()
55 TEE_Result cmd_prepare_op(uint32_t param_types, TEE_Param params[4]) in cmd_prepare_op()
/OK3568_Linux_fs/buildroot/package/rockchip/tee-user-app/extra_app/ta/
H A Dkeybox.c35 TEE_Result TA_OpenSessionEntryPoint(uint32_t param_types, in TA_OpenSessionEntryPoint()
89 uint32_t param_types, TEE_Param params[4]) in TA_InvokeCommandEntryPoint()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/aes_perf/
H A Dta_aes_perf.c83 TEE_Result cmd_process(uint32_t param_types, in cmd_process()
170 TEE_Result cmd_prepare_key(uint32_t param_types, TEE_Param params[4]) in cmd_prepare_key()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/storage_benchmark/
H A Dbenchmark.c299 uint32_t param_types, TEE_Param params[4]) in ta_stroage_benchmark_chunk_access_test()
394 uint32_t param_types, TEE_Param params[4]) in ta_storage_benchmark_cmd_handler()

12