summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+4Star
* crypto: caam - fix condition for the jump over key(s) commandTudor Ambarus2017-07-181-3/+2Star
* crypto: caam - clean-up in caam_init_rng()Horia Geantă2017-07-181-5/+1Star
* crypto: caam - remove unused variables in caam_drv_privateTudor Ambarus2017-07-182-4/+0Star
* crypto: caam - remove unused sg_to_sec4_sg_len()Horia Geantă2017-07-181-15/+0Star
* 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/+0Star
* 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/+26Star
|\
| * crypto: caam - fix gfp allocation flags (part II)Horia Geantă2017-06-224-28/+25Star
| * crypto: caam - fix gfp allocation flags (part I)Horia Geantă2017-06-221-2/+1Star
* | 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/+2Star
* | 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
|/