summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/amcc/crypto4xx_core.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-091-4/+6
|\
| * crypto: crypto4xx - block ciphers should only accept complete blocksChristian Lamparter2019-05-231-4/+6
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1Star
|/
* crypto: crypto4xx - get rid of redundant using_sd variableChristian Lamparter2019-05-031-1/+0Star
* crypto: crypto4xx - use sync skcipher for fallbackChristian Lamparter2019-05-031-1/+1
* crypto: crypto4xx - add prng crypto supportChristian Lamparter2019-01-111-0/+4
* crypto: crypto4xx - put temporary dst sg into request ctxChristian Lamparter2018-04-281-1/+6
* crypto: crypto4xx - add aes-ctr supportChristian Lamparter2018-04-281-0/+5
* crypto: crypto4xx - convert to skcipherChristian Lamparter2018-04-281-12/+13
* crypto: crypto4xx - performance optimizationsChristian Lamparter2018-04-281-2/+4
* crypto: crypto4xx - kill MODULE_NAMEChristian Lamparter2018-01-051-2/+0Star
* crypto: crypto4xx - fix missing irq devnameChristian Lamparter2018-01-051-1/+0Star
* crypto: crypto4xx - support Revision B partsChristian Lamparter2018-01-051-0/+1
* crypto: crypto4xx - add aes-gcm supportChristian Lamparter2017-10-121-0/+4
* crypto: crypto4xx - add aes-ccm supportChristian Lamparter2017-10-121-0/+8
* crypto: crypto4xx - prepare for AEAD supportChristian Lamparter2017-10-121-13/+9Star
* crypto: crypto4xx - simplify sa and state context acquisitionChristian Lamparter2017-10-121-5/+1Star
* crypto: crypto4xx - overhaul crypto4xx_build_pd()Christian Lamparter2017-10-121-8/+4Star
* crypto: crypto4xx - use the correct LE32 format for IV and key defsChristian Lamparter2017-10-121-3/+44
* crypto: crypto4xx - add backlog queue supportChristian Lamparter2017-10-121-1/+2
* crypto: crypto4xx - increase context and scatter ring buffer elementsChristian Lamparter2017-10-121-5/+5
* crypto: crypto4xx - pointer arithmetic overhaulChristian Lamparter2017-09-221-18/+23
* crypto: crypto4xx - replace crypto4xx_dev's scatter_buffer_size with constantChristian Lamparter2017-09-221-1/+0Star
* crypto: crypto4xx - enable AES RFC3686, ECB, CFB and OFB offloadsChristian Lamparter2017-09-221-0/+10
* crypto: crypto4xx - move and refactor dynamic_contents helpersChristian Lamparter2017-09-221-3/+0Star
* crypto: crypto4xx - remove extern statement before function declarationChristian Lamparter2017-09-221-24/+24
* crypto: crypto4xx - remove unused definitions and write-only variablesChristian Lamparter2017-09-221-16/+0Star
* crypto4xx: integrate ppc4xx-rng into crypto4xxChristian Lamparter2016-04-201-0/+4
* of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-1/+1
* crypto: crypto4xx - Switch to new style ahashHerbert Xu2009-07-141-3/+22
* crypto: amcc - Add crypt4xx driverJames Hsiao2009-02-181-0/+177