From ceca4dedbeb9df5ead6a35703b74b1197bf077ac Mon Sep 17 00:00:00 2001 From: Waleed Elmelegy Date: Mon, 18 Nov 2024 10:56:53 +0000 Subject: [PATCH] Remove mention of PSA_EXPORT_ASYMMETRIC_KEY_MAX_SIZE Remove mention of PSA_EXPORT_ASYMMETRIC_KEY_MAX_SIZE since it's not yet add defined in our implementation of PSA Crypto. Signed-off-by: Waleed Elmelegy --- tf-psa-crypto/include/psa/crypto.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tf-psa-crypto/include/psa/crypto.h b/tf-psa-crypto/include/psa/crypto.h index eeeaab656a..bc52e39f50 100644 --- a/tf-psa-crypto/include/psa/crypto.h +++ b/tf-psa-crypto/include/psa/crypto.h @@ -5731,9 +5731,6 @@ psa_status_t psa_export_public_key_iop_setup(psa_export_public_key_iop_t *operat * * \c PSA_EXPORT_PUBLIC_KEY_MAX_SIZE evaluates to the maximum * output size of any supported public key or public part * of a key pair. - * * \c PSA_EXPORT_ASYMMETRIC_KEY_MAX_SIZE evaluates - * to the maximum output size of any supported public - * key or key pair. * * \param[out] data_length On success, the number of bytes that make up the key data. * @@ -5748,9 +5745,7 @@ psa_status_t psa_export_public_key_iop_setup(psa_export_public_key_iop_t *operat * \retval #PSA_ERROR_BUFFER_TOO_SMALL * The size of the data buffer is too small. * \c PSA_EXPORT_PUBLIC_KEY_OUTPUT_SIZE(), - * \c PSA_EXPORT_PUBLIC_KEY_MAX_SIZE, or - * \c PSA_EXPORT_ASYMMETRIC_KEY_MAX_SIZE can be used to determine a - * sufficient buffer size. + * \c PSA_EXPORT_PUBLIC_KEY_MAX_SIZE. * \retval #PSA_ERROR_INSUFFICIENT_MEMORY \emptydescription * \retval #PSA_ERROR_COMMUNICATION_FAILURE \emptydescription * \retval #PSA_ERROR_CORRUPTION_DETECTED \emptydescription