summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam
Commit message (Expand)AuthorAgeFilesLines
* crypto: caam - Use GCM IV size constantCorentin LABBE2017-09-222-5/+6
* 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
|/
* 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/+23Star
|\
| * 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/+19Star
* | crypto: caam/qi - add ablkcipher and authenc algorithmsHoria Geantă2017-03-247-16/+2601
* | crypto: caam - add Queue Interface (QI) backend supportHoria Geantă2017-03-245-28/+1064
* | crypto: caam - avoid double inclusion in desc_constr.hHoria Geantă2017-03-241-0/+5
|/
* scripts/spelling.txt: add "deintialize(d)" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* crypto: caam - fix state buffer DMA (un)mappingHoria Geantă2017-02-151-55/+52Star
* crypto: caam - abstract ahash request double bufferingHoria Geantă2017-02-151-29/+48
* crypto: caam - fix error path for ctx_dma mapping failureHoria Geantă2017-02-151-1/+6
* crypto: caam - fix DMA API leaks for multiple setkey() callsHoria Geantă2017-02-152-252/+102Star
* crypto: caam - don't dma_map key for hash algorithmsHoria Geantă2017-02-151-17/+1Star
* crypto: caam - use dma_map_sg() return codeHoria Geantă2017-02-151-62/+71
* crypto: caam - replace sg_count() with sg_nents_for_len()Horia Geantă2017-02-152-112/+88Star
* crypto: caam - check sg_count() return valueHoria Geantă2017-02-151-2/+42
* crypto: caam - fix HW S/G in ablkcipher_giv_edesc_alloc()Horia Geantă2017-02-151-4/+4
* crypto: caam - fix JR IO mapping if one failsTudor Ambarus2017-02-151-8/+9
* crypto: caam - check return code of dma_set_mask_and_coherent()Horia Geantă2017-02-152-10/+24
* crypto: caam - don't include unneeded headersHoria Geantă2017-02-152-3/+0Star