Lines Matching refs:protocol
5 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.
144 - ``rse_comms_protocol.c``: The common part of the RSE comms protocol.
145 - ``rse_comms_protocol_embed.c``: The embed RSE comms protocol.
146 - ``rse_comms_protocol_protocol_access.c``: The pointer access RSE comms protocol.