Home
last modified time | relevance | path

Searched refs:TEE_PARAM_TYPE_GET (Results 1 – 16 of 16) sorted by relevance

/optee_os-3.20.0/core/pta/tests/
A Dinvoke.c111 (TEE_PARAM_TYPE_GET(type, 1) == TEE_PARAM_TYPE_NONE) && in test_entry_params()
112 (TEE_PARAM_TYPE_GET(type, 2) == TEE_PARAM_TYPE_NONE) && in test_entry_params()
113 (TEE_PARAM_TYPE_GET(type, 3) == TEE_PARAM_TYPE_NONE)) { in test_entry_params()
120 (TEE_PARAM_TYPE_GET(type, 2) == TEE_PARAM_TYPE_NONE) && in test_entry_params()
121 (TEE_PARAM_TYPE_GET(type, 3) == TEE_PARAM_TYPE_NONE)) { in test_entry_params()
127 (TEE_PARAM_TYPE_GET(type, 1) == TEE_PARAM_TYPE_NONE) && in test_entry_params()
129 (TEE_PARAM_TYPE_GET(type, 3) == TEE_PARAM_TYPE_NONE)) { in test_entry_params()
135 (TEE_PARAM_TYPE_GET(type, 1) == TEE_PARAM_TYPE_NONE) && in test_entry_params()
136 (TEE_PARAM_TYPE_GET(type, 2) == TEE_PARAM_TYPE_NONE) && in test_entry_params()
187 (TEE_PARAM_TYPE_GET(type, 1) == TEE_PARAM_TYPE_NONE) && in test_entry_params()
[all …]
/optee_os-3.20.0/core/pta/
A Dbenchmark.c44 if ((TEE_PARAM_TYPE_GET(type, 0) != TEE_PARAM_TYPE_VALUE_INOUT) || in alloc_benchmark_buffer()
45 (TEE_PARAM_TYPE_GET(type, 1) != TEE_PARAM_TYPE_VALUE_INPUT) || in alloc_benchmark_buffer()
46 (TEE_PARAM_TYPE_GET(type, 2) != TEE_PARAM_TYPE_NONE) || in alloc_benchmark_buffer()
47 (TEE_PARAM_TYPE_GET(type, 3) != TEE_PARAM_TYPE_NONE)) { in alloc_benchmark_buffer()
112 (TEE_PARAM_TYPE_GET(type, 1) != TEE_PARAM_TYPE_NONE) || in get_benchmark_memref()
113 (TEE_PARAM_TYPE_GET(type, 2) != TEE_PARAM_TYPE_NONE) || in get_benchmark_memref()
114 (TEE_PARAM_TYPE_GET(type, 3) != TEE_PARAM_TYPE_NONE)) { in get_benchmark_memref()
141 if ((TEE_PARAM_TYPE_GET(type, 0) != TEE_PARAM_TYPE_NONE) || in unregister_benchmark()
142 (TEE_PARAM_TYPE_GET(type, 1) != TEE_PARAM_TYPE_NONE) || in unregister_benchmark()
143 (TEE_PARAM_TYPE_GET(type, 2) != TEE_PARAM_TYPE_NONE) || in unregister_benchmark()
[all …]
/optee_os-3.20.0/ta/pkcs11/src/
A Dprocessing_digest.c127 if (TEE_PARAM_TYPE_GET(ptypes, 1) == TEE_PARAM_TYPE_MEMREF_INPUT) { in step_digest_operation()
133 if (TEE_PARAM_TYPE_GET(ptypes, 2) == TEE_PARAM_TYPE_MEMREF_OUTPUT) { in step_digest_operation()
139 if (TEE_PARAM_TYPE_GET(ptypes, 3) != TEE_PARAM_TYPE_NONE) in step_digest_operation()
A Dentry.c79 return TEE_PARAM_TYPE_GET(ptypes, index) == in param_is_none()
85 switch (TEE_PARAM_TYPE_GET(ptypes, index)) { in param_is_memref()
97 return TEE_PARAM_TYPE_GET(ptypes, index) == in param_is_input()
103 return TEE_PARAM_TYPE_GET(ptypes, index) == in param_is_output()
133 switch (TEE_PARAM_TYPE_GET(ptypes, 0)) { in TA_InvokeCommandEntryPoint()
A Dprocessing_asymm.c474 if (TEE_PARAM_TYPE_GET(ptypes, 1) == TEE_PARAM_TYPE_MEMREF_INPUT) { in step_asymm_operation()
480 if (TEE_PARAM_TYPE_GET(ptypes, 2) == TEE_PARAM_TYPE_MEMREF_INPUT) { in step_asymm_operation()
486 if (TEE_PARAM_TYPE_GET(ptypes, 2) == TEE_PARAM_TYPE_MEMREF_OUTPUT) { in step_asymm_operation()
492 if (TEE_PARAM_TYPE_GET(ptypes, 3) != TEE_PARAM_TYPE_NONE) in step_asymm_operation()
850 switch (TEE_PARAM_TYPE_GET(ptypes, 2)) { in step_asymm_operation()
A Dprocessing_symm.c730 if (TEE_PARAM_TYPE_GET(ptypes, 1) == TEE_PARAM_TYPE_MEMREF_INPUT) { in step_symm_operation()
736 if (TEE_PARAM_TYPE_GET(ptypes, 2) == TEE_PARAM_TYPE_MEMREF_INPUT) { in step_symm_operation()
742 if (TEE_PARAM_TYPE_GET(ptypes, 2) == TEE_PARAM_TYPE_MEMREF_OUTPUT) { in step_symm_operation()
748 if (TEE_PARAM_TYPE_GET(ptypes, 3) != TEE_PARAM_TYPE_NONE) in step_symm_operation()
974 switch (TEE_PARAM_TYPE_GET(ptypes, 2)) { in step_symm_operation()
A Dprocessing.c709 TEE_PARAM_TYPE_GET(ptypes, 0) != TEE_PARAM_TYPE_MEMREF_INOUT) in entry_processing_step()
822 TEE_PARAM_TYPE_GET(ptypes, 0) != TEE_PARAM_TYPE_MEMREF_INOUT || in entry_processing_key()
823 TEE_PARAM_TYPE_GET(ptypes, 2) != TEE_PARAM_TYPE_MEMREF_OUTPUT || in entry_processing_key()
825 TEE_PARAM_TYPE_GET(ptypes, 3) != TEE_PARAM_TYPE_NONE) in entry_processing_key()
830 if (TEE_PARAM_TYPE_GET(ptypes, 1) != in entry_processing_key()
848 if (TEE_PARAM_TYPE_GET(ptypes, 1) != TEE_PARAM_TYPE_NONE) in entry_processing_key()
/optee_os-3.20.0/lib/libutee/
A Dtee_api.c49 switch (TEE_PARAM_TYPE_GET(param_types, n)) { in copy_param()
85 switch (TEE_PARAM_TYPE_GET(param_types, n)) { in copy_param()
99 if (TEE_PARAM_TYPE_GET(param_types, n) != in copy_param()
129 switch (TEE_PARAM_TYPE_GET(types, n)) { in update_out_param()
/optee_os-3.20.0/core/kernel/
A Dpseudo_ta.c65 switch (TEE_PARAM_TYPE_GET(param->types, n)) { in copy_in_param()
110 switch (TEE_PARAM_TYPE_GET(param->types, n)) { in update_out_param()
A Duser_ta.c62 switch (TEE_PARAM_TYPE_GET(p->types, n)) { in init_utee_param()
91 switch (TEE_PARAM_TYPE_GET(p->types, n)) { in update_from_utee_param()
A Dtee_ta_manager.c467 uint32_t param_type = TEE_PARAM_TYPE_GET(param->types, n); in check_params()
/optee_os-3.20.0/lib/libutee/arch/arm/
A Duser_ta_entry.c260 switch (TEE_PARAM_TYPE_GET(param_types, n)) { in to_utee_params()
292 switch (TEE_PARAM_TYPE_GET(types, n)) { in from_utee_params()
/optee_os-3.20.0/core/tee/
A Dtee_svc.c583 switch (TEE_PARAM_TYPE_GET(types, n)) { in utee_param_to_param()
703 switch (TEE_PARAM_TYPE_GET(param->types, n)) { in tee_svc_copy_param()
749 switch (TEE_PARAM_TYPE_GET(param->types, n)) { in tee_svc_copy_param()
804 switch (TEE_PARAM_TYPE_GET(param->types, n)) { in tee_svc_update_out_param()
A Dentry_std.c281 switch (TEE_PARAM_TYPE_GET(ta_param->types, n)) { in copy_out_param()
/optee_os-3.20.0/lib/libutee/include/
A Dtee_api_defines.h587 #define TEE_PARAM_TYPE_GET(t, i) ((((uint32_t)t) >> ((i)*4)) & 0xF) macro
/optee_os-3.20.0/core/mm/
A Dvm.c989 uint32_t param_type = TEE_PARAM_TYPE_GET(param->types, n); in vm_map_param()
1056 uint32_t param_type = TEE_PARAM_TYPE_GET(param->types, n); in vm_map_param()

Completed in 28 milliseconds