index
:
delta/cryptopp-git.git
CRYPTOPP_5_6_2_clean
master
github.com: weidai11/cryptopp.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rijndael-simd.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename files with dashes to underscores (GH #736)
Jeffrey Walton
2018-11-10
1
-881
/
+0
*
whitespace check-in
Jeffrey Walton
2018-11-07
1
-4
/
+4
*
Sync CRYPTOPP_{BIG|LITTLE}_ENDIAN with Autotools
Jeffrey Walton
2018-10-28
1
-1
/
+1
*
Revert "Sync CRYPTOPP_{BIG|LITTLE}_ENDIAN with Autotools"
Jeffrey Walton
2018-10-28
1
-1
/
+1
*
Sync CRYPTOPP_{BIG|LITTLE}_ENDIAN with Autotools
Jeffrey Walton
2018-10-27
1
-1
/
+1
*
Sync CRYPTOPP_ARM_ACLE_AVAILABLE with Autotools
Jeffrey Walton
2018-10-25
1
-1
/
+1
*
Cleanup PPC vector functions
Jeffrey Walton
2018-08-06
1
-42
/
+44
*
Rework Makefile and ppc-simd.h for XLC and LLVM front-end changes
Jeffrey Walton
2018-08-05
1
-7
/
+151
*
Add ARMv8.4 cpu feature detection support (GH #685) (#687)
Jeffrey Walton
2018-07-15
1
-4
/
+1
*
Squash MS LNK4221 and libtool warnings
Jeffrey Walton
2018-07-06
1
-0
/
+3
*
Fix AdvancedProcessBlocks128_6x1_NEON template name
Jeffrey Walton
2018-06-23
1
-2
/
+2
*
Remove extra ; from rijndael-simd.cpp (PR #621)
Ilja
2018-03-31
1
-1
/
+1
*
Clear unused variable warnings
Jeffrey Walton
2018-02-20
1
-4
/
+5
*
Remove unneeded round parameter on Rijndael_UncheckedSetKey_SSE4_AESNI
Jeffrey Walton
2018-02-20
1
-1
/
+2
*
Fix ODR violation in AdvancedProcessBlocks_{ARCH} (GH #585)
Jeffrey Walton
2018-02-20
1
-15
/
+4
*
Remove unneeded parameter for Rijndael_UncheckedSetKey_POWER8
Jeffrey Walton
2018-02-20
1
-5
/
+12
*
Whitespace check-in
Jeffrey Walton
2018-02-20
1
-52
/
+52
*
Remove unneeded Rijndael_Subkey_POWER8 (GH #588)
Jeffrey Walton
2018-02-20
1
-47
/
+0
*
Cleanup signed integer overflow on ppc64 (GH #588)
Jeffrey Walton
2018-02-20
1
-87
/
+52
*
Improve logic for <arm_acle.h> include (GH #568)
Jeffrey Walton
2018-01-20
1
-9
/
+8
*
Add Power4 Vector Load, Store, Add and Xor
Jeffrey Walton
2018-01-02
1
-12
/
+12
*
Move Altivec AdvancedProcessBlocks into adv-simd.h
Jeffrey Walton
2018-01-02
1
-129
/
+6
*
Use M128_CAST and CONST_M128_CAST for Clang
Jeffrey Walton
2017-12-26
1
-1
/
+1
*
Use M128_CAST and CONST_M128_CAST for Clang
Jeffrey Walton
2017-12-26
1
-0
/
+4
*
Add CRYPTOPP_POWER5_AVAILABLE
Jeffrey Walton
2017-12-12
1
-16
/
+16
*
Rename ppc-crypto.h to ppc-simd.h
Jeffrey Walton
2017-12-12
1
-1
/
+1
*
Refactor rijndael-simd.cpp and simon.simd.cpp to use adv-simd.h
Jeffrey Walton
2017-12-10
1
-905
/
+668
*
Prefix IS_LITTLE_ENDIAN and IS_BIG_ENDIAN with CRYPTOPP
Jeffrey Walton
2017-11-10
1
-6
/
+6
*
Move Rijndael_AdvancedProcessBlocks_ARMV8 into anonymous namespace
Jeffrey Walton
2017-09-23
1
-2
/
+2
*
Move to anonymous namespaces in rijndael-simd.cpp
Jeffrey Walton
2017-09-23
1
-131
/
+134
*
Add IncrementPointerAndStore
Jeffrey Walton
2017-09-22
1
-3
/
+10
*
Move Power8 crypto functions into ppc-crypto.h
Jeffrey Walton
2017-09-22
1
-194
/
+3
*
Add C++ templates for additional Vector ops
Jeffrey Walton
2017-09-22
1
-93
/
+48
*
Switch to vec_vsx_ld, remove unaligned loads
Jeffrey Walton
2017-09-22
1
-31
/
+18
*
Updated comments
Jeffrey Walton
2017-09-21
1
-16
/
+15
*
Cleanup asserts and casts
Jeffrey Walton
2017-09-21
1
-18
/
+18
*
Vectorize tail of Rijndael_UncheckedSetKey_POWER8
Jeffrey Walton
2017-09-21
1
-9
/
+6
*
Fold ConditionalByteReverse for non-Power8 paths
Jeffrey Walton
2017-09-21
1
-3
/
+1
*
Updated comments
Jeffrey Walton
2017-09-21
1
-1
/
+6
*
Enable little endian Rijndael_UncheckedSetKey_POWER8 using built-ins
Jeffrey Walton
2017-09-21
1
-90
/
+54
*
Move Rijndael_UncheckedSetKey_POWER8 prior to GetUserKey call
Jeffrey Walton
2017-09-21
1
-3
/
+18
*
Load r5 mask once for key expansion
Jeffrey Walton
2017-09-20
1
-8
/
+10
*
Use <time.h> for Borland/Embarcadero (GH #512)
Jeffrey Walton
2017-09-20
1
-2
/
+2
*
Add PowerPC VectorLoadKeyUnaligned for AES-192
Jeffrey Walton
2017-09-20
1
-42
/
+91
*
Move r1 write to caller; remove from Rijndael_Subkey_POWER8
Jeffrey Walton
2017-09-20
1
-13
/
+18
*
Add Power8 key expansion for big endian
Jeffrey Walton
2017-09-20
1
-48
/
+140
*
Add CRYPTOPP_NO_CPU_FEATURE_PROBES (GH #511)
Jeffrey Walton
2017-09-19
1
-6
/
+3
*
Add Rijndael_UncheckedSetKey_POWER8
Jeffrey Walton
2017-09-19
1
-2
/
+55
*
ByteReverseArray → ReverseByteArrayLE
Jeffrey Walton
2017-09-18
1
-2
/
+2
*
Refactor LoadT() and StoreT(). Add separate ReverseT() for little endian mach...
Jeffrey Walton
2017-09-18
1
-36
/
+35
[next]