summaryrefslogtreecommitdiff
path: root/lib/accelerated
Commit message (Collapse)AuthorAgeFilesLines
* corrected memory leak in padlock_hash_fast()Nikos Mavrogiannopoulos2013-04-162-0/+2
|
* Corrected win64 cpuid() code. Report and patch by Mann Ern Kang.Nikos Mavrogiannopoulos2012-04-251-1/+14
|
* 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
| | | | Based on patch by B. Scott Michel.
* 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
|
* when using cryptodev do not set all the digest function since they are not ↵Nikos Mavrogiannopoulos2012-03-071-138/+11
| | | | always faster.
* corrected comments.Nikos Mavrogiannopoulos2012-03-072-6/+3
|
* reset the siop structure on every loopNikos Mavrogiannopoulos2012-03-071-4/+6
|
* Updated cryptodev code.Nikos Mavrogiannopoulos2012-02-261-17/+23
| | | | | Hash reset is being performed in a single ioctl() with update and TLS versions (<1.1) that do not have explicit IV are correctly handled.
* removed debuggingNikos Mavrogiannopoulos2012-02-261-1/+0
|
* simplified gcm registration in cryptodev.Nikos Mavrogiannopoulos2012-02-262-8/+4
|
* compilation fixes.Nikos Mavrogiannopoulos2012-02-233-12/+21
|
* Added GCM mode using cryptodev. This is mostly a hack due to how GCM mode is ↵Nikos Mavrogiannopoulos2012-02-234-29/+334
| | | | exported from kernel.
* updates for cryptodev. Require the COP_FLAG_RESET.Nikos Mavrogiannopoulos2012-02-211-66/+54
|
* Always deinitialize.Nikos Mavrogiannopoulos2012-02-211-4/+11
|
* added resetNikos Mavrogiannopoulos2012-02-201-1/+20
|
* hash copy no longer needed.Nikos Mavrogiannopoulos2012-02-201-23/+0
|
* initialize memory for siopNikos Mavrogiannopoulos2012-02-201-0/+4
|
* properly deinitialize cryptodev resources, and only register ciphers if they ↵Nikos Mavrogiannopoulos2012-02-201-7/+49
| | | | are hw accelerated.
* fixes in cryptodev support. Added support for digest algorithms.Nikos Mavrogiannopoulos2012-02-201-4/+11
|
* fixes in cryptodev support. Added support for digest algorithms.Nikos Mavrogiannopoulos2012-02-201-9/+116
|
* update in cryptodevNikos Mavrogiannopoulos2012-02-191-9/+11
|
* register the .fast function for cryptodevNikos Mavrogiannopoulos2012-02-191-0/+35
|
* Included missing file in windows builds.Nikos Mavrogiannopoulos2012-02-071-1/+2
|
* Fix up some typos and obsolete commentsPatrick Pelletier2012-01-241-1/+2
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-2/+2
| | | | Dropped opaque type (replaced with uint8_t)
* Run 'make update-copyright'.Simon Josefsson2012-01-1615-15/+15
|
* 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
|