aboutsummaryrefslogtreecommitdiff
path: root/tests/suites/test_suite_block_cipher.function
AgeCommit message (Collapse)AuthorFilesLines
2024-07-19Move crypto test suitesRonald Cron1-129/+0
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
2023-12-14test_suite_block_cipher: fix unused variable when !MBEDTLS_BLOCK_CIPHER_SOME_PSAValerio Setti1-0/+1
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
2023-12-14test_suite_block_cipher: add new data file for PSA/legacy dispatch testValerio Setti1-0/+34
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
2023-11-10block_cipher: add encrypt()Manuel Pégourié-Gonnard1-0/+39
Test data copied from existing test suites. Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
2023-11-10block_cipher: add setkey()Manuel Pégourié-Gonnard1-2/+29
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
2023-11-10Start adding internal module block_cipher.cManuel Pégourié-Gonnard1-0/+28
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>