aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/amcc
Commit message (Expand)AuthorAge
* crypto: amcc - switch to AES library for GCM key derivationArd Biesheuvel2019-07-26
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-19
|\
| * crypto: crypto4xx - fix a potential double free in ppc4xx_trng_probeWen Yang2019-07-12
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-08
|\|
| * crypto: amcc - remove memset after dma_alloc_coherentFuqian Huang2019-07-03
| * crypto: crypto4xx - block ciphers should only accept complete blocksChristian Lamparter2019-05-23
| * crypto: crypto4xx - fix blocksize for cfb and ofbChristian Lamparter2019-05-23
| * crypto: crypto4xx - fix AES CTR blocksize valueChristian Lamparter2019-05-23
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-05
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-30
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-21
|/
* crypto: crypto4xx - get rid of redundant using_sd variableChristian Lamparter2019-05-03
* crypto: crypto4xx - use sync skcipher for fallbackChristian Lamparter2019-05-03
* crypto: crypto4xx - fix cfb and ofb "overran dst buffer" issuesChristian Lamparter2019-05-03
* crypto: crypto4xx - fix ctr-aes missing output IVChristian Lamparter2019-05-03
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-03-05
|\
| * crypto: crypto4xx - add missing of_node_put after of_device_is_availableJulia Lawall2019-02-28
| * crypto: crypto4xx - Fix wrong ppc4xx_trng_probe()/ppc4xx_trng_remove() argumentsCorentin Labbe2019-02-01
| * crypto: crypto4xx - add prng crypto supportChristian Lamparter2019-01-11
* | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-08
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-12-27
|\
| * crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers2018-11-20
* | crypto4xx_core: don't abuse __dma_sync_pageChristoph Hellwig2018-12-20
|/
* crypto: skcipher - remove useless setting of type flagsEric Biggers2018-07-08
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-12
* crypto: crypto4xx - put temporary dst sg into request ctxChristian Lamparter2018-04-28
* crypto: crypto4xx - extend aead fallback checksChristian Lamparter2018-04-28
* crypto: crypto4xx - properly set IV after de- and encryptChristian Lamparter2018-04-28
* crypto: crypto4xx - add aes-ctr supportChristian Lamparter2018-04-28
* crypto: crypto4xx - avoid VLA useChristian Lamparter2018-04-28
* crypto: crypto4xx - convert to skcipherChristian Lamparter2018-04-28
* crypto: crypto4xx - performance optimizationsChristian Lamparter2018-04-28
* crypto: Use zeroing memory allocator instead of allocator/memsetHimanshu Jha2018-01-12
* crypto: crypto4xx - perform aead icv check in the driverChristian Lamparter2018-01-05
* crypto: crypto4xx - kill MODULE_NAMEChristian Lamparter2018-01-05
* crypto: crypto4xx - fix missing irq devnameChristian Lamparter2018-01-05
* crypto: crypto4xx - support Revision B partsChristian Lamparter2018-01-05
* crypto: crypto4xx - shuffle iomap in front of request_irqChristian Lamparter2018-01-05
* crypto: crypto4xx - add aes-gcm supportChristian Lamparter2017-10-12
* crypto: crypto4xx - add aes-ccm supportChristian Lamparter2017-10-12
* crypto: crypto4xx - prepare for AEAD supportChristian Lamparter2017-10-12
* crypto: crypto4xx - simplify sa and state context acquisitionChristian Lamparter2017-10-12
* crypto: crypto4xx - fix stalls under heavy loadChristian Lamparter2017-10-12
* crypto: crypto4xx - fix various warningsChristian Lamparter2017-10-12
* crypto: crypto4xx - overhaul crypto4xx_build_pd()Christian Lamparter2017-10-12
* crypto: crypto4xx - use the correct LE32 format for IV and key defsChristian Lamparter2017-10-12
* crypto: crypto4xx - add backlog queue supportChristian Lamparter2017-10-12
* crypto: crypto4xx - increase context and scatter ring buffer elementsChristian Lamparter2017-10-12
* crypto: crypto4xx - fix type mismatch compiler errorChristian Lamparter2017-10-12
* crypto: crypto4xx - fix off-by-one AES-OFBChristian Lamparter2017-10-12