Lines Matching full:tests
81 * [ ] `include/psa/crypto_config.h`, `tests/include/test/drivers/crypto_config_test_driver_extensio…
86 * [ ] `tests/suites/test_suite_psa_crypto_metadata.data` — [New functions and macros](#new-function…
87 * (If adding `PSA_IS_xxx`) `tests/suites/test_suite_psa_crypto_metadata.function` — [New functions …
88 * [ ] `tests/suites/test_suite_psa_crypto*.data`, `tests/suites/test_suite_psa_crypto*.function` — …
89 …_dev/crypto_knowledge.py`, `scripts/mbedtls_dev/asymmetric_key_data.py` — [Unit tests](#unit-tests)
97 …tests/suites/test_suite_psa_crypto.data`, `tests/suites/test_suite_psa_crypto.function`, `tests/su…
121 …tests/suites/test_suite_psa_crypto_metadata.data` that verifies that `PSA_IS_xxx` macros behave pr…
131 * For the testing of the driver dispatch code, `tests/include/test/drivers/crypto_config_test_drive…
154 ### Unit tests
156 A number of unit tests are automatically generated by `tests/scripts/generate_psa_tests.py` based o…
167 Other things need to be tested manually, either in `tests/suites/test_sutie_psa_crypto.data` or in …
169 * Known answer tests.
171 * Tests with invalid keys (e.g. wrong size or format).
172 * Tests with invalid data (e.g. wrong size or format, output buffer too small, invalid padding).
173 * For new functions: incorrect function call sequence, driver dispatch (in `tests/suites/test_suite…