Home
last modified time | relevance | path

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

/optee_test/ta/crypt/
A Darith_taf.c77 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 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()
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()
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()
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()
A Dseed_rng_taf.c10 TEE_Result seed_rng_pool(uint32_t param_types, TEE_Param params[4]) in seed_rng_pool()
/optee_test/ta/storage/
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()
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 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()
/optee_test/ta/os_test/
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()
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 Dinit.c10 TEE_Result ta_entry_init(uint32_t param_types, TEE_Param params[4]) in ta_entry_init()
/optee_test/ta/sims/
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()
/optee_test/ta/concurrent_large/
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()
/optee_test/ta/concurrent/
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()
/optee_test/ta/tpm_log_test/
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
/optee_test/ta/large/
A Dta_entry.c33 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 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()
/optee_test/ta/sha_perf/
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()
/optee_test/ta/aes_perf/
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()
/optee_test/ta/storage_benchmark/
A Dbenchmark.c299 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 Dta_entry.c41 static TEE_Result check_bti_implemented(uint32_t param_types, in check_bti_implemented()
/optee_test/ta/rpc_test/
A Dta_rpc.c133 TEE_Result rpc_open(void *session_context, uint32_t param_types, in rpc_open()

Completed in 25 milliseconds