index
:
botan.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
block
/
aes_intel
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename AES_XXX_Intel to AES_XXX_NI, since AMD's Bulldozer will also
lloyd
2011-04-25
3
-871
/
+0
*
Update AES-NI for SecureVector and BlockCipher changes
lloyd
2010-10-19
1
-9
/
+9
*
Use size_t rather than u32bit in SymmetricAlgorithm
lloyd
2010-10-13
2
-6
/
+6
*
More size_t
lloyd
2010-10-13
2
-18
/
+18
*
s/u32bit/size_t/ for block cipher parallelism queries
lloyd
2010-10-12
1
-3
/
+3
*
Big, invasive but mostly automated change, with a further attempt at
lloyd
2010-09-07
1
-6
/
+6
*
Yet more Doxygen comments
lloyd
2010-06-16
1
-12
/
+12
*
Use "/*" instead of "/**" in starting comments at the begining of a file.
lloyd
2010-06-07
2
-2
/
+2
*
Hid --enable-isa and instead expose --enable-{sse2,ssse3,aes-ni,altivec}
lloyd
2010-05-26
1
-1
/
+1
*
Change BlockCipher::parallelism() to return the native parallelism of
lloyd
2010-05-25
1
-3
/
+3
*
Remove SecureBuffer, which is the fixed-size variant of SecureVector.
lloyd
2010-03-23
1
-3
/
+3
*
Set parallelism defaults.
lloyd
2010-02-25
1
-0
/
+6
*
Un-internal loadstor.h (and its header deps, rotate.h and
lloyd
2009-12-21
1
-1
/
+1
*
Make many more headers internal-only.
lloyd
2009-12-16
1
-1
/
+1
*
Remove SSE4 dependency in AES-192 key schedule, and also avoid requiring
lloyd
2009-11-10
2
-26
/
+25
*
Add AES-192 using AES-NI. Tested OK with Intel's simulator.
lloyd
2009-11-10
2
-7
/
+276
*
Add unrolled versions of AES-NI code that will handle 4 blocks in parallel.
lloyd
2009-11-10
1
-12
/
+176
*
Fix errors in the AES-256 key schedule for the AES-NI version. Now passes
lloyd
2009-11-10
2
-196
/
+169
*
Add AES-256 using AES-NI
lloyd
2009-11-10
3
-3
/
+243
*
Make the AES implementation using Intel's AES instruction extension official;
lloyd
2009-11-10
2
-7
/
+7
*
Clean up aes_128_key_expansion
lloyd
2009-11-06
1
-24
/
+18
*
Dename unused length field
lloyd
2009-11-06
1
-1
/
+1
*
Add a new need_isa marker for info.txt that lets a module depend
lloyd
2009-11-06
1
-1
/
+1
*
Add a complete but untested AES-128 using the AES-NI intrinsics.
lloyd
2009-11-06
2
-58
/
+139
*
Stub for AES class using Intel's AES-NI instructions and an engine for
lloyd
2009-11-06
3
-0
/
+145