summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/amcc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-191-1/+0Star
|\
| * crypto: crypto4xx - fix a potential double free in ppc4xx_trng_probeWen Yang2019-07-121-1/+0Star
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-093-28/+43
|\|
| * crypto: amcc - remove memset after dma_alloc_coherentFuqian Huang2019-07-031-1/+0Star
| * crypto: crypto4xx - block ciphers should only accept complete blocksChristian Lamparter2019-05-233-23/+39
| * 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 441Thomas Gleixner2019-06-051-4/+1Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-306-60/+6Star
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* crypto: crypto4xx - get rid of redundant using_sd variableChristian Lamparter2019-05-032-5/+2Star
* crypto: crypto4xx - use sync skcipher for fallbackChristian Lamparter2019-05-033-15/+10Star
* crypto: crypto4xx - fix cfb and ofb "overran dst buffer" issuesChristian Lamparter2019-05-031-10/+21
* crypto: crypto4xx - fix ctr-aes missing output IVChristian Lamparter2019-05-031-3/+9
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-03-055-3/+97
|\
| * crypto: crypto4xx - add missing of_node_put after of_device_is_availableJulia Lawall2019-02-281-1/+3
| * crypto: crypto4xx - Fix wrong ppc4xx_trng_probe()/ppc4xx_trng_remove() argumentsCorentin Labbe2019-02-011-2/+2
| * crypto: crypto4xx - add prng crypto supportChristian Lamparter2019-01-113-0/+92
* | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-3/+3
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-12-271-2/+1Star
|\
| * crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers2018-11-201-2/+1Star
* | crypto4xx_core: don't abuse __dma_sync_pageChristoph Hellwig2018-12-201-1/+1
|/
* crypto: skcipher - remove useless setting of type flagsEric Biggers2018-07-081-12/+6Star
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-4/+4
* crypto: crypto4xx - put temporary dst sg into request ctxChristian Lamparter2018-04-283-13/+19
* crypto: crypto4xx - extend aead fallback checksChristian Lamparter2018-04-281-14/+16
* crypto: crypto4xx - properly set IV after de- and encryptChristian Lamparter2018-04-282-1/+11
* crypto: crypto4xx - add aes-ctr supportChristian Lamparter2018-04-283-6/+127
* crypto: crypto4xx - avoid VLA useChristian Lamparter2018-04-281-10/+4Star
* crypto: crypto4xx - convert to skcipherChristian Lamparter2018-04-283-177/+163Star
* crypto: crypto4xx - performance optimizationsChristian Lamparter2018-04-283-26/+34
* crypto: Use zeroing memory allocator instead of allocator/memsetHimanshu Jha2018-01-121-5/+3Star
* crypto: crypto4xx - perform aead icv check in the driverChristian Lamparter2018-01-052-32/+28Star
* crypto: crypto4xx - kill MODULE_NAMEChristian Lamparter2018-01-053-4/+2Star
* crypto: crypto4xx - fix missing irq devnameChristian Lamparter2018-01-052-2/+1Star
* crypto: crypto4xx - support Revision B partsChristian Lamparter2018-01-053-6/+47
* crypto: crypto4xx - shuffle iomap in front of request_irqChristian Lamparter2018-01-051-12/+9Star
* crypto: crypto4xx - add aes-gcm supportChristian Lamparter2017-10-123-0/+165
* crypto: crypto4xx - add aes-ccm supportChristian Lamparter2017-10-123-0/+216
* crypto: crypto4xx - prepare for AEAD supportChristian Lamparter2017-10-124-73/+226
* crypto: crypto4xx - simplify sa and state context acquisitionChristian Lamparter2017-10-123-68/+15Star
* crypto: crypto4xx - fix stalls under heavy loadChristian Lamparter2017-10-122-15/+21
* crypto: crypto4xx - fix various warningsChristian Lamparter2017-10-121-13/+3Star
* crypto: crypto4xx - overhaul crypto4xx_build_pd()Christian Lamparter2017-10-123-124/+103Star
* crypto: crypto4xx - use the correct LE32 format for IV and key defsChristian Lamparter2017-10-124-56/+64
* crypto: crypto4xx - add backlog queue supportChristian Lamparter2017-10-122-9/+41
* crypto: crypto4xx - increase context and scatter ring buffer elementsChristian Lamparter2017-10-121-5/+5
* crypto: crypto4xx - fix type mismatch compiler errorChristian Lamparter2017-10-121-2/+2
* crypto: crypto4xx - fix off-by-one AES-OFBChristian Lamparter2017-10-121-1/+1
* crypto: crypto4xx - wire up hmac_mc to hmac_mutingChristian Lamparter2017-10-121-0/+1