summaryrefslogtreecommitdiffstats
path: root/src/tests/cipher_test.c
Commit message (Expand)AuthorAgeFilesLines
* [tests] Verify ability to perform in-place encryption and decryptionMichael Brown2022-11-101-4/+6
* [tests] Verify ability to reset cipher initialisation vectorMichael Brown2022-11-091-0/+38
* [crypto] Add concept of cipher alignment sizeMichael Brown2022-11-071-0/+10
* [crypto] Add concept of authentication tag to cipher algorithmsMichael Brown2022-10-251-0/+14
* [crypto] Add concept of additional data to cipher algorithmsMichael Brown2022-10-251-1/+13
* [crypto] Allow initialisation vector length to vary from cipher blocksizeMichael Brown2022-10-251-3/+3
* [test] Generalise cipher tests and use okx()Michael Brown2015-07-271-0/+185