summaryrefslogtreecommitdiff
path: root/rijndael-simd.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Clear unused variable warnings under ClangJeffrey Walton2017-09-131-21/+12
* Add Aarch64 specific defines to Android cross-compileJeffrey Walton2017-09-131-5/+1
* remove commented code for Power8Jeffrey Walton2017-09-131-31/+23
* VectorLoadAligned → VectorLoadKeyJeffrey Walton2017-09-121-19/+26
* Cleanup vector castsJeffrey Walton2017-09-121-18/+12
* Add AdvancedProcessBlocks for Power8Jeffrey Walton2017-09-121-29/+250
* Add Power8 AES decryptionJeffrey Walton2017-09-121-29/+33
* Add Power8 AES encryptionJeffrey Walton2017-09-111-10/+305
* Revert AltiVec and Power8 commitsJeffrey Walton2017-09-051-4/+1
* Fixup under-aligned buffers when using AES on AltiVec and Power8Jeffrey Walton2017-09-041-1/+4
* Support Base Implementation + SIMD implementation on Solaris (PR #461)Jeffrey Walton2017-08-241-4/+15
* Update assertsJeffrey Walton2017-08-191-14/+30
* Update commentsJeffrey Walton2017-08-191-2/+2
* Guard use of SIGILL probes on Apple platformsJeffrey Walton2017-08-171-0/+5
* Split source files to support Base Implementation + SIMD implementation (GH #...Jeffrey Walton2017-08-171-0/+705