There are total 63 test cases in psa arch crypto test. 61 tests are passed and 2 tests are skipped in TF-M release v1.6 on an521 and musca_s1. The log is shown as follows:
```
************ Crypto Suite Report **********
TOTAL TESTS : 63
TOTAL PASSED : 61
TOTAL SIM ERROR : 0
TOTAL FAILED : 0
TOTAL SKIPPED : 2
******************************************
```
The reason for the skipped tests is listed here:
| Test | Platform | Description | Github issue
| 262 | an521 musca_s1 | psa_hash_suspend is unimplemented in TFM and Mbed TLS v3.0.0. So the test is skipped. | https://github.com/ARM-software/psa-arch-tests/issues/281
| 263 | an521 musca_s1 | psa_hash_resume is unimplemented in TFM and Mbed TLS v3.0.0. So the test is skipped. | https://github.com/ARM-software/psa-arch-tests/issues/281