/optee_test/ta/crypt/ |
A D | arith_taf.c | 77 TEE_Result ta_entry_arith_new_var(uint32_t param_types, in ta_entry_arith_new_var() 275 TEE_Result ta_entry_arith_cmp(uint32_t param_types, in ta_entry_arith_cmp() 328 static TEE_Result binary_func(uint32_t param_types, in binary_func() 348 static TEE_Result unary_func(uint32_t param_types, in unary_func() 366 TEE_Result ta_entry_arith_add(uint32_t param_types, in ta_entry_arith_add() 372 TEE_Result ta_entry_arith_sub(uint32_t param_types, in ta_entry_arith_sub() 378 TEE_Result ta_entry_arith_mul(uint32_t param_types, in ta_entry_arith_mul() 384 TEE_Result ta_entry_arith_neg(uint32_t param_types, in ta_entry_arith_neg() 390 TEE_Result ta_entry_arith_sqr(uint32_t param_types, in ta_entry_arith_sqr() 396 TEE_Result ta_entry_arith_div(uint32_t param_types, in ta_entry_arith_div() [all …]
|
A D | sha2_taf.c | 10 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()
|
A D | derive_key_taf.c | 28 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()
|
A D | aes_taf.c | 21 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()
|
A D | ta_entry.c | 291 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()
|
A D | seed_rng_taf.c | 10 TEE_Result seed_rng_pool(uint32_t param_types, TEE_Param params[4]) in seed_rng_pool()
|
/optee_test/ta/storage/ |
A D | storage.c | 22 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() 243 TEE_Result ta_storage_cmd_rename(uint32_t command, uint32_t param_types, in ta_storage_cmd_rename() 401 TEE_Result ta_storage_cmd_key_in_persistent(uint32_t param_types, in ta_storage_cmd_key_in_persistent() 550 TEE_Result ta_storage_cmd_restrict_usage(uint32_t param_types, in ta_storage_cmd_restrict_usage() [all …]
|
/optee_test/ta/socket/ |
A D | ta_entry.c | 25 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()
|
/optee_test/ta/os_test/ |
A D | os_test.c | 455 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() 963 TEE_Result ta_entry_wait(uint32_t param_types, TEE_Param params[4]) in ta_entry_wait() 1044 TEE_Result ta_entry_ta2ta_memref(uint32_t param_types, TEE_Param params[4]) in ta_entry_ta2ta_memref() 1160 TEE_Result ta_entry_params(uint32_t param_types, TEE_Param params[4]) in ta_entry_params() 1177 TEE_Result ta_entry_null_memref(uint32_t param_types, TEE_Param params[4]) in ta_entry_null_memref() 1201 TEE_Result ta_entry_call_lib(uint32_t param_types, in ta_entry_call_lib() [all …]
|
A D | init.c | 10 TEE_Result ta_entry_init(uint32_t param_types, TEE_Param params[4]) in ta_entry_init()
|
/optee_test/ta/sims/ |
A D | ta_sims.c | 27 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()
|
/optee_test/ta/concurrent_large/ |
A D | ta_entry.c | 23 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()
|
/optee_test/ta/concurrent/ |
A D | ta_entry.c | 23 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()
|
/optee_test/ta/tpm_log_test/ |
A D | ta_entry.c | 14 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
|
/optee_test/ta/large/ |
A D | ta_entry.c | 33 TEE_Result TA_OpenSessionEntryPoint(uint32_t param_types, in TA_OpenSessionEntryPoint() 52 uint32_t cmd_id, uint32_t param_types, in TA_InvokeCommandEntryPoint()
|
/optee_test/ta/supp_plugin/ |
A D | ta_entry.c | 40 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()
|
/optee_test/ta/sha_perf/ |
A D | ta_sha_perf.c | 24 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()
|
/optee_test/ta/aes_perf/ |
A D | ta_aes_perf.c | 83 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()
|
/optee_test/ta/storage_benchmark/ |
A D | benchmark.c | 299 uint32_t param_types, TEE_Param params[4]) in ta_stroage_benchmark_chunk_access_test() 393 uint32_t param_types, TEE_Param params[4]) in ta_storage_benchmark_cmd_handler()
|
/optee_test/ta/bti_test/ |
A D | ta_entry.c | 41 static TEE_Result check_bti_implemented(uint32_t param_types, in check_bti_implemented()
|
/optee_test/ta/rpc_test/ |
A D | ta_rpc.c | 133 TEE_Result rpc_open(void *session_context, uint32_t param_types, in rpc_open()
|