summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/engine/eng_aesni.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More OpenSSL fixes:djm2010-10-061-4/+4
| | | | | | | | | - Update local engines for the EVP API change (len u_int => size_t) - Use hw_cryptodev.c instead of eng_cryptodev.c - Make x86_64-xlate.pl always write to the output file and not stdout, fixing "make -j" builds (spotted by naddy@) ok naddy@
* AES-NI engine support for OpenSSL.thib2010-07-011-0/+570
This is code mostly picked up from upstream OpenSSL, or to be more exact a diff from David Woodhouse <dwmw2 at infradead dot org>. Remember to make includes before doing a build! no objections from djm@ OK deraadt@, reyk@ (AES is about 4.25x faster on his x201 now)