summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam
Commit message (Expand)AuthorAgeFilesLines
* crypto: caam - add SPDX license identifier to all filesHoria Geantă2018-10-1711-57/+11
* crypto: caam/qi - simplify CGR allocation, freeingHoria Geantă2018-10-172-40/+5
* 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/+217
* | crypto: caam/jr - ablkcipher -> skcipher conversionHoria Geantă2018-09-042-241/+208
* | crypto: caam/qi - remove ablkcipher IV generationHoria Geantă2018-09-044-327/+20
* | crypto: caam/jr - remove ablkcipher IV generationHoria Geantă2018-09-041-264/+11
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-08-293-15/+14
|\
| * 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/+2
| * 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-091-1/+0
* | crypto: ahash - remove useless setting of type flagsEric Biggers2018-07-091-1/+1
|/
* crypto: caam/qi - fix warning in init_cgr()Horia Geantă2018-05-311-3/+2
* crypto: caam - fix rfc4543 descriptorsHoria Geantă2018-05-311-2/+2
* crypto: caam - fix MC firmware detectionHoria Geantă2018-05-312-9/+13
* crypto: caam - fix size of RSA prime factor qHoria Geantă2018-05-051-4/+4
* crypto: caam: - Use kmemdup() functionFabio Estevam2018-04-211-8/+1
* crypto: caam - strip input zeros from RSA input bufferHoria Geantă2018-04-212-0/+62
* crypto: caam - allow retrieving 'era' from registerFabio Estevam2018-04-212-4/+58
* crypto: caam - staticize caam_get_era()Fabio Estevam2018-04-212-4/+1
* crypto: caam/qi - fix IV DMA mapping and updatingHoria Geantă2018-04-211-111/+116
* crypto: caam - fix IV DMA mapping and updatingHoria Geantă2018-04-211-121/+91
* crypto: caam - fix DMA mapping dir for generated IVHoria Geantă2018-04-211-12/+17
* crypto: caam/qi - don't leak pointers to authenc keysTudor-Dan Ambarus2018-03-311-0/+2
* crypto: caam - don't leak pointers to authenc keysTudor-Dan Ambarus2018-03-311-0/+2
* crypto: caam - do not use mem and emi_slow clock for imx7xRui Miguel Silva2018-03-031-15/+24
* crypto: caam - Fix null dereference at error pathRui Miguel Silva2018-03-031-3/+0
* crypto: caam/qi - add GCM supportHoria Geantă2018-02-151-0/+374
* crypto: caam - prepare for gcm(aes) support over QI interfaceHoria Geantă2018-02-153-25/+183
* crypto: caam/qi - return -EBADMSG for ICV check failureHoria Geantă2018-02-152-3/+20
* crypto: caam - fix endless loop when DECO acquire failsHoria Geantă2018-02-081-2/+6
* crypto: caam - add Derived Key Protocol (DKP) supportHoria Geantă2017-12-289-171/+384
* crypto: caam - save Era in driver's private dataHoria Geantă2017-12-282-1/+4
* crypto: caam - remove needless ablkcipher key copyHoria Geantă2017-12-282-12/+4
* crypto: caam - constify key dataHoria Geantă2017-12-282-8/+8
* crypto: caam/qi - use correct print specifier for size_tHoria Geantă2017-12-111-3/+3
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-145-15/+17
|\