Lines Matching full:api
7 …`Platform Security Architecture (PSA) Secure Storage API <https://arm-software.github.io/psa-api/s…
9 that don't already have an implementation of the API.
14 The secure storage subsystem makes the PSA Secure Storage API available on all board targets with
16 As such, it provides an implementation of the API on those that don't already have one, ensuring
17 functional support for the API.
19 cannot enable the subsystem because TF-M already provides an implementation of the API.
21 | In addition to providing functional support for the API, depending on
23 may secure the data stored via the PSA Secure Storage API at rest.
30 The secure storage subsystem's implementation of the PSA Secure Storage API:
34 | Its foremost goal is functional support for the API on all board targets.
41 * does not yet provide an implementation of the Protected Storage (PS) API as of this writing.
43 Instead, the PS API directly calls into the Internal Trusted Storage (ITS) API
44 (unless a `custom implementation <#whole-api>`_ of the PS API is provided).
50 …`3.2. Internal Trusted Storage requirements <https://arm-software.github.io/psa-api/storage/1.0/ov…
54 …al Trusted Storage API <https://arm-software.github.io/psa-api/storage/1.0/overview/architecture.h…
57 …(`2.2. Technical Background <https://arm-software.github.io/psa-api/storage/1.0/overview/architect…
68 * The data stored via the PSA Secure Storage API is not protected from direct
70 …`3.2. Internal Trusted Storage requirements <https://arm-software.github.io/psa-api/storage/1.0/ov…
78 To configure the implementation of the PSA Secure Storage API provided by Zephyr, have a look at the
88 Whole API
91 If you already have an implementation of the whole ITS or PS API and want to make use of it, you
94 * :kconfig:option:`CONFIG_SECURE_STORAGE_ITS_IMPLEMENTATION_CUSTOM`, for the ITS API.
95 * :kconfig:option:`CONFIG_SECURE_STORAGE_PS_IMPLEMENTATION_CUSTOM`, for the PS API.
97 ITS API
100 Zephyr's implementation of the ITS API
116 PSA Secure Storage API reference