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
*
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