aboutsummaryrefslogtreecommitdiff
path: root/tests/suites/test_suite_psa_crypto_init.function
AgeCommit message (Expand)AuthorFilesLines
2020-06-10tests: Create an include folderRonald Cron1-1/+1
2019-10-23CTR_DRBG: define a constant for the default entropy nonce lengthGilles Peskine1-0/+6
2019-06-20Rename psa_helpers.function to psa_crypto_helpers.hGilles Peskine1-1/+1
2019-06-05Replace all calls to mbedtls_psa_crypto_free by PSA_DONEGilles Peskine1-8/+8
2019-06-05Create PSA-specific helper function fileGilles Peskine1-5/+1
2019-05-15Put handle parameter last: psa_import_keyGilles Peskine1-1/+1
2019-04-24Update remaining test cases to use key attributesGilles Peskine1-1/+6
2019-04-24Rename functions that inject key material to an allocated handleGilles Peskine1-1/+1
2018-12-20Move MIN and MAX macros from PSA tests to helpers.functionGilles Peskine1-3/+0
2018-12-20Use TEST_EQUAL(a,b) in preference to TEST_ASSERT(a==b)Gilles Peskine1-5/+5
2018-12-20Use PSA_ASSERT(a) in preference to TEST_ASSERT(a==PSA_SUCCESS)Gilles Peskine1-20/+14
2018-12-04Don't include mbedtls/platform.h unconditionallyGilles Peskine1-2/+1
2018-11-23Create the NV seed file for the tests if neededGilles Peskine1-0/+8
2018-11-23Add init tests with entropy from NV seedGilles Peskine1-0/+35
2018-11-23Support NV seed enabled at compile time but not at runtimeGilles Peskine1-1/+8
2018-11-23Add tests with a fake entropy sourceGilles Peskine1-4/+78
2018-11-23Add a facility to configure entropy sourcesGilles Peskine1-0/+93
2018-11-22Make library init and deinit more robust to errorsGilles Peskine1-0/+13
2018-11-22Test that deinit deactivates random generation and key slotsGilles Peskine1-4/+18
2018-11-22Move library initialization tests to a new test suiteGilles Peskine1-0/+50