Lines Matching refs:service
32 The index, stateless indicator, and service version information are encoded into
48 - service version requested by client - for client version check
61 locating a stateless service in SPM logic. A range of index [0, 31] is the
69 ``sid.h`` contains service ID and version. The tooling is extended to generate
90 support the stateless service.
116 ``psa_manifest/sid.h`` when requesting a stateless service.
117 2. This API validates stateless handle, decodes index and service version
118 information from it. SPM uses the index to know which stateless service is
121 authorization check, service and client version check, and handle space
133 According to FF-M v1.1, stateless service calling this API on a message is a
148 service is a one-shot connection. These services provide standalone operations
150 RoT service itself or do not expose any kind of context or session to the
161 do not need to keep state between sessions. For example, the service in Crypto
199 Stateless service table is stored statically, and TF-M supports 32 stateless
204 extended to identify the service in group. In this case, it is recommended to
207 It is recommended that each Secure Partition declares one stateless service
216 Services" in FF-M v1.1 document for details on which kind of service can be
217 stateless and how to implement a stateless service.