summaryrefslogtreecommitdiff
path: root/drivers/crypto/amcc
AgeCommit message (Expand)Author
2023-12-08crypto: crypto4xx - Remove cfb and ofbHerbert Xu
2023-10-27crypto: amcc/crypto4xx - Convert to platform remove callback returning voidUwe Kleine-König
2023-03-24crypto: crypto4xx - remove unnecessary (void*) conversionsYu Zhe
2023-02-14crypto: crypto4xx - Call dma_unmap_page when doneHerbert Xu
2022-07-08crypto: amcc - Hold the reference returned by of_find_compatible_nodeLiang He
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-11-20crypto: crypto4xx - Replace bitwise OR with logical OR in crypto4xx_build_pdNathan Chancellor
2020-10-02crypto: drivers - use semicolons rather than commas to separate statementsJulia Lawall
2020-08-20crypto: algapi - Remove skbuff.h inclusionHerbert Xu
2020-01-09crypto: crypto4xx - use GFP_KERNEL for big allocationsChristian Lamparter
2020-01-09crypto: crypto4xx - reduce memory fragmentationChristian Lamparter
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2019-11-08crypto: crypto4xx - fix double-free in crypto4xx_destroy_sdrChristian Lamparter
2019-07-26crypto: amcc - switch to AES library for GCM key derivationArd Biesheuvel
2019-07-19Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-07-12crypto: crypto4xx - fix a potential double free in ppc4xx_trng_probeWen Yang
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-07-03crypto: amcc - remove memset after dma_alloc_coherentFuqian Huang
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
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-23crypto: crypto4xx - fix blocksize for cfb and ofbChristian Lamparter
2019-05-23crypto: crypto4xx - fix AES CTR blocksize valueChristian Lamparter
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-03crypto: crypto4xx - get rid of redundant using_sd variableChristian Lamparter
2019-05-03crypto: crypto4xx - use sync skcipher for fallbackChristian Lamparter
2019-05-03crypto: crypto4xx - fix cfb and ofb "overran dst buffer" issuesChristian Lamparter
2019-05-03crypto: crypto4xx - fix ctr-aes missing output IVChristian Lamparter
2019-03-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-02-28crypto: crypto4xx - add missing of_node_put after of_device_is_availableJulia Lawall
2019-02-01crypto: crypto4xx - Fix wrong ppc4xx_trng_probe()/ppc4xx_trng_remove() argumentsCorentin Labbe
2019-01-11crypto: crypto4xx - add prng crypto supportChristian Lamparter
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-12-20crypto4xx_core: don't abuse __dma_sync_pageChristoph Hellwig
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers
2018-07-09crypto: skcipher - remove useless setting of type flagsEric Biggers
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
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-12crypto: Use zeroing memory allocator instead of allocator/memsetHimanshu Jha
2018-01-05crypto: crypto4xx - perform aead icv check in the driverChristian Lamparter
2018-01-05crypto: crypto4xx - kill MODULE_NAMEChristian Lamparter