Lines Matching full:services
4 TS-TEE (Trusted Services project)
7 This driver provides access to secure services implemented by Trusted Services.
9 Trusted Services [1] is a TrustedFirmware.org project that provides a framework
10 for developing and deploying device Root of Trust services in FF-A [2] S-EL0
16 Services RPC protocol is used [5]. To use the driver from user space a reference
17 implementation is provided at [6], which is part of the Trusted Services client
20 All Trusted Services (TS) SPs have the same FF-A UUID; it identifies the TS RPC
21 protocol. A TS SP can host one or more services (e.g. PSA Crypto, PSA ITS, etc).
33 services. Opening a service corresponds to opening a session in the given
36 Overview of a system with Trusted Services components::
42 +--------+ | Services SP |
59 [1] https://www.trustedfirmware.org/projects/trusted-services/
67 [5] https://trusted-services.readthedocs.io/en/v1.0.0/developer/service-access-protocols.html#abi
69 [6] https://git.trustedfirmware.org/TS/trusted-services.git/tree/components/rpc/ts_rpc/caller/linux…
71 [7] https://git.trustedfirmware.org/TS/trusted-services.git/tree/deployments/libts/arm-linux/CMakeL…