Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
0f33d99
PSA core 5.12 docs
alzix Feb 28, 2019
1ad712c
update .gitignore
alzix Feb 28, 2019
e4af98d
rearrange docs
alzix Mar 2, 2019
2778c2d
lifecycle - doxyden
alzix Mar 2, 2019
619d63a
platform partition
alzix Mar 2, 2019
69845d4
Move psa IST and PS to storage folder
alzix Mar 3, 2019
7f20a7f
Fix typo in ITS
alzix Mar 3, 2019
818a8e5
Update PSA Initial Attestation Service document
Mar 4, 2019
02a3bd7
Update psa_lifecycle.md
GuyWi Mar 4, 2019
81dedfe
Update platform_service.md
GuyWi Mar 4, 2019
ae37b51
Update psa_attestation.md
GuyWi Mar 4, 2019
1c0426e
Update security.md
GuyWi Mar 4, 2019
e9c6050
Update spm.md
GuyWi Mar 4, 2019
8a13c4f
Update psa_internal_storage.md
GuyWi Mar 4, 2019
9857a52
Update psa_protected_storage.md
GuyWi Mar 4, 2019
52113f0
Update spm.md
GuyWi Mar 4, 2019
6524fdf
Update psa.md
GuyWi Mar 4, 2019
a83cc98
Update security.md
GuyWi Mar 4, 2019
079c4d1
Update psa_internal_storage.md
GuyWi Mar 4, 2019
e22de4a
Updates based on Danny's feedback.
GuyWi Mar 4, 2019
a1332cd
Updates based on Danny's feedback.
GuyWi Mar 4, 2019
2e65a88
Updated based on Danny's feedback.
GuyWi Mar 4, 2019
1095825
Update psa_protected_storage.md
GuyWi Mar 5, 2019
5a21af0
Updated based on Alex Z's clarifications.
GuyWi Mar 5, 2019
7b0722b
Update psa_lifecycle.md
GuyWi Mar 5, 2019
1e5a857
Update psa_attestation.md
GuyWi Mar 5, 2019
89311f9
Update psa_attestation.md
GuyWi Mar 5, 2019
afc8bdc
Update security.md
GuyWi Mar 5, 2019
f9f7b08
Update psa_internal_storage.md
GuyWi Mar 5, 2019
df93f26
Update psa_internal_storage.md
GuyWi Mar 5, 2019
6a9f6aa
Update spm.md
GuyWi Mar 6, 2019
ce744d5
Update psa.md
GuyWi Mar 6, 2019
b42c68c
Update psa_crypto.md
GuyWi Mar 6, 2019
e79b2e8
Delete psa_crypto.md
GuyWi Mar 6, 2019
14ce3a7
Update psa_lifecycle.md
GuyWi Mar 6, 2019
78e26cb
Update platform service doc
alzix Mar 7, 2019
b8f57c3
Update platform_service.md
GuyWi Mar 7, 2019
f02cd8a
Update platform_service.md
GuyWi Mar 7, 2019
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update psa_internal_storage.md
  • Loading branch information
GuyWi authored and alzix committed Mar 7, 2019
commit 8a13c4f44850ee7c65053d57b34dda8017f64e8f
24 changes: 12 additions & 12 deletions docs/api/storage/psa_internal_storage.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
## PSA Internal Storage
## PSA internal storage

### Description
PSA internal storage APIs enable saving data to and retrieving data from a PSA internal flash.

PSA internal storage APIs allows saving and retrieving data from PSA internal flash.
The implementation of PSA internal storage varies depending on the target type:

PSA internal storage implementation varies depending on the target type:
- on single core ARMv7-M target it PSA internal storage APIs are implemented by calling to "default" internal TDBStore instance.
- on PSA targets implementing SPM, PSA internal storage implemented as a secure service. PSA internal storage has access control list,
which makes sure that only the entries created from NSPE will be accessible to it.
* On a single core ARMv7-M target, PSA internal storage APIs are implemented by calling the default internal TDBStore instance.
* On PSA targets that implement Secure Partition Manager (SPM), PSA internal storage is implemented as a secure service. The service uses an access control list to ensure that it only accesses entries created from the Non-Secure Processing Environment (NSPE).

### Specification
### PSA internal storage class reference

API specification in mbed-os specific context can be found here: [mbed-os/Storage](../../storage/storage.md)
[![View code](https://www.mbed.com/embed/?type=library)](../mbed-os-api-doxy/psa__prot__internal__storage_8h.html)

PSA specification can be found here [PSA Secure Storage](https://pages.arm.com/PSA-APIs)
### Example

### Doxygen
### Related content

[![View code](https://www.mbed.com/embed/?type=library)](../mbed-os-api-doxy/psa__prot__internal__storage_8h.html)
* [Storage overview (Mbed OS)](..apis/storage.html).

* [PSA secure storage](https://pages.arm.com/PSA-APIs).