Lines Matching full:its
28 prompt "Internal Trusted Storage (ITS) API implementation"
31 bool "Zephyr's ITS implementation"
35 Use Zephyr's implementation of the ITS API.
40 bool "Custom ITS implementation"
42 A custom implementation of the ITS API is present.
43 Implement the functions declared in <zephyr/secure_storage/its.h>.
49 int "Maximum data size of an ITS entry in bytes"
52 The maximum size, in bytes, that the data of an ITS entry can be.
53 Increasing this value increases the stack usage when serving PSA ITS API calls.
56 bool "ITS transform module"
59 ITS data before it's written to and after it's read from NVM.
60 Zephyr's ITS implementation calls into it.
67 bool "ITS store module"
70 The module that handles the storage/retrieval of the ITS data to/from NVM.
71 Zephyr's ITS implementation calls into it.
82 bool "PS calls directly into the ITS"
84 The PS API doesn't have an implementation of its own, and directly calls into the ITS API.
85 This means that the implementation of the PS API will be identical to that of the ITS API.