Searched defs:params (Results 26 – 42 of 42) sorted by relevance
12
| /optee_os/ta/remoteproc/src/ |
| H A D | remoteproc_core.c | 319 TEE_Param params[TEE_NUM_PARAMS] = { }; in remoteproc_pta_verify() local 478 TEE_Param params[TEE_NUM_PARAMS] = { }; in get_rproc_pta_capabilities() local 555 TEE_Param params[TEE_NUM_PARAMS] = { }; in remoteproc_da_to_pa() local 731 TEE_Param params[TEE_NUM_PARAMS] = { }; in remoteproc_load_segment() local
|
| /optee_os/core/tee/ |
| H 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
|
| H A D | tee_rpmb_fs.c | 470 struct thread_param params[2] = { in tee_rpmb_invoke() local 485 struct thread_param params[1] = { in rpmb_probe_reset() local 511 struct thread_param params[2] = { }; in rpmb_probe_next() local
|
| /optee_os/ta/pkcs11/src/ |
| H A D | processing_asymm.c | 216 struct pkcs11_attribute_head *params, in allocate_tee_operation() 485 uint32_t ptypes, TEE_Param *params) in step_asymm_operation()
|
| H A D | processing_symm.c | 201 struct pkcs11_attribute_head *params, in allocate_tee_operation() 736 uint32_t ptypes, TEE_Param *params) in step_symm_operation()
|
| H A D | processing_aes.c | 457 struct ae_aes_context *params = NULL; in tee_init_gcm_operation() local
|
| /optee_os/ta/trusted_keys/ |
| H A D | entry.c | 64 TEE_Param params[TEE_NUM_PARAMS] = { }; in derive_unique_key() local
|
| /optee_os/core/kernel/ |
| H A D | user_ta.c | 294 struct thread_param params[3] = { }; in user_ta_dump_ftrace() local
|
| H A D | ree_fs_ta.c | 200 struct thread_param params[2]; in rpc_load() local
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | pkcs5.c | 40 static int pkcs5_parse_pbkdf2_params(const mbedtls_asn1_buf *params, in pkcs5_parse_pbkdf2_params()
|
| H A D | pkcs12.c | 36 static int pkcs12_parse_pbe_params(mbedtls_asn1_buf *params, in pkcs12_parse_pbe_params()
|
| H A D | x509.c | 113 mbedtls_x509_buf *alg, mbedtls_x509_buf *params) in mbedtls_x509_get_alg() 245 int mbedtls_x509_get_rsassa_pss_params(const mbedtls_x509_buf *params, in mbedtls_x509_get_rsassa_pss_params()
|
| H A D | ssl_tls12_client.c | 2300 unsigned char *params = ssl->in_msg + mbedtls_ssl_hs_hdr_len(ssl); in ssl_parse_server_key_exchange() local
|
| H A D | psa_crypto.c | 6738 const psa_key_production_parameters_t *params, in psa_key_derivation_output_key_ext() 8297 const psa_key_production_parameters_t *params, in psa_generate_key_ext()
|
| /optee_os/core/include/ |
| H A D | optee_msg.h | 221 struct optee_msg_param params[]; member
|
| /optee_os/lib/libutee/ |
| H A D | tee_api_objects.c | 547 const TEE_Attribute *params, uint32_t paramCount) in TEE_GenerateKey() 565 const __GP11_TEE_Attribute *params, in __GP11_TEE_GenerateKey()
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | thread_spmc.c | 2139 struct thread_param *params, in get_rpc_arg() 2192 struct thread_param *params) in get_rpc_arg_res() 2215 struct thread_param *params) in thread_rpc_cmd()
|
12