summaryrefslogtreecommitdiffstats
path: root/test.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Testing improvementsKevin Layer2018-07-261-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.ckokke2017-12-061-15/+18
|
* Cosmetic: whitespace and indentation changeskokke2017-12-061-137/+137
|
* inplace api and test, Makefile updateStoian Ivanov2017-12-051-17/+14
|
* make thead safe via context pram; remove padding as non working; opitmise abitStoian Ivanov2017-12-051-10/+19
|
* adding CTR-modekokke2017-12-011-6/+67
|
* removing unused bufferMatteo Brichese2017-06-061-1/+0
|
* added AES192 and 256Matteo Brichese2017-06-061-7/+13
|
* adding aes256 aes192 optionsMatteo Brichese2017-06-061-21/+85
|
* cleaning upMatteo Brichese2017-06-061-12/+11
|
* s/strncmp/memcmp/gkokke2016-06-151-4/+4
|
* Update test.ckokke2014-12-151-3/+3
|
* Included test of CBC modekokke2014-12-151-14/+114
|
* Update test.ckokke2014-12-081-1/+1
|
* Update test.ckokke2014-12-081-1/+1
|
* Update test.ckokke2014-07-121-1/+24
|
* Update test.ckokke2014-06-031-1/+1
|
* Update test.ckokke2014-06-031-10/+0
|
* Create test.ckokke2014-05-291-0/+75