/optee_os-3.20.0/lib/libutee/ |
A D | tee_socket_pta.c | 39 TEE_Param params[TEE_NUM_PARAMS]; in __tee_socket_pta_open() local 82 TEE_Param params[TEE_NUM_PARAMS]; in __tee_socket_pta_close() local 98 TEE_Param params[TEE_NUM_PARAMS]; in __tee_socket_pta_send() local 123 TEE_Param params[TEE_NUM_PARAMS]; in __tee_socket_pta_recv() local 146 TEE_Param params[TEE_NUM_PARAMS]; in __tee_socket_pta_ioctl() local
|
A D | tee_system_pta.c | 38 TEE_Param params[TEE_NUM_PARAMS] = { }; in tee_map_zi() local 69 TEE_Param params[TEE_NUM_PARAMS] = { }; in tee_unmap() local 90 TEE_Param params[TEE_NUM_PARAMS] = { }; in tee_invoke_supp_plugin() local
|
A D | tee_api_operations.c | 1637 const TEE_Attribute *params, in TEE_AsymmetricEncrypt() 1674 const TEE_Attribute *params, in TEE_AsymmetricDecrypt() 1711 const TEE_Attribute *params, in TEE_AsymmetricSignDigest() 1747 const TEE_Attribute *params, in TEE_AsymmetricVerifyDigest() 1784 const TEE_Attribute *params, uint32_t paramCount, in TEE_DeriveKey()
|
/optee_os-3.20.0/lib/libutee/arch/arm/gprof/ |
A D | gprof_pta.c | 32 TEE_Param params[TEE_NUM_PARAMS]; in __pta_gprof_send() local 53 TEE_Param params[TEE_NUM_PARAMS]; in __pta_gprof_pc_sampling_start() local 71 TEE_Param params[TEE_NUM_PARAMS]; in __pta_gprof_pc_sampling_stop() local
|
/optee_os-3.20.0/core/kernel/ |
A D | tee_time.c | 39 struct thread_param params = in tee_time_wait() local 53 struct thread_param params = THREAD_PARAM_VALUE(OUT, 0, 0, 0); in tee_time_get_ree_time() local
|
A D | notif.c | 208 struct thread_param params = THREAD_PARAM_VALUE(IN, func, value, 0); in notif_rpc() local
|
/optee_os-3.20.0/ta/pkcs11/src/ |
A D | pkcs11_token.c | 587 uint32_t ptypes, TEE_Param *params) in entry_ck_open_session() 697 uint32_t ptypes, TEE_Param *params) in entry_ck_close_session() 726 uint32_t ptypes, TEE_Param *params) in entry_ck_close_all_sessions() 766 uint32_t ptypes, TEE_Param *params) in entry_ck_session_info() 1032 uint32_t ptypes, TEE_Param *params) in entry_ck_init_pin() 1193 uint32_t ptypes, TEE_Param *params) in entry_ck_set_pin() 1340 uint32_t ptypes, TEE_Param *params) in entry_ck_login() 1451 uint32_t ptypes, TEE_Param *params) in entry_ck_logout() 1491 TEE_Param params[TEE_NUM_PARAMS] = { }; in seed_rng_pool() local 1517 uint32_t ptypes, TEE_Param *params) in entry_ck_seed_random() [all …]
|
A D | object.c | 299 uint32_t ptypes, TEE_Param *params) in entry_create_object() 402 uint32_t ptypes, TEE_Param *params) in entry_destroy_object() 489 uint32_t ptypes, TEE_Param *params) in entry_find_objects_init() 653 uint32_t ptypes, TEE_Param *params) in entry_find_objects() 709 uint32_t ptypes, TEE_Param *params) in entry_find_objects_final() 741 uint32_t ptypes, TEE_Param *params) in entry_get_attribute_value() 911 uint32_t ptypes, TEE_Param *params) in entry_get_object_size() 961 uint32_t ptypes, TEE_Param *params) in entry_set_attribute_value() 1072 TEE_Param *params) in entry_copy_object()
|
A D | processing.c | 205 uint32_t ptypes, TEE_Param *params) in entry_generate_secret() 388 uint32_t ptypes, TEE_Param *params) in entry_generate_key_pair() 588 uint32_t ptypes, TEE_Param *params, in entry_processing_init() 696 uint32_t ptypes, TEE_Param *params, in entry_processing_step() 800 uint32_t ptypes, TEE_Param *params, in entry_processing_key() 1065 TEE_Param *params) in entry_release_active_processing() 1108 uint32_t ptypes, TEE_Param *params) in entry_wrap_key()
|
A D | processing_digest.c | 67 struct pkcs11_attribute_head *params) in allocate_tee_operation() 114 uint32_t ptypes, TEE_Param *params) in step_digest_operation()
|
A D | entry.c | 54 static enum pkcs11_rc entry_ping(uint32_t ptypes, TEE_Param *params) in entry_ping()
|
A D | processing_asymm.c | 213 struct pkcs11_attribute_head *params, in allocate_tee_operation() 452 uint32_t ptypes, TEE_Param *params) in step_asymm_operation()
|
A D | processing_symm.c | 199 struct pkcs11_attribute_head *params, in allocate_tee_operation() 714 uint32_t ptypes, TEE_Param *params) in step_symm_operation()
|
/optee_os-3.20.0/lib/libdl/ |
A D | dlfcn.c | 40 TEE_Param params[TEE_NUM_PARAMS] = { }; in dlopen() local 94 TEE_Param params[TEE_NUM_PARAMS] = { }; in dlsym() local
|
/optee_os-3.20.0/core/include/tee/ |
A D | tee_fs_rpc.h | 21 struct thread_param params[THREAD_RPC_MAX_NUM_PARAMS]; member
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | pkparse.c | 184 mbedtls_asn1_buf *params ) in pk_get_ecparams() 239 static int pk_group_from_specified( const mbedtls_asn1_buf *params, mbedtls_ecp_group *grp ) in pk_group_from_specified() 428 static int pk_group_id_from_specified( const mbedtls_asn1_buf *params, in pk_group_id_from_specified() 456 static int pk_use_ecparams( const mbedtls_asn1_buf *params, mbedtls_ecp_group *grp ) in pk_use_ecparams() 579 mbedtls_pk_type_t *pk_alg, mbedtls_asn1_buf *params ) in pk_get_pk_alg() 868 mbedtls_asn1_buf params; in pk_parse_key_sec1_der() local 1006 mbedtls_asn1_buf params; in pk_parse_key_pkcs8_unencrypted_der() local
|
A D | asn1parse.c | 381 mbedtls_asn1_buf *alg, mbedtls_asn1_buf *params ) in mbedtls_asn1_get_alg() 428 mbedtls_asn1_buf params; in mbedtls_asn1_get_alg_null() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/dsa/ |
A D | dsa_import.c | 86 ltc_asn1_list params[3]; in dsa_import() local
|
/optee_os-3.20.0/core/tee/ |
A D | tee_supp_plugin_rpc.c | 23 struct thread_param params[THREAD_RPC_MAX_NUM_PARAMS]; in tee_invoke_supp_plugin_rpc() local
|
A D | entry_std.c | 172 static TEE_Result copy_in_params(const struct optee_msg_param *params, in copy_in_params() 276 struct optee_msg_param *params, uint64_t *saved_attr) in copy_out_param() 316 struct optee_msg_param *params, in get_open_session_meta()
|
A D | tee_svc_cryp.c | 2019 const TEE_Attribute *params, uint32_t param_count) in tee_svc_obj_generate_key_rsa() 2133 const TEE_Attribute *params, in tee_svc_obj_generate_key_x25519() 2162 const TEE_Attribute *params, in tee_svc_obj_generate_key_ed25519() 2237 const TEE_Attribute *params, size_t num_params) in tee_svc_obj_ed25519_sign() 2262 const TEE_Attribute *params, size_t num_params) in tee_svc_obj_ed25519_verify() 2293 TEE_Attribute *params = NULL; in syscall_obj_generate_key() local 3116 static TEE_Result get_hkdf_params(const TEE_Attribute *params, in get_hkdf_params() 3207 static TEE_Result get_pbkdf2_params(const TEE_Attribute *params, in get_pbkdf2_params() 3376 TEE_Attribute *params = NULL; in syscall_cryp_derive_key() local 4035 TEE_Attribute *params = NULL; in syscall_asymm_operate() local [all …]
|
A D | tadb.c | 99 struct thread_param params[3] = { }; in ta_operation_open() local 125 struct thread_param params[2] = { }; in ta_operation_remove() local 697 struct thread_param params[2] = { }; in ta_load() local
|
/optee_os-3.20.0/lib/libutee/arch/arm/ |
A D | user_ta_entry.c | 320 TEE_Param params[TEE_NUM_PARAMS]; in entry_open_session() local 361 TEE_Param params[TEE_NUM_PARAMS]; in entry_invoke_command() local 382 TEE_Param params[TEE_NUM_PARAMS] = { }; in entry_dump_memstats() local
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | thread_optee_smc.c | 462 struct thread_param *params, void **arg_ret, in get_rpc_arg() 536 struct thread_param *params) in get_rpc_arg_res() 563 struct thread_param *params) in thread_rpc_cmd()
|
/optee_os-3.20.0/core/pta/ |
A D | gprof.c | 20 struct thread_param params[3] = { }; in gprof_send_rpc() local
|