Lines Matching full:services
36 functions to Root of Trust (RoT) Services:
63 - `Implement the RoT services`_
83 - A list of implemented RoT Services.
84 - Access to other RoT Services.
115 "services" : [
246 A Secure partition may include stateless services. They are distinguished and
248 is set for indexing stateless services. It must be either ``"auto"`` or a
250 ``connection-based`` attribute must be set to ``false`` for stateless services.
462 Implement the RoT services
464 To implement RoT services, the partition needs a source file which contains the
465 implementations of the services, as well as the partition entry point. The user
514 and you want some SFNs to receive messages. RoT Services that are
533 /* Some other type of services. */
555 /* Handling services requested by psa_call. */
597 /* Some other type of services. */
616 /* Handling services requested by psa_call. */