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 <harry.ramsey@arm.com>
This commit is contained in:
Harry Ramsey 2024-11-04 15:00:27 +00:00
parent e1d6f74b92
commit 61372efe95
3 changed files with 3 additions and 3 deletions

View File

@ -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 <value> */
* programs/psa/psa_constant_name status <value> */
#define PSA_CHECK(expr) \
do \
{ \

View File

@ -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 <value> */
* programs/psa/psa_constant_name status <value> */
#define PSA_CHECK(expr) \
do \
{ \

View File

@ -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 <value> */
* programs/psa/psa_constant_name status <value> */
#define PSA_CHECK(expr) \
do \
{ \