Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Testing improvements | Kevin Layer | 2018-07-26 | 1 | -113/+103 |
| | | | | | | | | | | | Add a new `test' rule that tests all three combinations (128, 192 and 256). This required the re-ordering of ifdef's in test.c, similar to that in aes.[ch]. test.elf now exits with the number of tests which failed, so the test rule in Makefile will notify properly. Remove the unused variables `buf' and `buf2'. Also, add a .gitignore file. | ||||
* | Update test.c | kokke | 2017-12-06 | 1 | -15/+18 |
| | |||||
* | Cosmetic: whitespace and indentation changes | kokke | 2017-12-06 | 1 | -137/+137 |
| | |||||
* | inplace api and test, Makefile update | Stoian Ivanov | 2017-12-05 | 1 | -17/+14 |
| | |||||
* | make thead safe via context pram; remove padding as non working; opitmise abit | Stoian Ivanov | 2017-12-05 | 1 | -10/+19 |
| | |||||
* | adding CTR-mode | kokke | 2017-12-01 | 1 | -6/+67 |
| | |||||
* | removing unused buffer | Matteo Brichese | 2017-06-06 | 1 | -1/+0 |
| | |||||
* | added AES192 and 256 | Matteo Brichese | 2017-06-06 | 1 | -7/+13 |
| | |||||
* | adding aes256 aes192 options | Matteo Brichese | 2017-06-06 | 1 | -21/+85 |
| | |||||
* | cleaning up | Matteo Brichese | 2017-06-06 | 1 | -12/+11 |
| | |||||
* | s/strncmp/memcmp/g | kokke | 2016-06-15 | 1 | -4/+4 |
| | |||||
* | Update test.c | kokke | 2014-12-15 | 1 | -3/+3 |
| | |||||
* | Included test of CBC mode | kokke | 2014-12-15 | 1 | -14/+114 |
| | |||||
* | Update test.c | kokke | 2014-12-08 | 1 | -1/+1 |
| | |||||
* | Update test.c | kokke | 2014-12-08 | 1 | -1/+1 |
| | |||||
* | Update test.c | kokke | 2014-07-12 | 1 | -1/+24 |
| | |||||
* | Update test.c | kokke | 2014-06-03 | 1 | -1/+1 |
| | |||||
* | Update test.c | kokke | 2014-06-03 | 1 | -10/+0 |
| | |||||
* | Create test.c | kokke | 2014-05-29 | 1 | -0/+75 |