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-311-6/+9
* crypto: caam - fixed handling of sg listPankaj Gupta2019-03-231-0/+1
* crypto: caam - fix zero-length buffer DMA mappingAymen Sghaier2019-01-231-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-10-101-4/+4
* crypto: caam/qi - fix error path in xts setkeyHoria Geantă2018-09-091-4/+2
* crypto: caam/jr - fix descriptor DMA unmappingHoria Geantă2018-09-091-1/+2
* crypto: caam - fix DMA mapping direction for RSA forms 2 & 3Horia Geantă2018-09-091-10/+10
* crypto: caam - fix size of RSA prime factor qHoria Geantă2018-06-161-4/+4
* crypto: caam/qi - fix IV DMA mapping and updatingHoria Geantă2018-06-161-111/+116
* crypto: caam - fix IV DMA mapping and updatingHoria Geantă2018-06-161-121/+91
* crypto: caam - fix DMA mapping dir for generated IVHoria Geantă2018-06-161-12/+17
* crypto: caam - strip input zeros from RSA input bufferHoria Geantă2018-06-162-0/+62
* crypto: caam - Fix null dereference at error pathRui Miguel Silva2018-04-081-3/+0
* crypto: caam/qi - use correct print specifier for size_tHoria Geantă2018-03-191-3/+3
* crypto: caam - fix endless loop when DECO acquire failsHoria Geantă2018-02-161-2/+6
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0219-0/+19
* crypto: caam - fix LS1021A support on ARMv7 multiplatform kernelHoria Geantă2017-09-203-44/+39
* crypto: caam - Remove unused dentry membersFabio Estevam2017-08-093-63/+32
* crypto: caam/jr - add support for DPAA2 partsHoria Geantă2017-08-037-25/+148
* crypto: caam - free qman_fq after kill_fqXulin Sun2017-07-281-6/+4
* crypto: caam - fix condition for the jump over key(s) commandTudor Ambarus2017-07-181-3/+2
* crypto: caam - clean-up in caam_init_rng()Horia Geantă2017-07-181-5/+1
* crypto: caam - remove unused variables in caam_drv_privateTudor Ambarus2017-07-182-4/+0
* crypto: caam - remove unused sg_to_sec4_sg_len()Horia Geantă2017-07-181-15/+0
* crypto: caam/qi - lower driver verbosityHoria Geantă2017-07-181-4/+4
* crypto: caam/qi - remove unused header sg_sw_sec4.hHoria Geantă2017-07-181-1/+0
* crypto: caam/qi - explicitly set dma_opsHoria Geantă2017-07-181-0/+1
* crypto: caam/qi - fix AD length endianness in S/G entryHoria Geantă2017-07-181-1/+4
* crypto: caam/qi - handle large number of S/Gs caseHoria Geantă2017-07-183-4/+34
* crypto: caam/qi - properly set IV after {en,de}cryptHoria Geantă2017-07-181-1/+8
* crypto: caam/qi - fix compilation with CONFIG_DEBUG_FORCE_WEAK_PER_CPU=yHoria Geantă2017-07-181-1/+1
* crypto: caam/qi - fix compilation with DEBUG enabledHoria Geantă2017-07-184-54/+62
* crypto: caam/qi - fix typo in authenc alg driver nameHoria Geantă2017-07-181-1/+1
* crypto: caam - properly set IV after {en,de}cryptDavid Gstir2017-07-121-2/+18
* crypto: caam - fix signals handlingHoria Geantă2017-07-122-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2017-07-054-30/+26
|\
| * crypto: caam - fix gfp allocation flags (part II)Horia Geantă2017-06-224-28/+25
| * crypto: caam - fix gfp allocation flags (part I)Horia Geantă2017-06-221-2/+1
* | crypto: caam - make of_device_ids const.Arvind Yadav2017-06-201-1/+1
* | crypto: caampkc - comply with crypto_akcipher_maxsize()Tudor-Dan Ambarus2017-06-101-3/+2
* | crypto: caam - add support for RSA key form 3Radu Alexe2017-05-184-2/+291
* | crypto: caam - add support for RSA key form 2Radu Alexe2017-05-184-17/+298
* | crypto: caam - incapsulate dropping leading zeros into functionRadu Alexe2017-05-181-4/+9
* | crypto: caam - avoid kzalloc(0) in caam_read_raw_dataTudor Ambarus2017-05-181-0/+2
|/
* crypto: caam - fix error return code in caam_qi_init()Wei Yongjun2017-04-211-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2017-04-053-47/+23
|\
| * crypto: caam - fix RNG deinstantiation error checkingHoria Geantă2017-04-051-1/+2
| * crypto: caam - fix invalid dereference in caam_rsa_init_tfm()Horia Geantă2017-04-051-1/+1
| * crypto: caam - fix JR platform device subsequent (re)creationsHoria Geantă2017-04-052-45/+19