summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam
Commit message (Expand)AuthorAgeFilesLines
* crypto: caam - remove redundant likely/unlikely annotationChengguang Xu2019-02-282-5/+5
* crypto: caam - generate hash keys in-placeHoria Geantă2019-02-282-47/+23Star
* crypto: caam - fix DMA mapping xcbc key twiceHoria Geantă2019-02-281-2/+1Star
* crypto: caam - fix hash context DMA unmap sizeFranck LENORMAND2019-02-281-3/+5
* crypto: caam/qi2 - relax busy polling while enqueuing FDsHoria Geantă2019-02-221-0/+2
* crypto: caam/qi2 - rate-limit enqueue failure printsHoria Geantă2019-02-221-1/+1
* crypto: caam/qi2 - use affine DPIOsHoria Geantă2019-02-222-23/+31
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux nextHerbert Xu2019-02-221-3/+3
|\
| * soc: fsl: dpio: add a device_link at dpaa2_io_service_registerIoana Ciornei2019-01-111-3/+3
* | crypto: caam - weak key checking for cbc des, 3desIuliana Prodan2019-02-151-2/+2
* | 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