summaryrefslogtreecommitdiff
path: root/tests/test-aes.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Move AES key wrap/unwrap test cases into hwsim frameworkJouni Malinen2015-01-051-254/+0
* tests: Move AES-CBC test cases into hwsim frameworkJouni Malinen2015-01-051-67/+0
* tests: Move AES-128 EAX mode test cases into hwsim frameworkJouni Malinen2015-01-051-46/+0
* tests: Move OMAC1-AES test cases into hwsim module testsJouni Malinen2015-01-051-92/+0
* tests: Add module tests for AES-SIVJouni Malinen2015-01-051-58/+0
* Add a test vector for AES-SIVJouni Malinen2014-10-191-0/+58
* test-aes: Allow NIST key wrap test vectors to be verifiedJouni Malinen2014-10-071-0/+280
* AES: Extend key wrap design to support longer AES keysJouni Malinen2014-10-071-17/+238
* Use ARRAY_SIZE() macroJouni Malinen2013-10-261-3/+3
* Add aes_gmac() as a wrapper for AES GMAC operations using GCMJouni Malinen2012-09-091-0/+14
* Add support for using 192-bit and 256-bit keys with AES-GCMJouni Malinen2012-09-091-7/+116
* Support arbitrary IV length with AES-GCMJouni Malinen2012-09-091-9/+18
* Add AES-GCM test vectors from gcm-spec.pdfJouni Malinen2012-09-091-1/+149
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-111-8/+2
* Resolve compiler warnings in the test programsJouni Malinen2009-12-051-8/+9
* Move more tests from wpa_supplicant/tests into testsJouni Malinen2009-12-051-0/+307