| /trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/components/uart/ |
| D | fsl_adapter_usart.c | 186 static void HAL_UartCallback(USART_Type *base, usart_handle_t *handle, status_t status, void *callb… in HAL_UartCallback() 209 static void HAL_UartInterruptHandle(USART_Type *base, void *handle) in HAL_UartInterruptHandle() 267 static void HAL_UartInterruptHandle_Wapper(void *base, void *handle) in HAL_UartInterruptHandle_Wapper() 275 static hal_uart_status_t HAL_UartInitCommon(hal_uart_handle_t handle, const hal_uart_config_t *conf… in HAL_UartInitCommon() 330 hal_uart_status_t HAL_UartInit(hal_uart_handle_t handle, const hal_uart_config_t *uart_config) in HAL_UartInit() 368 hal_uart_status_t HAL_UartDeinit(hal_uart_handle_t handle) in HAL_UartDeinit() 381 hal_uart_status_t HAL_UartReceiveBlocking(hal_uart_handle_t handle, uint8_t *data, size_t length) in HAL_UartReceiveBlocking() 403 hal_uart_status_t HAL_UartSendBlocking(hal_uart_handle_t handle, const uint8_t *data, size_t length) in HAL_UartSendBlocking() 424 hal_uart_status_t HAL_UartEnterLowpower(hal_uart_handle_t handle) in HAL_UartEnterLowpower() 431 hal_uart_status_t HAL_UartExitLowpower(hal_uart_handle_t handle) in HAL_UartExitLowpower() [all …]
|
| /trusted-firmware-m-latest/secure_fw/spm/include/ffm/ |
| D | psa_api.h | 55 #define IOVEC_IS_MAPPED(handle, iovec_idx) \ argument 58 #define IOVEC_IS_UNMAPPED(handle, iovec_idx) \ argument 61 #define IOVEC_IS_ACCESSED(handle, iovec_idx) \ argument 64 #define SET_IOVEC_MAPPED(handle, iovec_idx) \ argument 67 #define SET_IOVEC_UNMAPPED(handle, iovec_idx) \ argument 70 #define SET_IOVEC_ACCESSED(handle, iovec_idx) \ argument
|
| /trusted-firmware-m-latest/secure_fw/spm/core/ |
| D | psa_mmiovec_api.c | 19 struct connection_t *handle; in tfm_spm_partition_psa_map_invec() local 95 struct connection_t *handle; in tfm_spm_partition_psa_unmap_invec() local 149 struct connection_t *handle; in tfm_spm_partition_psa_map_outvec() local 223 struct connection_t *handle; in tfm_spm_partition_psa_unmap_outvec() local
|
| D | psa_read_write_skip_api.c | 19 struct connection_t *handle = NULL; in tfm_spm_partition_psa_read() local 88 struct connection_t *handle = NULL; in tfm_spm_partition_psa_skip() local 148 struct connection_t *handle = NULL; in tfm_spm_partition_psa_write() local
|
| D | psa_connection_api.c | 94 psa_status_t tfm_spm_client_psa_close(psa_handle_t handle) in tfm_spm_client_psa_close() 100 psa_status_t spm_psa_close_client_id_associated(psa_handle_t handle, int32_t client_id) in spm_psa_close_client_id_associated() 131 struct connection_t *handle; in tfm_spm_partition_psa_set_rhandle() local
|
| D | tfm_rpc.c | 46 psa_status_t tfm_rpc_psa_call(psa_handle_t handle, uint32_t control, in tfm_rpc_psa_call() 69 psa_status_t tfm_rpc_psa_close(psa_handle_t handle, int32_t ns_client_id) in tfm_rpc_psa_close() 114 struct connection_t *handle = (struct connection_t *)msg.rhandle; in tfm_rpc_client_call_reply() local
|
| D | spm_connection_pool.c | 63 psa_handle_t handle; in connection_to_handle() local 89 struct connection_t *handle_to_connection(psa_handle_t handle) in handle_to_connection()
|
| D | psa_interface_svc.c | 31 __naked psa_status_t tfm_psa_call_pack_svc(psa_handle_t handle, in tfm_psa_call_pack_svc() 114 __naked void psa_close_svc(psa_handle_t handle) in psa_close_svc() 163 __naked psa_status_t agent_psa_call_svc(psa_handle_t handle, in agent_psa_call_svc() 181 __naked psa_status_t agent_psa_close_svc(psa_handle_t handle, int32_t ns_client_id) in agent_psa_close_svc()
|
| D | mailbox_agent_api.c | 21 psa_status_t tfm_spm_agent_psa_call(psa_handle_t handle, in tfm_spm_agent_psa_call() 86 psa_status_t tfm_spm_agent_psa_close(psa_handle_t handle, in tfm_spm_agent_psa_close()
|
| D | psa_interface_sfn.c | 37 psa_status_t tfm_psa_call_pack(psa_handle_t handle, uint32_t ctrl_param, in tfm_psa_call_pack() 139 void psa_close(psa_handle_t handle) in psa_close() 266 psa_status_t agent_psa_call(psa_handle_t handle, in agent_psa_call() 325 psa_status_t agent_psa_close(psa_handle_t handle, int32_t ns_client_id) in agent_psa_close()
|
| D | psa_interface_thread_fn_call.c | 54 psa_status_t tfm_psa_call_pack_thread_fn_call(psa_handle_t handle, in tfm_psa_call_pack_thread_fn_call() 149 void psa_close_thread_fn_call(psa_handle_t handle) in psa_close_thread_fn_call() 235 psa_status_t agent_psa_call_thread_fn_call(psa_handle_t handle, in agent_psa_call_thread_fn_call() 255 psa_status_t agent_psa_close_thread_fn_call(psa_handle_t handle, int32_t ns_client_id) in agent_psa_close_thread_fn_call()
|
| D | spm.h | 48 #define GET_INDEX_FROM_STATIC_HANDLE(handle) \ argument 55 #define GET_VERSION_FROM_STATIC_HANDLE(handle) \ argument 60 #define IS_STATIC_HANDLE(handle) \ argument 392 __STATIC_INLINE bool tfm_spm_is_rpc_msg(const struct connection_t *handle) in tfm_spm_is_rpc_msg()
|
| D | psa_api.c | 119 struct connection_t *handle = NULL; in tfm_spm_partition_psa_get() local 204 struct connection_t *handle; in tfm_spm_partition_psa_reply() local
|
| /trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/io/ |
| D | io_storage.c | 56 static bool is_valid_entity(const uintptr_t handle) { in is_valid_entity() 78 static void set_handle(uintptr_t *handle, io_entity_t *entity) { in set_handle() 147 uintptr_t *handle) { in io_dev_open() 188 int io_open(uintptr_t dev_handle, const uintptr_t spec, uintptr_t *handle) { in io_open() 212 int io_seek(uintptr_t handle, io_seek_mode_t mode, int32_t offset) { in io_seek() 227 int io_size(uintptr_t handle, size_t *length) { in io_size() 241 int io_read(uintptr_t handle, uintptr_t buffer, size_t length, in io_read() 257 int io_write(uintptr_t handle, const uintptr_t buffer, size_t length, in io_write() 274 int io_close(uintptr_t handle) { in io_close()
|
| /trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/drivers/ |
| D | fsl_usart.c | 77 size_t USART_TransferGetRxRingBufferLength(usart_handle_t *handle) in USART_TransferGetRxRingBufferLength() 97 static bool USART_TransferIsRxRingBufferFull(usart_handle_t *handle) in USART_TransferIsRxRingBufferFull() 132 void USART_TransferStartRingBuffer(USART_Type *base, usart_handle_t *handle, uint8_t *ringBuffer, s… in USART_TransferStartRingBuffer() 156 void USART_TransferStopRingBuffer(USART_Type *base, usart_handle_t *handle) in USART_TransferStopRingBuffer() 759 usart_handle_t *handle, in USART_TransferCreateHandle() 810 status_t USART_TransferSendNonBlocking(USART_Type *base, usart_handle_t *handle, usart_transfer_t *… in USART_TransferSendNonBlocking() 855 void USART_TransferAbortSend(USART_Type *base, usart_handle_t *handle) in USART_TransferAbortSend() 880 status_t USART_TransferGetSendCount(USART_Type *base, usart_handle_t *handle, uint32_t *count) in USART_TransferGetSendCount() 923 usart_handle_t *handle, in USART_TransferReceiveNonBlocking() 1055 void USART_TransferAbortReceive(USART_Type *base, usart_handle_t *handle) in USART_TransferAbortReceive() [all …]
|
| /trusted-firmware-m-latest/platform/ext/target/rpi/rp2350/ns/ |
| D | tfm_custom_psa_ns_api.c | 63 psa_status_t tz_psa_call(psa_handle_t handle, int32_t type, in tz_psa_call() 89 void tz_psa_close(psa_handle_t handle) in tz_psa_close() 149 psa_status_t mb_psa_call(psa_handle_t handle, int32_t type, in mb_psa_call() 174 void mb_psa_close(psa_handle_t handle) in mb_psa_close() 205 psa_status_t psa_call(psa_handle_t handle, int32_t type, in psa_call() 227 void psa_close(psa_handle_t handle) in psa_close()
|
| /trusted-firmware-m-latest/secure_fw/partitions/ns_agent_tz/ |
| D | psa_api_veneers_v80m.c | 146 psa_status_t tfm_psa_call_veneer(psa_handle_t handle, in tfm_psa_call_veneer() 216 void tfm_psa_close_veneer(psa_handle_t handle) in tfm_psa_close_veneer() 281 void tfm_psa_close_veneer(psa_handle_t handle) in tfm_psa_close_veneer()
|
| D | psa_api_veneers.c | 55 psa_status_t tfm_psa_call_veneer(psa_handle_t handle, in tfm_psa_call_veneer() 90 void tfm_psa_close_veneer(psa_handle_t handle) in tfm_psa_close_veneer() 111 void tfm_psa_close_veneer(psa_handle_t handle) in tfm_psa_close_veneer()
|
| /trusted-firmware-m-latest/interface/include/psa/ |
| D | crypto_struct.h | 72 mbedtls_psa_client_handle_t handle; member 97 mbedtls_psa_client_handle_t handle; member 133 mbedtls_psa_client_handle_t handle; member 161 mbedtls_psa_client_handle_t handle; member 204 mbedtls_psa_client_handle_t handle; member 452 mbedtls_psa_client_handle_t handle; member 490 mbedtls_psa_client_handle_t handle; member
|
| D | client.h | 48 #define PSA_HANDLE_IS_VALID(handle) ((psa_handle_t)(handle) > 0) argument 54 #define PSA_HANDLE_TO_ERROR(handle) ((psa_status_t)(handle)) argument
|
| /trusted-firmware-m-latest/interface/src/ |
| D | tfm_tz_psa_ns_api.c | 34 psa_status_t psa_call(psa_handle_t handle, int32_t type, in psa_call() 60 void psa_close(psa_handle_t handle) in psa_close()
|
| /trusted-firmware-m-latest/secure_fw/partitions/crypto/ |
| D | crypto_alloc.c | 82 uint32_t *handle, in tfm_crypto_operation_alloc() 119 psa_status_t tfm_crypto_operation_release(uint32_t *handle) in tfm_crypto_operation_release() 153 uint32_t handle, in tfm_crypto_operation_lookup()
|
| /trusted-firmware-m-latest/secure_fw/partitions/lib/runtime/ |
| D | psa_api_ipc.c | 25 psa_status_t tfm_psa_call_pack(psa_handle_t handle, in tfm_psa_call_pack() 82 void psa_close(psa_handle_t handle) in psa_close() 154 psa_status_t agent_psa_call(psa_handle_t handle, in agent_psa_call() 172 psa_status_t agent_psa_close(psa_handle_t handle, int32_t ns_client_id) in agent_psa_close()
|
| /trusted-firmware-m-latest/secure_fw/partitions/ns_agent_mailbox/ |
| D | tfm_spe_mailbox.c | 91 mailbox_msg_handle_t *handle) in get_spe_mailbox_msg_handle() 102 __STATIC_INLINE int32_t get_spe_mailbox_msg_idx(mailbox_msg_handle_t handle, in get_spe_mailbox_msg_idx() 409 int32_t tfm_mailbox_reply_msg(mailbox_msg_handle_t handle, int32_t reply) in tfm_mailbox_reply_msg() 459 mailbox_msg_handle_t handle = MAILBOX_MSG_NULL_HANDLE; in mailbox_reply() local
|
| /trusted-firmware-m-latest/interface/src/multi_core/ |
| D | tfm_multi_core_psa_ns_api.c | 94 psa_status_t psa_call(psa_handle_t handle, int32_t type, in psa_call() 119 void psa_close(psa_handle_t handle) in psa_close()
|