Lines Matching full:services
2 Stateless Root of Trust Services Reference
16 services.
54 Since connection-based services and stateless services share the same PSA API
60 The index is used for organizing stateless services in manifest tool and
68 header files required by partition and services. For example, the generated
88 This chapter describes the changes in programming API for stateless services.
147 There are particular services that do not need sessions. The access to the
148 service is a one-shot connection. These services provide standalone operations
151 caller. Such services are recommended to be implemented as stateless, to provide
155 state or non-volatile resources while stateless services do not need them.
157 Update Feasibility of Existing Services
160 TF-M native services are used widely. They only need standalone operations and
163 process. Same for services in other partitions, thus all of them can be
168 .. list-table:: TF-M Partition Services Update Possibility
173 - Number of Services
194 Other services are not analyzed here.
196 Grouping Services
200 services currently.
202 Similar stateless services in a partition could be grouped, and assign one
208 and uses the type parameter to distinguish different stateless services.
209 Therefore, more stateless services can be supported.
211 Migrating to Stateless Services
214 Please refer to Chapter 4 "Stateless Root of Trust services", Appendix B.3.2
216 Services" in FF-M v1.1 document for details on which kind of service can be