You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same components as in Mbed TLS but:
. cmake build system. Compilation flags don't have to stay exactly the same but the ones relevant to the component should be kept the same.
. do not use programs/test/selftest that do not exist in TF-PSA-Crypto, run test_suite_aes.rest -v instead.
. replace greps on programs/test/selftest output by greps on test_suite_aes.rest -v output.
The text was updated successfully, but these errors were encountered:
Same components as in Mbed TLS but:
. cmake build system. Compilation flags don't have to stay exactly the same but the ones relevant to the component should be kept the same.
. do not use programs/test/selftest that do not exist in TF-PSA-Crypto, run
test_suite_aes.rest -v
instead.. replace greps on programs/test/selftest output by greps on
test_suite_aes.rest -v
output.The text was updated successfully, but these errors were encountered: