summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam
Commit message (Expand)AuthorAgeFilesLines
* crypto: caam - limit output IV to CBC to work around CTR mode DMA issueArd Biesheuvel2019-07-261-6/+9
* crypto: caam - fix DMA mapping of stack memoryHoria Geantă2019-03-231-64/+21Star
* crypto: caam - fixed handling of sg listPankaj Gupta2019-03-231-0/+1
* crypto: caam - fix hash context DMA unmap sizeFranck LENORMAND2019-03-231-3/+5
* crypto: caam - fix zero-length buffer DMA mappingAymen Sghaier2019-01-221-6/+9
* crypto: caam - fix implicit casts in endianness helpersHoria Geantă2018-11-131-14/+14
* crypto: caam/jr - fix ablkcipher_edesc pointer arithmeticHoria Geantă2018-09-211-4/+4
* 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
* crypto: caam - allow retrieving 'era' from registerFabio Estevam2018-04-202-4/+58
* crypto: caam - staticize caam_get_era()Fabio Estevam2018-04-202-4/+1Star
* crypto: caam/qi - fix IV DMA mapping and updatingHoria Geantă2018-04-201-111/+116
* crypto: caam - fix IV DMA mapping and updatingHoria Geantă2018-04-201-121/+91Star
* crypto: caam - fix DMA mapping dir for generated IVHoria Geantă2018-04-201-12/+17
* crypto: caam/qi - don't leak pointers to authenc keysTudor-Dan Ambarus2018-03-301-0/+2
* crypto: caam - don't leak pointers to authenc keysTudor-Dan Ambarus2018-03-301-0/+2
* crypto: caam - do not use mem and emi_slow clock for imx7xRui Miguel Silva2018-03-021-15/+24
* crypto: caam - Fix null dereference at error pathRui Miguel Silva2018-03-021-3/+0Star
* 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/+4Star
* 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
|\
| * crypto: caam - remove unused param of ctx_map_to_sec4_sg()Horia Geantă2017-11-061-4/+4
| * crypto: caam - remove unneeded edesc zeroizationHoria Geantă2017-11-061-4/+0Star
| * crypto: caam/qi - abort algorithm setup on DPAA2 partsHoria Geantă2017-11-031-1/+6
| * crypto: caam - fix incorrect defineRadu Alexe2017-11-031-1/+1
| * crypto: caam - Use GCM IV size constantCorentin LABBE2017-09-222-5/+6
* | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-0719-0/+19
|\ \
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0219-0/+19
| |/
* / locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-2/+2
|/
* crypto: caam - fix LS1021A support on ARMv7 multiplatform kernelHoria Geantă2017-09-203-44/+39Star
* crypto: caam - Remove unused dentry membersFabio Estevam2017-08-093-63/+32Star