Lines Matching full:api
9 The secure storage subsystem provides an implementation of the PSA Secure Storage API
11 It allows making use of the PSA Secure Storage API and persistent keys in the PSA Crypto
12 API in a standard and portable way.
15 In addition to providing functional support for the PSA Secure Storage API, depending on
28 prompt "Internal Trusted Storage (ITS) API implementation"
35 Use Zephyr's implementation of the ITS API.
42 A custom implementation of the ITS API is present.
53 Increasing this value increases the stack usage when serving PSA ITS API calls.
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.
90 A custom implementation of the PS API is present.
97 bool "PS API implementation supports psa_ps_create() and psa_ps_set_extended()"