Lines Matching full:implementation
9 The secure storage subsystem provides an implementation of the PSA Secure Storage API
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.
60 Zephyr's ITS implementation calls into it.
71 Zephyr's ITS implementation calls into it.
78 prompt "Protected Storage (PS) API implementation"
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.
88 bool "Custom PS implementation"
90 A custom implementation of the PS API is present.
97 bool "PS API implementation supports psa_ps_create() and psa_ps_set_extended()"