summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/amcc/crypto4xx_core.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: amcc - fix incorrect kernel-doc comment syntax in filesAditya Srivastava2021-03-261-9/+9
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+1
* crypto: crypto4xx - Replace bitwise OR with logical OR in crypto4xx_build_pdNathan Chancellor2020-11-201-1/+1
* crypto: crypto4xx - use GFP_KERNEL for big allocationsChristian Lamparter2020-01-091-6/+6
* crypto: crypto4xx - reduce memory fragmentationChristian Lamparter2020-01-091-14/+13
* crypto: crypto4xx - fix double-free in crypto4xx_destroy_sdrChristian Lamparter2019-11-081-5/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-081-13/+12
|\
| * crypto: amcc - remove memset after dma_alloc_coherentFuqian Huang2019-07-031-1/+0
| * crypto: crypto4xx - block ciphers should only accept complete blocksChristian Lamparter2019-05-231-8/+8
| * crypto: crypto4xx - fix blocksize for cfb and ofbChristian Lamparter2019-05-231-2/+2
| * crypto: crypto4xx - fix AES CTR blocksize valueChristian Lamparter2019-05-231-2/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
|/
* crypto: crypto4xx - get rid of redundant using_sd variableChristian Lamparter2019-05-031-4/+2
* crypto: crypto4xx - use sync skcipher for fallbackChristian Lamparter2019-05-031-8/+3
* crypto: crypto4xx - fix cfb and ofb "overran dst buffer" issuesChristian Lamparter2019-05-031-10/+21
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-03-051-0/+87
|\
| * crypto: crypto4xx - add prng crypto supportChristian Lamparter2019-01-111-0/+87
* | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-3/+3
|/
* crypto4xx_core: don't abuse __dma_sync_pageChristoph Hellwig2018-12-201-1/+1
* crypto: skcipher - remove useless setting of type flagsEric Biggers2018-07-091-12/+6
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-4/+4
* crypto: crypto4xx - put temporary dst sg into request ctxChristian Lamparter2018-04-281-5/+5
* crypto: crypto4xx - properly set IV after de- and encryptChristian Lamparter2018-04-281-0/+9
* crypto: crypto4xx - add aes-ctr supportChristian Lamparter2018-04-281-0/+37
* crypto: crypto4xx - convert to skcipherChristian Lamparter2018-04-281-136/+119
* crypto: crypto4xx - performance optimizationsChristian Lamparter2018-04-281-11/+11
* crypto: Use zeroing memory allocator instead of allocator/memsetHimanshu Jha2018-01-121-5/+3
* crypto: crypto4xx - perform aead icv check in the driverChristian Lamparter2018-01-051-27/+27
* crypto: crypto4xx - kill MODULE_NAMEChristian Lamparter2018-01-051-1/+1
* crypto: crypto4xx - fix missing irq devnameChristian Lamparter2018-01-051-1/+1
* crypto: crypto4xx - support Revision B partsChristian Lamparter2018-01-051-5/+43
* crypto: crypto4xx - shuffle iomap in front of request_irqChristian Lamparter2018-01-051-12/+9
* crypto: crypto4xx - add aes-gcm supportChristian Lamparter2017-10-121-0/+22
* crypto: crypto4xx - add aes-ccm supportChristian Lamparter2017-10-121-0/+23
* crypto: crypto4xx - prepare for AEAD supportChristian Lamparter2017-10-121-51/+166
* crypto: crypto4xx - simplify sa and state context acquisitionChristian Lamparter2017-10-121-42/+8
* crypto: crypto4xx - fix stalls under heavy loadChristian Lamparter2017-10-121-15/+18
* crypto: crypto4xx - fix various warningsChristian Lamparter2017-10-121-13/+3
* crypto: crypto4xx - overhaul crypto4xx_build_pd()Christian Lamparter2017-10-121-70/+58
* crypto: crypto4xx - use the correct LE32 format for IV and key defsChristian Lamparter2017-10-121-38/+2
* crypto: crypto4xx - add backlog queue supportChristian Lamparter2017-10-121-8/+39
* crypto: crypto4xx - fix off-by-one AES-OFBChristian Lamparter2017-10-121-1/+1
* crypto: crypto4xx - pointer arithmetic overhaulChristian Lamparter2017-09-221-36/+24
* crypto: crypto4xx - fix crypto4xx_build_pdr, crypto4xx_build_sdr leakChristian Lamparter2017-09-221-8/+9
* crypto: crypto4xx - replace crypto4xx_dev's scatter_buffer_size with constantChristian Lamparter2017-09-221-4/+3
* crypto: crypto4xx - refactor crypto4xx_copy_pkt_to_dst()Christian Lamparter2017-09-221-96/+30
* crypto: crypto4xx - enable AES RFC3686, ECB, CFB and OFB offloadsChristian Lamparter2017-09-221-0/+98
* crypto: crypto4xx - remove double assignment of pd_uinfo->stateChristian Lamparter2017-09-221-1/+0
* crypto: crypto4xx - set CRYPTO_ALG_KERN_DRIVER_ONLY flagChristian Lamparter2017-09-221-1/+3
* crypto: crypto4xx - remove unused definitions and write-only variablesChristian Lamparter2017-09-221-1/+1