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 <[email protected]>
This commit is contained in:
Harry Ramsey
2024-11-20 16:20:52 +00:00
parent e1d6f74b92
commit 61372efe95
3 changed files with 3 additions and 3 deletions
@@ -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 \
{ \
+1 -1
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 \
{ \
+1 -1
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 \
{ \