Lines Matching refs:services
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.
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
194 Other services are not analyzed here.
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.
214 Please refer to Chapter 4 "Stateless Root of Trust services", Appendix B.3.2