aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/aes
Commit message (Expand)AuthorAgeFilesLines
* Prefetch AES tables during the key scheduleJack Lloyd2018-07-061-8/+27
* Add message to BOTAN_ARG_CHECK and use it more widelyJack Lloyd2018-05-131-2/+1
* Unroll ARMv8 AES instructions by 4 to allow pipeliningJack Lloyd2018-02-251-84/+307
* Implement decryptionJack Lloyd2018-02-232-43/+148
* AES encryption using POWER8 intrinsicsJack Lloyd2018-02-234-0/+296
* ABI for Aarch64 cryptoJack Lloyd2018-01-121-3/+1
* Constify variables in AES-NI codeJack Lloyd2017-11-181-104/+104
* Add checks that keyed algorithms are actually keyed before useJack Lloyd2017-10-261-0/+12
* Convert http:// links to https:// where possibleJack Lloyd2017-10-241-1/+1
* Correct usage of std::aligned_storageJack Lloyd2017-10-151-6/+6
* Additional final annotationsJack Lloyd2017-10-151-3/+3
* Use overaligned storage for AES T-TableJack Lloyd2017-10-141-32/+56
* Reduce AES to using a single T-tableJack Lloyd2017-10-131-127/+78
* Add compile-time rotation functionsJack Lloyd2017-10-121-30/+30
* Fix some cast warnings from SonarJack Lloyd2017-10-011-1/+1
* Change this code so Sonar understands div by zero can't happenJack Lloyd2017-09-301-2/+3
* Header file cleanupsJack Lloyd2017-09-211-1/+0
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-3/+3
* Add support for AES extensions on ARMv8Jack Lloyd2017-09-034-0/+367
* Remove BOTAN_PARALLEL_FOR from T-table AESJack Lloyd2017-08-221-1/+1
* Notify callers of parallel ops for AES, IDEA, Noekeon, SHACAL2 and ThreefishJack Lloyd2017-08-142-0/+22
* Handle IV carryover in CBC, CFB, and stream ciphersJack Lloyd2017-05-131-0/+12
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-023-3/+9
* Fix various SunCC and Solaris warnings and build problems.Jack Lloyd2017-01-241-2/+2
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-184-121/+121
* Fix clang-analyzer warning in AES codeJack Lloyd2016-12-161-6/+4
* Add Cilk/OpenMP supportJack Lloyd2016-11-262-26/+26
* Move ISA optimized versions under the main algo dirJack Lloyd2016-11-034-0/+1435
* Change T::provider to return std::stringJack Lloyd2016-09-152-6/+6
* Add T::provider() to allow user to inquire about implementation usedJack Lloyd2016-09-152-0/+27
* Merge optimized implementations into base classJack Lloyd2016-09-152-0/+162
* These vectors can be constJack Lloyd2016-09-091-2/+2
* added an assert for aes key length >= 4 in aes_key_schedule to prevent divisi...Daniel Neus2016-03-021-0/+6
* Add final attribute to many classesJack Lloyd2016-01-101-3/+3
* Mass-prefix member vars with m_René Korthaus2016-01-082-27/+27
* Improve side channel attack resistance of table based AES implJack Lloyd2015-11-291-414/+147
* Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-101-5/+1
* block: Add missing overridesDaniel Seither2015-07-301-18/+18
* lib/block: Convert &vec[0] to vec.data()Simon Warta2015-06-271-2/+2
* Add a runtime map of string->func() which when called returnlloyd2015-01-281-2/+5
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
* Move lib into srclloyd2014-01-103-0/+830