aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/amcc/crypto4xx_alg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-11/+25
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-05-23crypto: crypto4xx - block ciphers should only accept complete blocksChristian Lamparter1-11/+25
2019-05-03crypto: crypto4xx - use sync skcipher for fallbackChristian Lamparter1-6/+6
2019-05-03crypto: crypto4xx - fix ctr-aes missing output IVChristian Lamparter1-3/+9
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers1-2/+1
2018-04-28crypto: crypto4xx - put temporary dst sg into request ctxChristian Lamparter1-7/+8
2018-04-28crypto: crypto4xx - extend aead fallback checksChristian Lamparter1-14/+16
2018-04-28crypto: crypto4xx - properly set IV after de- and encryptChristian Lamparter1-1/+2
2018-04-28crypto: crypto4xx - add aes-ctr supportChristian Lamparter1-6/+85
2018-04-28crypto: crypto4xx - avoid VLA useChristian Lamparter1-10/+4
2018-04-28crypto: crypto4xx - convert to skcipherChristian Lamparter1-29/+31
2018-04-28crypto: crypto4xx - performance optimizationsChristian Lamparter1-13/+19
2018-01-05crypto: crypto4xx - perform aead icv check in the driverChristian Lamparter1-5/+1
2017-10-12crypto: crypto4xx - add aes-gcm supportChristian Lamparter1-0/+139
2017-10-12crypto: crypto4xx - add aes-ccm supportChristian Lamparter1-0/+185
2017-10-12crypto: crypto4xx - prepare for AEAD supportChristian Lamparter1-9/+10
2017-10-12crypto: crypto4xx - simplify sa and state context acquisitionChristian Lamparter1-21/+6
2017-10-12crypto: crypto4xx - overhaul crypto4xx_build_pd()Christian Lamparter1-46/+41
2017-10-12crypto: crypto4xx - use the correct LE32 format for IV and key defsChristian Lamparter1-2/+2
2017-10-12crypto: crypto4xx - wire up hmac_mc to hmac_mutingChristian Lamparter1-0/+1
2017-09-22crypto: crypto4xx - pointer arithmetic overhaulChristian Lamparter1-14/+12
2017-09-22crypto: crypto4xx - enable AES RFC3686, ECB, CFB and OFB offloadsChristian Lamparter1-0/+66
2017-09-22crypto: crypto4xx - move and refactor dynamic_contents helpersChristian Lamparter1-10/+10
2017-09-22crypto: crypto4xx - fix dynamic_sa_ctl's sa_contents declarationChristian Lamparter1-2/+2
2017-09-22crypto: crypto4xx - remove unused definitions and write-only variablesChristian Lamparter1-6/+0
2013-08-14crypto: crypto4xx - Staticize local symbolsJingoo Han1-7/+8
2009-07-14crypto: crypto4xx - Use crypto_ahash_set_reqsizeHerbert Xu1-1/+2
2009-02-18crypto: amcc - Add crypt4xx driverJames Hsiao1-0/+293