/trusted-firmware-m-3.6.0/secure_fw/partitions/internal_trusted_storage/ |
D | tfm_internal_trusted_storage.c | 72 static its_flash_fs_ctx_t *get_fs_ctx(int32_t client_id) in get_fs_ctx() 94 static psa_status_t buffer_size_check(int32_t client_id, size_t buffer_size) 112 static psa_status_t tfm_its_crypt_data(int32_t client_id, 139 static psa_status_t tfm_its_get_encrypted(int32_t client_id, 194 static void tfm_its_get_fid(int32_t client_id, 369 static psa_status_t get_file_info(psa_storage_uid_t uid, int32_t client_id) 385 static psa_status_t tfm_its_write_data_to_fs(const int32_t client_id, 415 psa_status_t tfm_its_set(int32_t client_id, 509 static psa_status_t tfm_its_get_plain(int32_t client_id, 566 psa_status_t tfm_its_get(int32_t client_id, [all …]
|
/trusted-firmware-m-3.6.0/secure_fw/partitions/protected_storage/ |
D | tfm_protected_storage.c | 58 psa_status_t tfm_ps_set(int32_t client_id, in tfm_ps_set() 79 psa_status_t tfm_ps_get(int32_t client_id, in tfm_ps_get() 95 psa_status_t tfm_ps_get_info(int32_t client_id, psa_storage_uid_t uid, in tfm_ps_get_info() 107 psa_status_t tfm_ps_remove(int32_t client_id, psa_storage_uid_t uid) in tfm_ps_remove()
|
D | ps_object_system.c | 175 psa_status_t ps_object_read(psa_storage_uid_t uid, int32_t client_id, in ps_object_read() 225 psa_status_t ps_object_create(psa_storage_uid_t uid, int32_t client_id, in ps_object_create() 345 psa_status_t ps_object_write(psa_storage_uid_t uid, int32_t client_id, in ps_object_write() 456 psa_status_t ps_object_get_info(psa_storage_uid_t uid, int32_t client_id, in ps_object_get_info() 493 psa_status_t ps_object_delete(psa_storage_uid_t uid, int32_t client_id) in ps_object_delete()
|
D | ps_object_table.c | 43 int32_t client_id; /*!< Client ID */ member 753 int32_t client_id, in ps_get_object_entry_idx() 921 int32_t client_id) in ps_object_table_obj_exist() 960 int32_t client_id, in ps_object_table_set_obj_tbl_info() 1016 int32_t client_id, in ps_object_table_get_obj_tbl_info() 1041 int32_t client_id) in ps_object_table_delete_object()
|
D | ps_encrypted_object.c | 38 int32_t client_id = obj->header.crypto.ref.client_id; in fill_key_label() local
|
D | tfm_ps_req_mngr.c | 26 int32_t client_id; in tfm_ps_set_req() local
|
/trusted-firmware-m-3.6.0/secure_fw/spm/core/ |
D | psa_connection_api.c | 24 int32_t client_id; in tfm_spm_client_psa_connect() local 80 int32_t client_id; in tfm_spm_client_psa_close() local
|
D | spm_ipc.c | 183 int32_t client_id) in spm_get_connection() 298 int32_t client_id) in spm_init_connection() 353 int32_t client_id; in tfm_spm_get_client_id() local
|
D | tfm_rpc.c | 30 static const void *default_get_caller_data(int32_t client_id) in default_get_caller_data() 133 void tfm_rpc_set_caller_data(struct connection_t *handle, int32_t client_id) in tfm_rpc_set_caller_data()
|
D | psa_call_api.c | 160 int32_t client_id; in tfm_spm_client_psa_call() local
|
D | spm.h | 68 #define TFM_CLIENT_ID_IS_NS(client_id) ((client_id) < 0) argument
|
D | tfm_spe_mailbox.c | 419 static const void *mailbox_get_caller_data(int32_t client_id) in mailbox_get_caller_data()
|
/trusted-firmware-m-3.6.0/secure_fw/spm/ns_client_ext/ |
D | tfm_spm_ns_ctx.c | 23 int32_t client_id; in tfm_nspm_get_current_client_id() local
|
/trusted-firmware-m-3.6.0/interface/src/multi_core/ |
D | tfm_ns_mailbox.c | 104 int32_t client_id, in mailbox_tx_client_req() 166 int32_t client_id, in tfm_ns_mailbox_client_call()
|
D | tfm_ns_mailbox_thread.c | 25 int32_t client_id; /* Optional client ID of the member 177 int32_t client_id, in tfm_ns_mailbox_client_call()
|
/trusted-firmware-m-3.6.0/platform/ext/target/arm/rss/common/rss_comms/ |
D | rss_comms_protocol.h | 41 uint16_t client_id; variable
|
D | rss_comms.c | 135 static const void *rss_comms_get_caller_data(int32_t client_id) in rss_comms_get_caller_data()
|
D | rss_comms.h | 33 uint16_t client_id; member
|
/trusted-firmware-m-3.6.0/secure_fw/partitions/protected_storage/crypto/ |
D | ps_crypto_interface.h | 32 int32_t client_id; /*!< Owner client ID for key label */ member
|
/trusted-firmware-m-3.6.0/platform/ext/target/arm/corstone1000/openamp/ |
D | tfm_spe_openamp_platform_interconnect.c | 47 static const void *get_caller_private_data(int32_t client_id) in get_caller_private_data()
|
D | tfm_openamp_lib.h | 81 int32_t client_id; /* Optional client ID of the member
|
/trusted-firmware-m-3.6.0/secure_fw/partitions/crypto/ |
D | crypto_library.c | 104 int32_t client_id, in tfm_crypto_core_library_key_attributes_from_client()
|
/trusted-firmware-m-3.6.0/interface/include/psa/ |
D | service.h | 79 int32_t client_id; /* member
|
/trusted-firmware-m-3.6.0/secure_fw/partitions/platform/ |
D | platform_sp.c | 51 int32_t client_id, in nv_counter_permissions_check()
|
/trusted-firmware-m-3.6.0/interface/include/multi_core/ |
D | tfm_mailbox.h | 84 int32_t client_id; /* Optional client ID of the member
|