aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/amcc/crypto4xx_alg.c
AgeCommit message (Expand)Author
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-03crypto: crypto4xx - use sync skcipher for fallbackChristian Lamparter
2019-05-03crypto: crypto4xx - fix ctr-aes missing output IVChristian Lamparter
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers
2018-04-28crypto: crypto4xx - put temporary dst sg into request ctxChristian Lamparter
2018-04-28crypto: crypto4xx - extend aead fallback checksChristian Lamparter
2018-04-28crypto: crypto4xx - properly set IV after de- and encryptChristian Lamparter
2018-04-28crypto: crypto4xx - add aes-ctr supportChristian Lamparter
2018-04-28crypto: crypto4xx - avoid VLA useChristian Lamparter
2018-04-28crypto: crypto4xx - convert to skcipherChristian Lamparter
2018-04-28crypto: crypto4xx - performance optimizationsChristian Lamparter
2018-01-05crypto: crypto4xx - perform aead icv check in the driverChristian Lamparter
2017-10-12crypto: crypto4xx - add aes-gcm supportChristian Lamparter
2017-10-12crypto: crypto4xx - add aes-ccm supportChristian Lamparter
2017-10-12crypto: crypto4xx - prepare for AEAD supportChristian Lamparter
2017-10-12crypto: crypto4xx - simplify sa and state context acquisitionChristian Lamparter
2017-10-12crypto: crypto4xx - overhaul crypto4xx_build_pd()Christian Lamparter
2017-10-12crypto: crypto4xx - use the correct LE32 format for IV and key defsChristian Lamparter
2017-10-12crypto: crypto4xx - wire up hmac_mc to hmac_mutingChristian Lamparter
2017-09-22crypto: crypto4xx - pointer arithmetic overhaulChristian Lamparter
2017-09-22crypto: crypto4xx - enable AES RFC3686, ECB, CFB and OFB offloadsChristian Lamparter
2017-09-22crypto: crypto4xx - move and refactor dynamic_contents helpersChristian Lamparter
2017-09-22crypto: crypto4xx - fix dynamic_sa_ctl's sa_contents declarationChristian Lamparter
2017-09-22crypto: crypto4xx - remove unused definitions and write-only variablesChristian Lamparter
2013-08-14crypto: crypto4xx - Staticize local symbolsJingoo Han
2009-07-14crypto: crypto4xx - Use crypto_ahash_set_reqsizeHerbert Xu
2009-02-18crypto: amcc - Add crypt4xx driverJames Hsiao