summaryrefslogtreecommitdiff
path: root/lib/accelerated/x86/hmac-padlock.c
Commit message (Expand)AuthorAgeFilesLines
* build: re-indent codeDaiki Ueno2023-04-241-79/+65
* Indent codeZoltan Fridrich2023-01-271-14/+11
* Add zeroization of some critical security parametersZoltan Fridrich2022-04-121-1/+7
* Merge branch 'fix-padlock' into 'master'Daiki Ueno2020-10-271-2/+2
|\
| * x86:Modify variable nameJonasZhou2020-09-241-2/+2
| * x86:add detection of instruction set on Zhaoxin CPUJonasZhou2020-09-241-1/+1
* | padlock:fix exception in wrap_padlock_hmac_fastJonasZhou2020-09-231-1/+0
|/
* accelerated ciphers: implement hmac and hash copyNikos Mavrogiannopoulos2019-06-261-0/+20
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* 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