From 9e088847ae51f8dd76a6fcbd6cd2b21f4a35111b Mon Sep 17 00:00:00 2001 From: Janos Follath Date: Tue, 13 Aug 2024 17:54:44 +0100 Subject: [PATCH] Clarify IOP key generation restriction Public keys can't be generated. Co-authored-by: Gilles Peskine Signed-off-by: Janos Follath --- tf-psa-crypto/include/psa/crypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tf-psa-crypto/include/psa/crypto.h b/tf-psa-crypto/include/psa/crypto.h index 5d40d07d4..77b740791 100644 --- a/tf-psa-crypto/include/psa/crypto.h +++ b/tf-psa-crypto/include/psa/crypto.h @@ -5272,7 +5272,7 @@ uint32_t psa_generate_key_iop_get_num_ops(psa_generate_key_iop_t *operation); * aborted by calling \c * psa_generate_key_iop_abort(). * - * \note Only asymmetric keys are supported. (See \p attributes.) + * \note Only asymmetric key pairs are supported. (See \p attributes.) * * \param[in, out] operation The \c psa_generate_key_iop_t to use. * This must be initialized as per the