summaryrefslogtreecommitdiff
path: root/drivers/crypto/amcc/crypto4xx_alg.c
AgeCommit message (Expand)Author
2021-03-26crypto: amcc - fix incorrect kernel-doc comment syntax in filesAditya Srivastava
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers
2020-10-02crypto: drivers - use semicolons rather than commas to separate statementsJulia Lawall
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2019-07-26crypto: amcc - switch to AES library for GCM key derivationArd Biesheuvel
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-23crypto: crypto4xx - block ciphers should only accept complete blocksChristian Lamparter
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