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
*
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
*
Fix armeabi and armv7-a for Android (GH #509)
Jeffrey Walton
2017-09-17
1
-4
/
+3
*
Avoid increment during stores of 6x blocks
Jeffrey Walton
2017-09-14
1
-54
/
+38
*
Use 6x blocks for ARMv8 AES rather than 4x
Jeffrey Walton
2017-09-14
1
-87
/
+111
*
Use 6x blocks for Power8 AES rather than 4x
Jeffrey Walton
2017-09-14
1
-26
/
+51
*
Avoid increment during stores of 4x blocks
Jeffrey Walton
2017-09-14
1
-16
/
+9
*
Use vec_xl_be and vec_xst_be for IBM XL C/C++ compiler
Jeffrey Walton
2017-09-14
1
-34
/
+5
*
Fix endianess for s_one on ARM big-endian
Jeffrey Walton
2017-09-13
1
-2
/
+2
*
Load correct value fo 1 under ARM big endian
Jeffrey Walton
2017-09-13
1
-0
/
+7
*
Clear unused variable warnings under Clang
Jeffrey Walton
2017-09-13
1
-21
/
+12
[next]