summaryrefslogtreecommitdiff
path: root/rijndael_simd.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move M128_CAST and CONST_M128_CAST to config_asm.hJeffrey Walton2021-04-201-4/+0
|
* Fix Apple M1 failed compile after GH #1015Jeffrey Walton2021-03-091-1/+1
|
* Update source files for Android.mk (GH #1015)Jeffrey Walton2021-03-091-4/+9
|
* Update source files for Android.mk (GH #1015)Jeffrey Walton2021-03-091-1/+1
|
* Update source files for Android.mk (GH #1015)Jeffrey Walton2021-03-091-6/+2
|
* Add CRYPTOPP_ARM_ASIMD_AVAILABLE define for Aarch64Jeffrey Walton2020-07-281-0/+1
|
* Fix Rijndael on PowerPC using ClangJeffrey Walton2020-04-101-9/+3
| | | | Clang uses an indexed mode, which caused an out of bounds write at vec_xst(16, rkey).
* Use vec_xl and vec_xst in Rijndael set keyJeffrey Walton2020-04-061-20/+20
|
* Use aligned loads for Rijndael subkeys on PPC64Jeffrey Walton2020-04-061-16/+16
|
* Restore SIGILL handler if sigprocmask failsJeffrey Walton2020-02-171-0/+3
| | | | We've never encountered this case, but better safe then sorry.
* Fix MS ARM64 compileJeffrey Walton2019-10-161-0/+4
|
* Fix ARM headers and Android compile (PR #896)Jeffrey Walton2019-10-161-6/+3
| | | | | | | | | | | * Test fix ARM headers This problem has been festering for some time. The header file includes are slightly different than the ISA options. Some platforms need an include, others don't. * Fix cryptest-android.sh and cryptest-ios.sh * Fix MSVC ARM32 and ARM64 compile * Split ARM32 and ARM64 recipes in GNUmakefile
* Update commentsJeffrey Walton2019-07-211-1/+1
|
* Clear duplicate declaration warning using MSVCJeffrey Walton2019-01-041-1/+1
|
* Cleanup headers after Microsoft ARM64 portJeffrey Walton2019-01-041-1/+1
|
* Fix <arm_neon.h> include for ARM64 with MSVC compiler (GH #776)Jeffrey Walton2019-01-041-1/+4
|
* Cleanup adv_simd.h include for arch flagsJeffrey Walton2018-12-281-1/+4
|
* Update comments in config.hJeffrey Walton2018-12-091-1/+1
| | | | | Some comments in config.h were old. Time for a refresh. Switch from CRYPTOPP_BOOL_ARM64 to CRYPTOPP_BOOL_ARMV8. Aarch32 is ARMv8, and that's the important part.
* Fix LLVM Clang compile on PowerPCJeffrey Walton2018-11-191-1/+1
|
* Move CPU_ProbePower7 and CPU_ProbePower8 into their own source files (GH #742)Jeffrey Walton2018-11-181-149/+0
|
* Rename PPC vector functions from VectorFunc to VecFuncJeffrey Walton2018-11-151-66/+66
|
* Rename files with dashes to underscores (GH #736)Jeffrey Walton2018-11-101-0/+881
Also see https://groups.google.com/forum/#!topic/cryptopp-users/HBz-6gZZFOA on the mailing list