Home
last modified time | relevance | path

Searched refs:protocol (Results 1 – 11 of 11) sorted by relevance

/trusted-firmware-m-3.7.0/docs/platform/arm/rse/
Drse_comms.rst5 The RSE communication protocol is designed to be a lightweight serialization of
56 The ``protocol_ver`` identifies which message protocol is being used. There are
60 Embed protocol
63 The embed protocol embeds the psa_call iovecs into the message sent over the
82 maximum payload size for this protocol, ``RSE_COMMS_PAYLOAD_MAX_SIZE``, is a
85 Replies in the embed protocol take the form::
98 Pointer access protocol
101 The pointer access protocol passes the psa_call iovecs as pointers to shared
112 the embed protocol.
127 protocol.
[all …]
Drse_routing_table.rst5 In multi-RSE implementations, RSE uses a routing protocol to allow messages to
/trusted-firmware-m-3.7.0/docs/platform/arm/corstone1000/
Dreadme.rst21 The communication between NSPE and SPE is based on PSA IPC protocol running on
22 top of the RSE communication protocol. The Corstone-1000 supports only the
23 `Embed protocol`, and the ATU support is removed.
28 target. The platform has the build option to enable secure debug protocol to
29 unlock debug ports during boot time. The protocol is based on ARM's ADAC
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/linux/
Dtest_pal_socket.c28 enum tp_sock_type type, enum tp_sock_protocol protocol, in Test_PalSocket() argument
43 xProtocol = (protocol == TP_IPPROTO_UDP) ? IPPROTO_UDP : IPPROTO_TCP; in Test_PalSocket()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/no_os/
Dtest_pal_socket.c23 enum tp_sock_type type, enum tp_sock_protocol protocol, in Test_PalSocket() argument
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/freertos/
Dtest_pal_socket.c26 enum tp_sock_type type, enum tp_sock_protocol protocol, in Test_PalSocket() argument
45 xProtocol = (protocol == TP_IPPROTO_UDP) ? FREERTOS_IPPROTO_UDP : in Test_PalSocket()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/include/
Dtest_pal_socket.h73 enum tp_sock_type type, enum tp_sock_protocol protocol,
/trusted-firmware-m-3.7.0/platform/ext/cmsis/CMSIS/Driver/DriverTemplates/
DDriver_WiFi.c112 static int32_t ARM_WiFi_SocketCreate (int32_t af, int32_t type, int32_t protocol) { in ARM_WiFi_SocketCreate() argument
/trusted-firmware-m-3.7.0/platform/ext/cmsis/CMSIS/Driver/Include/
DDriver_WiFi.h643 int32_t (*SocketCreate) (int32_t af, int32_t type, int32_t protocol);
/trusted-firmware-m-3.7.0/platform/ext/target/nxp/common/Native_Driver/utilities/debug_console/
Dfsl_debug_console.c808 .protocol = kSerialManager_SwoProtocolNrz, in DbgConsole_Init()
/trusted-firmware-m-3.7.0/docs/design_docs/services/
Dsecure_partition_runtime_library.rst124 and implementation to encapsulate the use of the IPC protocol, and improve the