summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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/+0
| * 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/+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
OpenPOWER on IntegriCloud