aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/aes/aes_ni
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-2/+2
* Consolidate the logic for hardware AESJack Lloyd2020-05-061-6/+6
* Make ssse3/sse2 dependencies explicit rather than implicitJack Lloyd2019-09-041-0/+2
* Make the ISA list a listJack Lloyd2019-04-171-1/+3
* Remove some unnecessary assertsJack Lloyd2019-01-221-12/+0
* Remove unneeded load_on autoJack Lloyd2018-09-041-2/+0
* Constify variables in AES-NI codeJack Lloyd2017-11-181-104/+104
* 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-021-1/+3
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-10/+10
* Move ISA optimized versions under the main algo dirJack Lloyd2016-11-032-0/+785