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
/
aes_intel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-25
/
+24
*
Add AES-192 using AES-NI. Tested OK with Intel's simulator.
lloyd
2009-11-10
1
-7
/
+250
*
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
1
-0
/
+373
*
Add AES-256 using AES-NI
lloyd
2009-11-10
1
-177
/
+0
*
Make the AES implementation using Intel's AES instruction extension official;
lloyd
2009-11-10
1
-5
/
+5
*
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 complete but untested AES-128 using the AES-NI intrinsics.
lloyd
2009-11-06
1
-13
/
+134
*
Stub for AES class using Intel's AES-NI instructions and an engine for
lloyd
2009-11-06
1
-0
/
+62