This commit is the result of the following command, followed by reindenting (but not wrapping lines): perl -00 -i -pe 's/^( *)TEST_ASSERT\(([^;=]*)(?: |\n *)==\s*PSA_SUCCESS\s*\);$/${1}PSA_ASSERT($2 );/gm' tests/suites/test_suite_psa_*.function
Only whitespace changes in this commit.
Refactor test hash_multi_part to test various sizes when calling psa_hash_update.
Move hash_finish, hash_verify and hash_multi_part to a new test suite test_suite_psa_crypto_hash.