mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-04-28 18:36:21 +00:00
Clarify that the location is where the key material is accessible
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
0ca6d38bc3
commit
08bde36e73
|
@ -115,8 +115,9 @@ typedef uint32_t psa_algorithm_t;
|
||||||
* whether the key is _volatile_ or _persistent_.
|
* whether the key is _volatile_ or _persistent_.
|
||||||
* See ::psa_key_persistence_t for more information.
|
* See ::psa_key_persistence_t for more information.
|
||||||
* - Bits 8-31 (#PSA_KEY_LIFETIME_GET_LOCATION(\c lifetime)):
|
* - Bits 8-31 (#PSA_KEY_LIFETIME_GET_LOCATION(\c lifetime)):
|
||||||
* location indicator. This value indicates where the key is stored
|
* location indicator. This value indicates where the key material is stored
|
||||||
* and where operations on the key are performed.
|
* (or at least where it is accessible in cleartext) and where operations
|
||||||
|
* on the key are performed.
|
||||||
* See ::psa_key_location_t for more information.
|
* See ::psa_key_location_t for more information.
|
||||||
*
|
*
|
||||||
* Volatile keys are automatically destroyed when the application instance
|
* Volatile keys are automatically destroyed when the application instance
|
||||||
|
|
Loading…
Reference in a new issue