| /trusted-services/components/messaging/ffa/libsp/mock/ |
| A D | mock_sp_memory_management.cpp | 12 uint32_t region_count, const uint64_t *handle, in expect_sp_memory_donate() 31 uint32_t region_count, uint64_t *handle) in sp_memory_donate() 49 uint32_t region_count, const uint64_t *handle, in expect_sp_memory_donate_dynamic() 68 uint32_t region_count, uint64_t *handle, in sp_memory_donate_dynamic() 108 uint32_t region_count, const uint64_t *handle, in expect_sp_memory_lend() 129 uint32_t region_count, uint64_t *handle) in sp_memory_lend() 170 uint32_t region_count, uint64_t *handle, in sp_memory_lend_dynamic() 232 uint32_t region_count, uint64_t *handle) in sp_memory_share() 273 uint32_t region_count, uint64_t *handle, in sp_memory_share_dynamic() 344 uint32_t *out_region_count, uint64_t handle) in sp_memory_retrieve() [all …]
|
| /trusted-services/components/service/block_storage/block_store/ |
| A D | block_store.c | 26 storage_partition_handle_t *handle) in block_store_open() 39 storage_partition_handle_t handle) in block_store_close() 51 storage_partition_handle_t handle, in block_store_read() 73 storage_partition_handle_t handle, in block_store_write() 95 storage_partition_handle_t handle, in block_store_erase()
|
| /trusted-services/protocols/service/block_storage/packed-c/ |
| A D | messages.h | 60 uint64_t handle; member 73 uint64_t handle; member 85 uint64_t handle; member 102 uint64_t handle; member 124 uint64_t handle; member
|
| /trusted-services/components/service/block_storage/block_store/device/ram/test/ |
| A D | ram_block_store_tests.cpp | 56 storage_partition_handle_t handle; in TEST() local 68 storage_partition_handle_t handle; in TEST() local 117 storage_partition_handle_t handle; in TEST() local 150 storage_partition_handle_t handle; in TEST() local 171 storage_partition_handle_t handle; in TEST() local
|
| /trusted-services/components/service/fwu/common/ |
| A D | update_agent_interface.c | 46 uint8_t op_type, uint32_t *handle) in update_agent_open() 54 int update_agent_write_stream(struct update_agent *update_agent, uint32_t handle, in update_agent_write_stream() 63 int update_agent_read_stream(struct update_agent *update_agent, uint32_t handle, uint8_t *buf, in update_agent_read_stream() 73 int update_agent_commit(struct update_agent *update_agent, uint32_t handle, bool accepted, in update_agent_commit()
|
| /trusted-services/components/rpc/common/logging/ |
| A D | logging_caller.c | 50 rpc_call_handle handle = NULL; in call_begin() local 71 static rpc_status_t call_invoke(void *context, rpc_call_handle handle, uint32_t opcode, in call_invoke() 99 static void call_end(void *context, rpc_call_handle handle) in call_end()
|
| /trusted-services/components/service/fwu/agent/ |
| A D | stream_manager.c | 26 static uint32_t index_from_handle(uint32_t handle) in index_from_handle() 41 enum fwu_stream_type type, uint32_t *handle) in alloc_stream_context() 91 static struct stream_context *get_active_context(struct stream_manager *subject, uint32_t handle) in get_active_context() 123 size_t data_len, uint32_t *handle) in stream_manager_open_buffer_stream() 190 int stream_manager_close(struct stream_manager *subject, uint32_t handle, bool accepted) in stream_manager_close() 237 int stream_manager_write(struct stream_manager *subject, uint32_t handle, const uint8_t *data, in stream_manager_write() 251 int stream_manager_read(struct stream_manager *subject, uint32_t handle, uint8_t *buf, in stream_manager_read()
|
| /trusted-services/components/service/block_storage/block_store/device/null/ |
| A D | null_block_store.c | 23 storage_partition_handle_t *handle) in null_block_store_open() 32 storage_partition_handle_t handle) in null_block_store_close() 41 storage_partition_handle_t handle, in null_block_store_read() 80 storage_partition_handle_t handle, in null_block_store_write() 118 storage_partition_handle_t handle, in null_block_store_erase()
|
| /trusted-services/components/service/block_storage/block_store/device/rpmb/ |
| A D | rpmb_block_store.c | 27 storage_partition_handle_t *handle) in rpmb_block_store_open() 39 storage_partition_handle_t handle) in rpmb_block_store_close() 50 storage_partition_handle_t handle, uint64_t lba, in rpmb_block_store_read() 95 storage_partition_handle_t handle, uint64_t lba, in rpmb_block_store_write() 137 storage_partition_handle_t handle, uint64_t begin_lba, in rpmb_block_store_erase()
|
| /trusted-services/components/service/block_storage/block_store/device/ |
| A D | block_device.c | 16 storage_partition_handle_t handle) in block_device_check_access_permitted() 53 storage_partition_handle_t *handle) in block_device_open() 72 storage_partition_handle_t handle) in block_device_close()
|
| /trusted-services/components/service/block_storage/provider/serializer/packed-c/ |
| A D | packedc_block_storage_serializer.c | 77 storage_partition_handle_t handle) in serialize_open_resp() 97 storage_partition_handle_t *handle) in deserialize_close_req() 115 storage_partition_handle_t *handle, in deserialize_read_req() 139 storage_partition_handle_t *handle, in deserialize_write_req() 187 storage_partition_handle_t *handle, in deserialize_erase_req()
|
| /trusted-services/components/service/fwu/test/fwu_client/direct/ |
| A D | direct_fwu_client.cpp | 99 int direct_fwu_client::open(const struct uuid_octets *uuid, op_type op_type, uint32_t *handle) in open() 104 int direct_fwu_client::commit(uint32_t handle, bool accepted) in commit() 112 int direct_fwu_client::write_stream(uint32_t handle, const uint8_t *data, size_t data_len) in write_stream() 117 int direct_fwu_client::read_stream(uint32_t handle, uint8_t *buf, size_t buf_size, size_t *read_len, in read_stream()
|
| /trusted-services/components/service/block_storage/block_store/device/semihosting/ |
| A D | semihosting_block_store.c | 16 static psa_status_t seek(long handle, ssize_t pos) in seek() 145 storage_partition_handle_t *handle) in semihosting_block_store_open() 162 storage_partition_handle_t handle) in semihosting_block_store_close() 172 storage_partition_handle_t handle, in semihosting_block_store_read() 229 storage_partition_handle_t handle, in semihosting_block_store_write() 286 storage_partition_handle_t handle, in semihosting_block_store_erase() 368 long handle = semihosting_file_open(filename, FOPEN_MODE_WPLUSB); in semihosting_block_store_init() local 422 long handle = semihosting_file_open(filename, FOPEN_MODE_WPLUSB); in semihosting_block_store_wipe() local
|
| /trusted-services/components/service/block_storage/block_store/device/fvb/ |
| A D | fvb_block_store.c | 26 storage_partition_handle_t *handle) in fvb_block_store_open() 42 storage_partition_handle_t handle) in fvb_block_store_close() 51 storage_partition_handle_t handle, in fvb_block_store_read() 101 storage_partition_handle_t handle, in fvb_block_store_write() 151 storage_partition_handle_t handle, in fvb_block_store_erase()
|
| /trusted-services/deployments/internal-trusted-storage/env/commonsp/ |
| A D | its_sp.c | 114 ffa_result ffa_vm_created_handler(uint16_t vm_id, uint64_t handle) in ffa_vm_created_handler() 122 ffa_result ffa_vm_destroyed_handler(uint16_t vm_id, uint64_t handle) in ffa_vm_destroyed_handler()
|
| /trusted-services/deployments/protected-storage/env/commonsp/ |
| A D | ps_sp.c | 114 ffa_result ffa_vm_created_handler(uint16_t vm_id, uint64_t handle) in ffa_vm_created_handler() 122 ffa_result ffa_vm_destroyed_handler(uint16_t vm_id, uint64_t handle) in ffa_vm_destroyed_handler()
|
| /trusted-services/deployments/se-proxy/env/commonsp/ |
| A D | se_proxy_sp.c | 141 ffa_result ffa_vm_created_handler(uint16_t vm_id, uint64_t handle) in ffa_vm_created_handler() 149 ffa_result ffa_vm_destroyed_handler(uint16_t vm_id, uint64_t handle) in ffa_vm_destroyed_handler()
|
| /trusted-services/components/messaging/ffa/libsp/test/ |
| A D | test_sp_memory_management.cpp | 158 uint64_t handle = 1; in TEST() local 169 uint64_t handle = 1; in TEST() local 180 uint64_t handle = 1; in TEST() local 192 uint64_t handle = 1; in TEST() local 214 uint64_t handle = 1; in TEST() local 229 uint64_t handle = 1; in TEST() local 251 uint64_t handle = 1; in TEST() local 278 uint64_t handle = 1; in TEST() local 291 uint64_t handle = 1; in TEST() local 303 uint64_t handle = 1; in TEST() local [all …]
|
| /trusted-services/deployments/env-test/env/commonsp/ |
| A D | env_test_sp.c | 105 ffa_result ffa_vm_created_handler(uint16_t vm_id, uint64_t handle) in ffa_vm_created_handler() 113 ffa_result ffa_vm_destroyed_handler(uint16_t vm_id, uint64_t handle) in ffa_vm_destroyed_handler()
|
| /trusted-services/components/rpc/rse_comms/caller/sp/ |
| A D | rse_comms_protocol.c | 11 psa_status_t rse_protocol_serialize_msg(psa_handle_t handle, in rse_protocol_serialize_msg() 76 psa_status_t rse_protocol_calculate_msg_len(psa_handle_t handle, in rse_protocol_calculate_msg_len()
|
| /trusted-services/components/service/crypto/include/psa/ |
| A D | crypto_struct.h | 49 uint32_t handle; member 61 uint32_t handle; member 73 uint32_t handle; member 85 uint32_t handle; member 97 uint32_t handle; member
|
| /trusted-services/deployments/block-storage/env/commonsp/ |
| A D | block_storage_sp.c | 114 ffa_result ffa_vm_created_handler(uint16_t vm_id, uint64_t handle) in ffa_vm_created_handler() 122 ffa_result ffa_vm_destroyed_handler(uint16_t vm_id, uint64_t handle) in ffa_vm_destroyed_handler()
|
| /trusted-services/deployments/logging/env/commonsp/ |
| A D | logging_sp.c | 104 ffa_result ffa_vm_created_handler(uint16_t vm_id, uint64_t handle) in ffa_vm_created_handler() 112 ffa_result ffa_vm_destroyed_handler(uint16_t vm_id, uint64_t handle) in ffa_vm_destroyed_handler()
|
| /trusted-services/components/service/block_storage/provider/ |
| A D | block_storage_provider.c | 122 storage_partition_handle_t handle = 0; in open_handler() local 149 storage_partition_handle_t handle = 0; in close_handler() local 176 storage_partition_handle_t handle = 0; in read_handler() local 214 storage_partition_handle_t handle = 0; in write_handler() local 259 storage_partition_handle_t handle = 0; in erase_handler() local
|
| /trusted-services/components/service/secure_storage/backend/secure_storage_client/ |
| A D | secure_storage_client.c | 27 rpc_call_handle handle = 0; in secure_storage_client_set() local 82 rpc_call_handle handle = 0; in secure_storage_client_get() local 138 rpc_call_handle handle = 0; in secure_storage_client_get_info() local 196 rpc_call_handle handle = 0; in secure_storage_client_remove() local 236 rpc_call_handle handle = 0; in secure_storage_client_create() local 279 rpc_call_handle handle = 0; in secure_storage_set_extended() local 324 rpc_call_handle handle = 0; in secure_storage_get_support() local
|