summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* crypto: rsa - unimplement sign/verify for raw RSA backendsVitaly Chikunov2019-04-183-6/+0
* crypto: ux500 - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-79/+7
* crypto: talitos - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-13/+95
* crypto: sun4i-ss - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-6/+5
* crypto: stm32 - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-4/+11
* crypto: rockchip - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-12/+24
* crypto: qce - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-1/+21
* crypto: picoxcell - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-7/+26
* crypto: omap - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-5/+24
* crypto: n2 - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-4/+9
* crypto: marvell - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-6/+5
* crypto: ixp4xx - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-9/+55
* crypto: inside-secure - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-6/+5
* crypto: hisilicon - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-8/+4
* crypto: hifn_795x - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-4/+27
* crypto: ccree - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-2/+35
* crypto: ccp - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-17/+4
* crypto: nitrox - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-6/+2
* crypto: cavium - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-0/+18
* crypto: caam - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-183-38/+151
* crypto: bcm - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-10/+11
* crypto: atmel - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-93/+10
* crypto: vmx - return correct error code on failed setkeyEric Biggers2019-04-184-12/+16
* crypto: mxs-dcp - remove set but not used variable 'fini'YueHaibing2019-04-181-9/+1
* crypto: sahara - Convert IS_ENABLED uses to __is_definedJoe Perches2019-04-181-3/+3
* crypto: caam/jr - Remove extra memory barrier during job ring dequeueVakul Garg2019-04-182-1/+9
* crypto: ccp - Do not free psp_master when PLATFORM_INIT failsSingh, Brijesh2019-04-181-1/+1
* crypto: stm32/hash - Fix self test issue during exportLionel Debieve2019-04-181-3/+1
* crypto: mxc-scc - Remove broken driverHerbert Xu2019-04-163-777/+0
* hwrng: stm32 - set default random qualityLionel Debieve2019-04-151-0/+1
* hwrng: stm32 - fix unbalanced pm_runtime_enableLionel Debieve2019-04-151-0/+8
* crypto: nx842 - remove set but not used variables 'dpadding' and 'max_sync_size'YueHaibing2019-04-082-6/+3
* crypto: mxs-dcp - return errcode in mxs_dcp_aes_enqueue and dcp_sha_update_fxYueHaibing2019-04-081-2/+2
* crypto: marvell - remove set but not used variable 'index'YueHaibing2019-04-081-2/+1
* crypto: ccp - Use kmemdup in ccp_copy_and_save_keypart()YueHaibing2019-04-081-2/+1
* crypto: ccp - introduce SEV_GET_ID2 commandSingh, Brijesh2019-04-081-0/+67
* crypto: caam/qi - Change a couple IS_ERR_OR_NULL() checks to IS_ERR()Dan Carpenter2019-04-081-2/+2
* crypto: cavium/nitrox - Added rfc4106(gcm(aes)) cipher supportNagadheeraj Rottela2019-04-082-83/+300
* crypto: caam - limit AXI pipeline to a depth of 1Iuliana Prodan2019-03-281-0/+20
* crypto: caam/jr - Remove extra memory barrier during job ring enqueueVakul Garg2019-03-281-2/+4
* crypto: caam/jr - Removed redundant vars from job ring private dataVakul Garg2019-03-282-7/+1
* crypto: caam/jr - Remove spinlock for output job ringVakul Garg2019-03-282-7/+1
* crypto: vmx - Make p8_init and p8_exit staticYueHaibing2019-03-281-2/+2
* crypto: cavium - Make cptvf_device_init staticYueHaibing2019-03-281-1/+1
* crypto: bcm - remove unused array tag_to_hash_idxYueHaibing2019-03-281-3/+0
* crypto: zip - Make some functions staticYueHaibing2019-03-281-4/+4
* crypto: ccp - Make ccp_register_rsa_alg staticYueHaibing2019-03-281-1/+2
* crypto: cavium - Make some functions staticYueHaibing2019-03-281-3/+3
* crypto: cavium - remove unused fucntionsYueHaibing2019-03-281-17/+0
* crypto: vmx - fix copy-paste error in CTR modeDaniel Axtens2019-03-221-2/+2