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 ccdb62d20..64463f57f 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 e38b72a7f..2d99e3cbe 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 63547de94..683f3e59c 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 \ { \