mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-23 16:20:49 +00: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:
parent
e1d6f74b92
commit
61372efe95
@ -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 \
|
||||
{ \
|
||||
|
Loading…
x
Reference in New Issue
Block a user