summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam
Commit message (Expand)AuthorAgeFilesLines
...
* | crypto: caam - add ecb(*) supportIuliana Prodan2019-02-154-49/+161
* | crypto: caam - use mapped_{src,dst}_nents for job descriptorIuliana Prodan2019-02-151-7/+20
* | crypto: caam - fixed handling of sg listPankaj Gupta2019-02-081-0/+1
* | crypto: caam - fix DMA mapping of stack memoryHoria Geantă2019-02-011-64/+21Star
* | crypto: caam - fix indentation of goto labelRoland Hieber2019-02-011-1/+1
* | crypto: caam - no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-012-16/+6Star
* | crypto: caam - handle zero-length AEAD outputHoria Geantă2019-02-013-24/+47
* | crypto: caam - add support for cmac(aes)Iuliana Prodan2019-02-013-33/+139
* | crypto: caam - add support for xcbc(aes)Iuliana Prodan2019-01-113-17/+232
* | crypto: caam - create ahash shared descriptors only onceIuliana Prodan2019-01-111-1/+6
* | crypto: caam - fix error reporting for caam_hash_allocIuliana Prodan2019-01-111-1/+2
* | crypto: caam - move shared symbols in a common locationHoria Geantă2019-01-113-11/+6Star
* | crypto: caam - fix SHA support detectionHoria Geantă2019-01-103-1/+11
* | crypto: caam - fix zero-length buffer DMA mappingAymen Sghaier2019-01-101-6/+9
|/
* crypto: chacha20-generic - refactor to allow varying number of roundsEric Biggers2018-11-203-6/+6
* crypto: caam/qi2 - add support for Chacha20 + Poly1305Horia Geantă2018-11-164-6/+154
* crypto: caam/jr - add support for Chacha20 + Poly1305Horia Geantă2018-11-166-5/+354
* crypto: caam/qi2 - add support for ChaCha20Horia Geantă2018-11-164-4/+36
* crypto: caam - add register map changes cf. Era 10Horia Geantă2018-11-168-49/+184
* crypto: caam - add SPDX license identifier to all filesHoria Geantă2018-10-1711-57/+11Star
* crypto: caam/qi - simplify CGR allocation, freeingHoria Geantă2018-10-172-40/+5Star
* crypto: caam/qi2 - avoid double exportArnd Bergmann2018-10-081-1/+1
* crypto: caam/qi2 - add CONFIG_NETDEVICES dependencyArnd Bergmann2018-10-051-0/+1
* crypto: caam/qi2 - add support for ahash algorithmsHoria Geantă2018-09-213-1/+1750
* crypto: caam - export ahash shared descriptor generationHoria Geantă2018-09-215-70/+114
* crypto: caam/qi2 - add skcipher algorithmsHoria Geantă2018-09-213-1/+582
* crypto: caam/qi2 - add DPAA2-CAAM driverHoria Geantă2018-09-216-16/+3108
* crypto: caam - add Queue Interface v2 error codesHoria Geantă2018-09-213-4/+79
* crypto: caam - add DPAA2-CAAM (DPSECI) backend APIHoria Geantă2018-09-213-0/+908
* crypto: caam - fix implicit casts in endianness helpersHoria Geantă2018-09-211-14/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2018-09-211-2/+2
|\
| * crypto: caam/jr - fix ablkcipher_edesc pointer arithmeticHoria Geantă2018-09-211-4/+4
* | crypto: caam/qi - ablkcipher -> skcipher conversionHoria Geantă2018-09-044-253/+217Star
* | crypto: caam/jr - ablkcipher -> skcipher conversionHoria Geantă2018-09-042-241/+208Star
* | crypto: caam/qi - remove ablkcipher IV generationHoria Geantă2018-09-044-327/+20Star
* | crypto: caam/jr - remove ablkcipher IV generationHoria Geantă2018-09-041-264/+11Star
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-08-293-15/+14Star
|\
| * crypto: caam - fix DMA mapping direction for RSA forms 2 & 3Horia Geantă2018-08-251-10/+10
| * crypto: caam/qi - fix error path in xts setkeyHoria Geantă2018-08-251-4/+2Star
| * crypto: caam/jr - fix descriptor DMA unmappingHoria Geantă2018-08-251-1/+2
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-08-232-2/+2
|\ \ | |/ |/|
| * staging: fsl-mc: Move DPIO from staging to drivers/soc/fslRoy Pledge2018-07-242-2/+2
* | crypto: ahash - remove useless setting of cra_typeEric Biggers2018-07-081-1/+0Star
* | crypto: ahash - remove useless setting of type flagsEric Biggers2018-07-081-1/+1
|/
* crypto: caam/qi - fix warning in init_cgr()Horia Geantă2018-05-301-3/+2Star
* crypto: caam - fix rfc4543 descriptorsHoria Geantă2018-05-301-2/+2
* crypto: caam - fix MC firmware detectionHoria Geantă2018-05-302-9/+13
* crypto: caam - fix size of RSA prime factor qHoria Geantă2018-05-051-4/+4
* crypto: caam: - Use kmemdup() functionFabio Estevam2018-04-201-8/+1Star
* crypto: caam - strip input zeros from RSA input bufferHoria Geantă2018-04-202-0/+62