summaryrefslogtreecommitdiff
path: root/lib/accelerated
Commit message (Expand)AuthorAgeFilesLines
...
* define NN_HASH unconditionallyNikos Mavrogiannopoulos2014-06-041-6/+6
* Updated asm sourcesNikos Mavrogiannopoulos2014-05-3033-11804/+27755
* removed old check for nettleNikos Mavrogiannopoulos2014-05-271-1/+1
* x86.h was renamed to x86-common.h to avoid clashes with system headers.Nikos Mavrogiannopoulos2014-04-2713-12/+12
* explicit type conversions when neededNikos Mavrogiannopoulos2014-03-082-11/+11
* do not redefine the _gnutls_x86_cpuid_s symbolNikos Mavrogiannopoulos2014-02-103-5/+2
* updatedNikos Mavrogiannopoulos2013-12-211-59/+49
* corrected generated filesNikos Mavrogiannopoulos2013-12-2139-23085/+7793
* removed unused filesNikos Mavrogiannopoulos2013-12-214-1521/+0
* Improved nettle check for registration of accelerated ciphers.Nikos Mavrogiannopoulos2013-12-212-1/+3
* use the correct sources in win32 systemsNikos Mavrogiannopoulos2013-12-211-1/+1
* Updated asm filesNikos Mavrogiannopoulos2013-12-1614-282/+282
* reorganized source files.Nikos Mavrogiannopoulos2013-12-1419-665/+798
* when AESNI is available without PCLMUL, then use AES-NI in GCM.Nikos Mavrogiannopoulos2013-12-144-1/+181
* addressed warningNikos Mavrogiannopoulos2013-12-143-3/+3
* give lower priority to SSSE3 over AESNINikos Mavrogiannopoulos2013-12-141-5/+5
* use better names for filesNikos Mavrogiannopoulos2013-12-143-1/+1
* zeroize keysNikos Mavrogiannopoulos2013-12-146-2/+19
* When PCLMUL isn't available use the SSSE3 implementation of AES to optimize GCM.Nikos Mavrogiannopoulos2013-12-148-28/+203
* Added Mike Hamburg's SSSE3 AES implementation.Nikos Mavrogiannopoulos2013-12-1446-47/+4949
* Added Appro's SSSE3 SHA implementationsNikos Mavrogiannopoulos2013-12-1452-190/+43142
* Utilize the optimized SHA functions in Padlock HMAC.Nikos Mavrogiannopoulos2013-12-142-5/+17
* updated auto-generated asm files. This fixes a valgrind complaint when AES-NI...Nikos Mavrogiannopoulos2013-11-2612-2365/+6978
* reindented codeNikos Mavrogiannopoulos2013-11-0814-1721/+1622
* corrected typoNikos Mavrogiannopoulos2013-10-291-1/+1
* AES-GCM is preferred alwaysNikos Mavrogiannopoulos2013-08-241-3/+0
* Eliminate reset from cryptodev hashes and macGustavo Zacarias2013-07-111-3/+0
* Add NETTLE_CFLAGS in makefilesMartin Storsjo2013-06-062-2/+2
* simplified access to cipher and mac properties to reduce wasted cycles.Nikos Mavrogiannopoulos2013-05-251-1/+2
* use C's style comments to compile in old MacOSX systems. Reported by Ryan Sch...Nikos Mavrogiannopoulos2013-05-097-28/+76
* initialize the digest after output on padlock.Nikos Mavrogiannopoulos2013-04-271-0/+9
* eliminate the reset ability from hashesNikos Mavrogiannopoulos2013-04-271-10/+0
* Do not handle MAC reset separately. It is implied by nettle's output function.Nikos Mavrogiannopoulos2013-04-271-23/+0
* corrected memory leak in padlock_hash_fast()Nikos Mavrogiannopoulos2013-04-162-0/+2
* changed license headers to 2.1. Reported by Andreas Metzler.Nikos Mavrogiannopoulos2013-03-246-6/+6
* The HMAC subsystem can now be used for other MAC algorithms, like UMAC. UMAC-...Nikos Mavrogiannopoulos2013-03-192-1/+5
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-0110-10/+10
* Added Camellia-192-CBC algorithm identifier.Nikos Mavrogiannopoulos2012-06-291-0/+1
* Corrected win64 cpuid() code. Report and patch by Mann Ern Kang.Nikos Mavrogiannopoulos2012-04-251-1/+14
* documentation and comment fixesPatrick Pelletier2012-04-221-2/+2
* several type changes to please clangNikos Mavrogiannopoulos2012-04-021-3/+3
* corrected probing of cryptodev digests.Nikos Mavrogiannopoulos2012-03-221-2/+2
* Do not assume sizeof(unsigned long)==sizeof(void*).Nikos Mavrogiannopoulos2012-03-221-1/+1
* Only call check_phe_partial() if PHE has been detected.Nikos Mavrogiannopoulos2012-03-211-1/+1
* updated openssl codeNikos Mavrogiannopoulos2012-03-197-254/+704
* updatedNikos Mavrogiannopoulos2012-03-161-2/+3
* updated licensesNikos Mavrogiannopoulos2012-03-1621-32/+74
* renamed asm directories.Nikos Mavrogiannopoulos2012-03-1622-6/+6
* corrected makefileNikos Mavrogiannopoulos2012-03-151-23/+23
* Added assembly for macosxNikos Mavrogiannopoulos2012-03-158-13/+7030