mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-12-24 17:41:01 +03:00
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:
@@ -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 \
|
||||
{ \
|
||||
|
||||
@@ -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 \
|
||||
{ \
|
||||
|
||||
@@ -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 \
|
||||
{ \
|
||||
|
||||
Reference in New Issue
Block a user