Commit Graph

19 Commits

Author SHA1 Message Date
Kevin Layer 7f211fb4f4 Testing improvements
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.
2018-07-26 10:12:54 -07:00
kokke 90170cbada
Update test.c 2017-12-06 18:30:54 +01:00
kokke 20be73802a
Cosmetic: whitespace and indentation changes 2017-12-06 17:52:17 +01:00
Stoian Ivanov 1e86fddb21 inplace api and test, Makefile update 2017-12-05 14:29:19 +02:00
Stoian Ivanov 88f258872c make thead safe via context pram; remove padding as non working; opitmise abit 2017-12-05 03:06:57 +02:00
kokke bacf8da954
adding CTR-mode 2017-12-01 01:01:33 +01:00
Matteo Brichese 265d6bce6b removing unused buffer 2017-06-06 13:51:50 -07:00
Matteo Brichese c1c5fb1974 added AES192 and 256 2017-06-06 13:33:36 -07:00
Matteo Brichese 2089462272 adding aes256 aes192 options 2017-06-06 11:10:33 -07:00
Matteo Brichese 52afbab204 cleaning up 2017-06-05 18:36:46 -07:00
kokke f832b4188e s/strncmp/memcmp/g 2016-06-15 20:09:57 +02:00
kokke 0373207800 Update test.c 2014-12-15 22:08:15 +01:00
kokke bb1e5bb93c Included test of CBC mode 2014-12-15 21:17:45 +01:00
kokke 623499e03d Update test.c 2014-12-08 09:57:11 +01:00
kokke 792329579c Update test.c 2014-12-08 09:55:44 +01:00
kokke ba3271eaee Update test.c 2014-07-12 02:16:45 +02:00
kokke c3b8c27ab8 Update test.c 2014-06-03 01:01:22 +02:00
kokke 0d724cc119 Update test.c 2014-06-03 00:15:16 +02:00
kokke 0ac6baff3f Create test.c 2014-05-29 02:22:11 +02:00