Lines Matching full:partition
2 :name: TF-M Secure Partition
4 Create a secure partition that exposes secure services.
9 A Secure Partition is an isolated module that resides in TF-M. It exposes a number of functions or
14 This sample creates a dummy secure partition and secure service for TF-M and instructs the TF-M
18 This dummy partition has a single secure service, which can index one of 5 dummy secrets inside the
19 partition, and retrieve a hash of the secret.
21 The partition is located in the ``dummy_partition`` directory. It contains the partition sources,
22 build files and build configuration files. The partition is built by the TF-M build system, refer to
28 When adapting this partition for your own purposes, please change all occurrences of
29 "dummy_partition", "DUMMY_PARTITION", "dp", and "DP" to your own partition name. Also, look through
31 files inside "partition".