summaryrefslogtreecommitdiff
path: root/lib/accelerated
Commit message (Expand)AuthorAgeFilesLines
* removed trailing slash.Nikos Mavrogiannopoulos2012-01-081-2/+1
* corrected have_cpuid for x86-64.Nikos Mavrogiannopoulos2011-12-081-1/+1
* Exported gnutls_cpuid() and gnutls_have_cpuid().Nikos Mavrogiannopoulos2011-12-088-24/+32
* Commited new assembler files.Nikos Mavrogiannopoulos2011-11-1311-181/+145
* updated to include padlock.Nikos Mavrogiannopoulos2011-11-091-2/+2
* Remove unneeded assert.h inclusion.Simon Josefsson2011-11-081-1/+0
* corrected symbols for coff.Nikos Mavrogiannopoulos2011-10-252-9/+9
* added coff files for mingw64Nikos Mavrogiannopoulos2011-10-255-3/+4924
* Added coff version of cpuid.Nikos Mavrogiannopoulos2011-10-254-1/+69
* Added COFF versions of assembly files.Nikos Mavrogiannopoulos2011-10-253-0/+2785
* Corrected PHE-partial test.Nikos Mavrogiannopoulos2011-10-241-5/+5
* PHE-partial detection is not being done, instead of checking for VIA nano.Nikos Mavrogiannopoulos2011-10-245-60/+26
* No need to check for padlock nano in 32-bit systems, so simplify things.Nikos Mavrogiannopoulos2011-10-233-10/+20
* is_padlock_nano is behaving properly and saving registers.Nikos Mavrogiannopoulos2011-10-231-0/+3
* more builddir fixes by David Hoyt.Nikos Mavrogiannopoulos2011-10-222-0/+2
* Added -I$(builddir)/../../gl to CFLAGS.Nikos Mavrogiannopoulos2011-10-211-0/+1
* Add -I to fix building.Simon Josefsson2011-10-211-0/+1
* updated gnustack note.Nikos Mavrogiannopoulos2011-10-218-8/+54
* Added gnu-stack note.Nikos Mavrogiannopoulos2011-10-151-0/+4
* new version of padlock by Andy.Nikos Mavrogiannopoulos2011-10-122-67/+141
* updated Andy's code. padlock_shax_blocks does not require any more, the stat...Nikos Mavrogiannopoulos2011-10-102-7/+158
* is_padlock_nano moved to padlock-common.s to allow easier upgradeNikos Mavrogiannopoulos2011-10-084-38/+42
* better detection of padlock PHE.Nikos Mavrogiannopoulos2011-10-056-67/+116
* Updates for padlock hashes in C7 nano. Requires a part of nettle to be included.Nikos Mavrogiannopoulos2011-10-059-186/+797
* Always use encryption direction.Nikos Mavrogiannopoulos2011-10-051-2/+4
* updated padlock code.Nikos Mavrogiannopoulos2011-10-042-19/+44
* intel directory renamed to x86.Nikos Mavrogiannopoulos2011-10-0420-6/+6
* Added ability to hash and hmac with VIA padlock.Nikos Mavrogiannopoulos2011-10-014-127/+483
* movdqa replaced with movaps (C3 doesn't support SSE2 but only SSE)Nikos Mavrogiannopoulos2011-09-292-8/+5
* manually keep the IV.Nikos Mavrogiannopoulos2011-09-291-5/+9
* re-added ecbNikos Mavrogiannopoulos2011-09-291-4/+114
* removed unused modes.Nikos Mavrogiannopoulos2011-09-292-762/+0
* enabled VIA acceleration.Nikos Mavrogiannopoulos2011-09-291-8/+2
* Better usage of X86 conditionals to simplify and avoid an undefined warning i...Nikos Mavrogiannopoulos2011-09-254-11/+6
* Make it build with -Wunused.Simon Josefsson2011-09-211-0/+2
* Added missing file.Nikos Mavrogiannopoulos2011-09-181-2/+2
* VIA is disabled by default.Nikos Mavrogiannopoulos2011-09-181-1/+5
* eliminated inline assembly.Nikos Mavrogiannopoulos2011-09-177-55/+108
* Added better detection of capabilities in 386. If cpuid doesn't exist don't t...Nikos Mavrogiannopoulos2011-09-163-16/+49
* Do not prefer GCM in padlock because it is slow.Nikos Mavrogiannopoulos2011-09-131-4/+0
* added licenseNikos Mavrogiannopoulos2011-09-131-0/+22
* disable the 64-bit padlock until it is tested.Nikos Mavrogiannopoulos2011-09-121-1/+4
* corrected typo in cpuid for 386.Nikos Mavrogiannopoulos2011-09-121-1/+1
* simplified ecb encryption.Nikos Mavrogiannopoulos2011-09-093-16/+6
* Fix build errors.Simon Josefsson2011-09-093-4/+2
* Added padlock support to GCM ciphers.Nikos Mavrogiannopoulos2011-09-085-67/+266
* Added gnustack flagNikos Mavrogiannopoulos2011-09-072-0/+10
* Added encryption flag to simplify and optimize key expansion.Nikos Mavrogiannopoulos2011-09-073-31/+31
* Added support for VIA padlock based on Andy's code (untested).Nikos Mavrogiannopoulos2011-09-078-11/+1809
* corrected AES-NI code.Nikos Mavrogiannopoulos2011-09-072-3/+4