summaryrefslogtreecommitdiff
path: root/gcm-simd.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove INLINE used for debuggingJeffrey Walton2018-08-101-27/+14
* Cleanup GCM codeJeffrey Walton2018-08-101-6/+4
* Switch to vector shifts instead of vector mergeJeffrey Walton2018-08-101-4/+4
* Cleanup GCM modeJeffrey Walton2018-08-101-5/+10
* Cleanup Aarch64 GCM modeJeffrey Walton2018-08-101-32/+30
* Add POWER8 GCM mode (GH #698)Jeffrey Walton2018-08-091-52/+55
* Update commentsJeffrey Walton2018-08-091-11/+25
* Add POWER8 GCM mode (GH #698)Jeffrey Walton2018-08-091-59/+252
* Update commentsJeffrey Walton2018-08-061-4/+8
* Cleanup VPMSUM probesJeffrey Walton2018-08-061-41/+40
* Update documentationJeffrey Walton2018-08-061-7/+4
* Prepare for POWER8 carryless multiplies using vpmsumJeffrey Walton2018-08-061-8/+107
* Whitespace check-inJeffrey Walton2018-08-051-4/+6
* Remove s_clmulConstants table in GCM modeJeffrey Walton2018-07-161-46/+23
* Fix "error C2719: formal parameter with requested alignment of 16 won't be al...Jeffrey Walton2018-07-161-1/+1
* Disable CLMUL again on SunStudio (GH# 188, GH #224)Jeffrey Walton2018-07-161-3/+4
* Fix SunStudio 12.4 compile on SolarisJeffrey Walton2018-07-161-1/+3
* Fix SunStudio 12.6 GCM compile on Solaris (GH #188, GH #224)Jeffrey Walton2018-07-151-18/+10
* Fix SunStudio compile on Solaris (GH #226)Jeffrey Walton2018-07-151-3/+3
* Add ARMv8.4 cpu feature detection support (GH #685) (#687)Jeffrey Walton2018-07-151-11/+4
* Squash MS LNK4221 and libtool warningsJeffrey Walton2018-07-061-0/+3
* Remove extra ; from gcm-simd.cpp (PR #618)Ilja2018-03-311-1/+1
* Clear GCC -Wcast-align warnings on ARMJeffrey Walton2018-01-201-1/+5
* Improve logic for <arm_acle.h> include (GH #568)Jeffrey Walton2018-01-201-1/+4
* Fix "Internal compiler error: max number of generated reload insns ..." (GH #...Jeffrey Walton2018-01-071-1/+1
* Fix "impossible register constraint in ASM" (GH #554)Jeffrey Walton2018-01-021-1/+1
* Fix crash on VIA C7-D when using GCMJeffrey Walton2017-11-241-1/+1
* Fix "impossible constraint in \\asm\" on i686Jeffrey Walton2017-11-241-2/+5
* Fix SunCC 12.2 compiler crash with GCM_Xor16_SSE2Jeffrey Walton2017-11-161-0/+17
* Switch to intrinsic operation instead of casts for GCM SSE2 XOR'sJeffrey Walton2017-11-151-1/+1
* Clear missing newline warningJeffrey Walton2017-10-121-1/+1
* Add CRYPTOPP_NO_CPU_FEATURE_PROBES (GH #511)Jeffrey Walton2017-09-191-1/+3
* Fix armeabi and armv7-a for Android (GH #509)Jeffrey Walton2017-09-171-1/+1
* Add Aarch64 specific defines to Android cross-compileJeffrey Walton2017-09-131-5/+1
* Guard <arm_acle.h> include for GCC 4.8Jeffrey Walton2017-09-121-6/+7
* Fix SunCC crash when compiling GCMJeffrey Walton2017-08-271-2/+2
* Support Base Implementation + SIMD implementation on Solaris (PR #461)Jeffrey Walton2017-08-241-0/+6
* Remove BOOL macro value (GH #462)Jeffrey Walton2017-08-201-1/+1
* Update commentsJeffrey Walton2017-08-191-1/+1
* 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/+610