summaryrefslogtreecommitdiff
path: root/lib/accelerated/x86/hmac-padlock.c
Commit message (Expand)AuthorAgeFilesLines
* nettle: use the correct type for hash and MAC functionsNikos Mavrogiannopoulos2016-02-121-16/+16
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-3/+3
* include nettle/memxor when neededNikos Mavrogiannopoulos2015-05-151-0/+1
* reorganized source files.Nikos Mavrogiannopoulos2013-12-141-2/+2
* zeroize keysNikos Mavrogiannopoulos2013-12-141-0/+2
* reindented codeNikos Mavrogiannopoulos2013-11-081-196/+189
* simplified access to cipher and mac properties to reduce wasted cycles.Nikos Mavrogiannopoulos2013-05-251-1/+2
* 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-161-0/+1
* The HMAC subsystem can now be used for other MAC algorithms, like UMAC. UMAC-...Nikos Mavrogiannopoulos2013-03-191-1/+4
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* several type changes to please clangNikos Mavrogiannopoulos2012-04-021-3/+3
* Fix up some typos and obsolete commentsPatrick Pelletier2012-01-241-1/+2
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* Remove unneeded assert.h inclusion.Simon Josefsson2011-11-081-1/+0
* better detection of padlock PHE.Nikos Mavrogiannopoulos2011-10-051-2/+2
* Updates for padlock hashes in C7 nano. Requires a part of nettle to be included.Nikos Mavrogiannopoulos2011-10-051-0/+373