aboutsummaryrefslogtreecommitdiff
path: root/src/tests/aes_test.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-07[test] Remove dummy initialisation vector for ECB-mode AES testsMichael Brown1-8/+3
2022-10-25[crypto] Add concept of authentication tag to cipher algorithmsMichael Brown1-6/+6
2022-10-25[crypto] Add concept of additional data to cipher algorithmsMichael Brown1-6/+6
2015-07-27[test] Add NIST self-tests for AES192 in ECB and CBC modesMichael Brown1-1/+33
2015-07-27[test] Add NIST self-tests for AES128 and AES256 in ECB modeMichael Brown1-0/+38
2015-07-27[test] Define shortcuts for frequently-used NIST AES test vectorsMichael Brown1-25/+30
2015-07-27[test] Generalise cipher tests and use okx()Michael Brown1-0/+118