Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 14 of 14) sorted by relevance

/tf-m-tests-3.4.0/test/secure_fw/suites/spm/common/suites/
Dirq_test.c17 void irq_test_slih_case_1(struct test_result_t *ret, psa_handle_t handle) in irq_test_slih_case_1()
33 void irq_test_flih_case_1(struct test_result_t *ret, psa_handle_t handle) in irq_test_flih_case_1()
46 void irq_test_flih_case_2(struct test_result_t *ret, psa_handle_t handle) in irq_test_flih_case_2()
Dmmiovec_test.c15 void invec_map_unmap_test(struct test_result_t *ret, psa_handle_t handle) in invec_map_unmap_test()
34 void outvec_map_unmap_test(struct test_result_t *ret, psa_handle_t handle) in outvec_map_unmap_test()
68 void outvec_map_only_test(struct test_result_t *ret, psa_handle_t handle) in outvec_map_only_test()
Dclient_api_tests.c42 void request_rot_service_test(psa_handle_t handle, in request_rot_service_test()
/tf-m-tests-3.4.0/test/secure_fw/suites/spm/ipc/secure/
Dipc_s_interface_testsuite.c102 psa_handle_t handle; in tfm_ipc_test_1004() local
122 psa_handle_t handle; in tfm_ipc_test_1006() local
160 psa_handle_t handle; in tfm_ipc_test_1007() local
193 psa_handle_t handle; in tfm_ipc_test_1008() local
222 psa_handle_t handle; in tfm_ipc_test_1009() local
251 psa_handle_t handle; in tfm_ipc_test_1011() local
/tf-m-tests-3.4.0/test/secure_fw/suites/spm/ipc/non_secure/
Dipc_ns_interface_testsuite.c95 psa_handle_t handle; in tfm_ipc_test_1003() local
114 psa_handle_t handle; in tfm_ipc_test_1004() local
134 psa_handle_t handle; in tfm_ipc_test_1010() local
170 psa_handle_t handle; in tfm_ipc_test_1012() local
/tf-m-tests-3.4.0/app/
Dos_wrapper_cmsis_rtos_v2.c54 uint32_t os_wrapper_semaphore_acquire(void *handle, uint32_t timeout) in os_wrapper_semaphore_acquire()
68 uint32_t os_wrapper_semaphore_release(void *handle) in os_wrapper_semaphore_release()
80 uint32_t os_wrapper_semaphore_delete(void *handle) in os_wrapper_semaphore_delete()
109 uint32_t os_wrapper_mutex_acquire(void *handle, uint32_t timeout) in os_wrapper_mutex_acquire()
127 uint32_t os_wrapper_mutex_release(void *handle) in os_wrapper_mutex_release()
143 uint32_t os_wrapper_mutex_delete(void *handle) in os_wrapper_mutex_delete()
164 uint32_t os_wrapper_thread_get_priority(void *handle, uint32_t *priority) in os_wrapper_thread_get_priority()
183 uint32_t os_wrapper_thread_set_flag(void *handle, uint32_t flags) in os_wrapper_thread_set_flag()
199 uint32_t os_wrapper_thread_set_flag_isr(void *handle, uint32_t flags) in os_wrapper_thread_set_flag_isr()
Dtfm_ns_interface.c37 void *handle; in tfm_ns_interface_init() local
/tf-m-tests-3.4.0/test/secure_fw/suites/spm/ipc/service/tfm_ipc_client/
Dtfm_ipc_client_test.c40 psa_handle_t handle; in ipc_isolation_2_psa_access_app_readonly_memory() local
62 psa_handle_t handle; in ipc_isolation_2_psa_access_app_memory() local
89 psa_handle_t handle; in ipc_client_app_access_psa_mem_test() local
122 psa_handle_t handle; in ipc_client_mem_check_test() local
166 psa_handle_t handle; in ipc_client_retrieve_app_mem_test() local
/tf-m-tests-3.4.0/test/secure_fw/suites/ps/service/
Dtfm_ps_test_service_api.c16 psa_handle_t handle; in tfm_ps_test_system_prepare() local
/tf-m-tests-3.4.0/test/secure_fw/suites/spm/sfn/
Dsfn_backend_tests.c33 psa_handle_t handle; in tfm_sfn_test_1003() local
50 psa_handle_t handle; in tfm_sfn_test_1004() local
/tf-m-tests-3.4.0/test/secure_fw/common_test_services/tfm_secure_client_2/
Dtfm_secure_client_2_api.c17 psa_handle_t handle; in tfm_secure_client_2_call_test() local
/tf-m-tests-3.4.0/test/secure_fw/suites/fpu/non_secure/
Dfpu_ns_interface_testsuite.c89 psa_handle_t handle; in tfm_fpu_test_fp_protection_ns_psa_call() local
206 psa_handle_t handle; in tfm_fpu_test_fp_protection_s_after_ns_interrupt() local
/tf-m-tests-3.4.0/test/secure_fw/suites/crypto/
Dcrypto_tests_common.c98 psa_cipher_operation_t handle = psa_cipher_operation_init(); in psa_cipher_padded_modes_test() local
480 psa_cipher_operation_t handle = psa_cipher_operation_init(); in psa_cipher_rfc7539_test() local
683 psa_aead_operation_t handle = psa_aead_operation_init(); in psa_aead_rfc7539_test() local
944 psa_cipher_operation_t handle = psa_cipher_operation_init(); in psa_cipher_test() local
1245 psa_cipher_operation_t handle = psa_cipher_operation_init(); in psa_invalid_cipher_test() local
1288 psa_hash_operation_t handle = PSA_HASH_OPERATION_INIT; in psa_unsupported_hash_test() local
1349 psa_hash_operation_t handle = psa_hash_operation_init(); in psa_hash_test() local
1406 psa_mac_operation_t handle = PSA_MAC_OPERATION_INIT; in psa_unsupported_mac_test() local
1486 psa_mac_operation_t handle = psa_mac_operation_init(); in psa_mac_test() local
2090 psa_cipher_operation_t handle = psa_cipher_operation_init(); in psa_policy_invalid_policy_usage_test() local
/tf-m-tests-3.4.0/test/secure_fw/suites/fpu/secure/
Dfpu_s_interface_testsuite.c81 psa_handle_t handle; in tfm_fpu_test_fp_protection_s_psa_call() local