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
/
engine
/
aes_isa_eng
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support in CPUID for detecting PCMULUDQ and MOVBE instructions.
lloyd
2010-07-27
1
-1
/
+1
*
Don't hide funcions in engine subclasses that are public in base
lloyd
2010-06-16
1
-1
/
+1
*
More Doxygen updates/fixes
lloyd
2010-06-15
1
-0
/
+4
*
Use "/*" instead of "/**" in starting comments at the begining of a file.
lloyd
2010-06-07
1
-1
/
+1
*
Remove stubs for VIA Padlock support. I have no plans to implement it
lloyd
2010-01-05
1
-17
/
+0
*
Fix compile; aes engine header is internal
lloyd
2010-01-04
1
-1
/
+2
*
Add missing BOTAN_DLL exports.
lloyd
2009-12-16
2
-1
/
+9
*
Add AES-192 using AES-NI. Tested OK with Intel's simulator.
lloyd
2009-11-10
1
-2
/
+0
*
Rename CPUID::has_intel_aes to has_aes_intel, and add CPUID::has_aes_via,
lloyd
2009-11-10
1
-2
/
+2
*
Fix errors in the AES-256 key schedule for the AES-NI version. Now passes
lloyd
2009-11-10
1
-1
/
+1
*
Add a new need_isa marker for info.txt that lets a module depend
lloyd
2009-11-06
1
-5
/
+5
*
Add a complete but untested AES-128 using the AES-NI intrinsics.
lloyd
2009-11-06
1
-10
/
+8
*
Stub for AES class using Intel's AES-NI instructions and an engine for
lloyd
2009-11-06
3
-0
/
+85