From 61372efe953bfb3e88cc63668008db0912500f0e Mon Sep 17 00:00:00 2001 From: Harry Ramsey Date: Mon, 4 Nov 2024 15:00:27 +0000 Subject: [PATCH] Refactor tests and programs comment This commit refactors comments refering to tf-psa-crypto for the correct path upon repo split. Signed-off-by: Harry Ramsey --- tests/psa-client-server/psasim/src/aut_psa_aead_encrypt.c | 2 +- tf-psa-crypto/programs/psa/aead_demo.c | 2 +- tf-psa-crypto/programs/psa/hmac_demo.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/psa-client-server/psasim/src/aut_psa_aead_encrypt.c b/tests/psa-client-server/psasim/src/aut_psa_aead_encrypt.c index ccdb62d20f..64463f57fc 100644 --- a/tests/psa-client-server/psasim/src/aut_psa_aead_encrypt.c +++ b/tests/psa-client-server/psasim/src/aut_psa_aead_encrypt.c @@ -47,7 +47,7 @@ void print_buf(const char *title, uint8_t *buf, size_t len) /* Run a PSA function and bail out if it fails. * The symbolic name of the error code can be recovered using: - * tf-psa-crypto/programs/psa/psa_constant_name status */ + * programs/psa/psa_constant_name status */ #define PSA_CHECK(expr) \ do \ { \ diff --git a/tf-psa-crypto/programs/psa/aead_demo.c b/tf-psa-crypto/programs/psa/aead_demo.c index e38b72a7f4..2d99e3cbec 100644 --- a/tf-psa-crypto/programs/psa/aead_demo.c +++ b/tf-psa-crypto/programs/psa/aead_demo.c @@ -93,7 +93,7 @@ static void print_buf(const char *title, uint8_t *buf, size_t len) /* Run a PSA function and bail out if it fails. * The symbolic name of the error code can be recovered using: - * tf-psa-crypto/programs/psa/psa_constant_name status */ + * programs/psa/psa_constant_name status */ #define PSA_CHECK(expr) \ do \ { \ diff --git a/tf-psa-crypto/programs/psa/hmac_demo.c b/tf-psa-crypto/programs/psa/hmac_demo.c index 63547de942..683f3e59c9 100644 --- a/tf-psa-crypto/programs/psa/hmac_demo.c +++ b/tf-psa-crypto/programs/psa/hmac_demo.c @@ -70,7 +70,7 @@ static void print_buf(const char *title, uint8_t *buf, size_t len) /* Run a PSA function and bail out if it fails. * The symbolic name of the error code can be recovered using: - * tf-psa-crypto/programs/psa/psa_constant_name status */ + * programs/psa/psa_constant_name status */ #define PSA_CHECK(expr) \ do \ { \