From 08bde36e737bd8c00d73974d6c4854e0f7cd3e23 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Tue, 18 Aug 2020 23:04:08 +0200 Subject: [PATCH] Clarify that the location is where the key material is accessible Signed-off-by: Gilles Peskine --- include/psa/crypto_types.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/psa/crypto_types.h b/include/psa/crypto_types.h index 29e1f2939..874fea4e3 100644 --- a/include/psa/crypto_types.h +++ b/include/psa/crypto_types.h @@ -115,8 +115,9 @@ typedef uint32_t psa_algorithm_t; * whether the key is _volatile_ or _persistent_. * See ::psa_key_persistence_t for more information. * - Bits 8-31 (#PSA_KEY_LIFETIME_GET_LOCATION(\c lifetime)): - * location indicator. This value indicates where the key is stored - * and where operations on the key are performed. + * location indicator. This value indicates where the key material is stored + * (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. * * Volatile keys are automatically destroyed when the application instance