aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/amcc/crypto4xx_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-08crypto: amcc - Hold the reference returned by of_find_compatible_nodeLiang He1-16/+24
2021-03-26crypto: amcc - fix incorrect kernel-doc comment syntax in filesAditya Srivastava1-9/+9
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+1
2020-11-20crypto: crypto4xx - Replace bitwise OR with logical OR in crypto4xx_build_pdNathan Chancellor1-1/+1
2020-01-09crypto: crypto4xx - use GFP_KERNEL for big allocationsChristian Lamparter1-6/+6
2020-01-09crypto: crypto4xx - reduce memory fragmentationChristian Lamparter1-14/+13
2019-11-08crypto: crypto4xx - fix double-free in crypto4xx_destroy_sdrChristian Lamparter1-5/+1
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-13/+12
2019-07-03crypto: amcc - remove memset after dma_alloc_coherentFuqian Huang1-1/+0
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-8/+8
2019-05-23crypto: crypto4xx - fix blocksize for cfb and ofbChristian Lamparter1-2/+2
2019-05-23crypto: crypto4xx - fix AES CTR blocksize valueChristian Lamparter1-2/+2
2019-05-03crypto: crypto4xx - get rid of redundant using_sd variableChristian Lamparter1-4/+2
2019-05-03crypto: crypto4xx - use sync skcipher for fallbackChristian Lamparter1-8/+3
2019-05-03crypto: crypto4xx - fix cfb and ofb "overran dst buffer" issuesChristian Lamparter1-10/+21
2019-03-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+87
2019-01-11crypto: crypto4xx - add prng crypto supportChristian Lamparter1-0/+87
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-3/+3
2018-12-20crypto4xx_core: don't abuse __dma_sync_pageChristoph Hellwig1-1/+1
2018-07-09crypto: skcipher - remove useless setting of type flagsEric Biggers1-12/+6
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-4/+4
2018-04-28crypto: crypto4xx - put temporary dst sg into request ctxChristian Lamparter1-5/+5
2018-04-28crypto: crypto4xx - properly set IV after de- and encryptChristian Lamparter1-0/+9
2018-04-28crypto: crypto4xx - add aes-ctr supportChristian Lamparter1-0/+37
2018-04-28crypto: crypto4xx - convert to skcipherChristian Lamparter1-136/+119
2018-04-28crypto: crypto4xx - performance optimizationsChristian Lamparter1-11/+11
2018-01-12crypto: Use zeroing memory allocator instead of allocator/memsetHimanshu Jha1-5/+3
2018-01-05crypto: crypto4xx - perform aead icv check in the driverChristian Lamparter1-27/+27
2018-01-05crypto: crypto4xx - kill MODULE_NAMEChristian Lamparter1-1/+1
2018-01-05crypto: crypto4xx - fix missing irq devnameChristian Lamparter1-1/+1
2018-01-05crypto: crypto4xx - support Revision B partsChristian Lamparter1-5/+43
2018-01-05crypto: crypto4xx - shuffle iomap in front of request_irqChristian Lamparter1-12/+9
2017-10-12crypto: crypto4xx - add aes-gcm supportChristian Lamparter1-0/+22
2017-10-12crypto: crypto4xx - add aes-ccm supportChristian Lamparter1-0/+23
2017-10-12crypto: crypto4xx - prepare for AEAD supportChristian Lamparter1-51/+166
2017-10-12crypto: crypto4xx - simplify sa and state context acquisitionChristian Lamparter1-42/+8
2017-10-12crypto: crypto4xx - fix stalls under heavy loadChristian Lamparter1-15/+18
2017-10-12crypto: crypto4xx - fix various warningsChristian Lamparter1-13/+3
2017-10-12crypto: crypto4xx - overhaul crypto4xx_build_pd()Christian Lamparter1-70/+58
2017-10-12crypto: crypto4xx - use the correct LE32 format for IV and key defsChristian Lamparter1-38/+2
2017-10-12crypto: crypto4xx - add backlog queue supportChristian Lamparter1-8/+39
2017-10-12crypto: crypto4xx - fix off-by-one AES-OFBChristian Lamparter1-1/+1
2017-09-22crypto: crypto4xx - pointer arithmetic overhaulChristian Lamparter1-36/+24
2017-09-22crypto: crypto4xx - fix crypto4xx_build_pdr, crypto4xx_build_sdr leakChristian Lamparter1-8/+9
2017-09-22crypto: crypto4xx - replace crypto4xx_dev's scatter_buffer_size with constantChristian Lamparter1-4/+3
2017-09-22crypto: crypto4xx - refactor crypto4xx_copy_pkt_to_dst()Christian Lamparter1-96/+30
2017-09-22crypto: crypto4xx - enable AES RFC3686, ECB, CFB and OFB offloadsChristian Lamparter1-0/+98
2017-09-22crypto: crypto4xx - remove double assignment of pd_uinfo->stateChristian Lamparter1-1/+0
2017-09-22crypto: crypto4xx - set CRYPTO_ALG_KERN_DRIVER_ONLY flagChristian Lamparter1-1/+3