summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* crypto: s390 - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-17/+4
* crypto: des_generic - Forbid 2-key in 3DES and add helpersHerbert Xu2019-04-182-7/+47
* crypto: vmx - return correct error code on failed setkeyEric Biggers2019-04-184-12/+16
* crypto: arm64/aes-neonbs - don't access already-freed walk.ivEric Biggers2019-04-181-0/+2
* crypto: arm/aes-neonbs - don't access already-freed walk.ivEric Biggers2019-04-181-0/+2
* crypto: salsa20 - don't access already-freed walk.ivEric Biggers2019-04-181-1/+1
* crypto: lrw - don't access already-freed walk.ivEric Biggers2019-04-181-1/+3
* 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: testmgr - add panic_on_fail module parameterEric Biggers2019-04-081-2/+6
* crypto: arm64/cbcmac - handle empty messages in same way as templateEric Biggers2019-04-081-1/+1
* crypto: cts - don't support empty messagesEric Biggers2019-04-081-7/+11
* crypto: streebog - fix unaligned memory accessesEric Biggers2019-04-082-13/+17
* crypto: chacha20poly1305 - set cra_name correctlyEric Biggers2019-04-081-2/+2
* crypto: skcipher - don't WARN on unprocessed data after slow walk stepEric Biggers2019-04-081-2/+7
* crypto: x86/crct10dif-pcl - fix use via crypto_shash_digest()Eric Biggers2019-04-081-8/+5
* crypto: crct10dif-generic - fix use via crypto_shash_digest()Eric Biggers2019-04-081-7/+4
* 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: aes - Use ___cacheline_aligned for aes dataAndi Kleen2019-04-082-8/+8
* crypto: scompress - Use per-CPU struct instead multiple variablesSebastian Andrzej Siewior2019-04-081-71/+54
* crypto: scompress - return proper error code for allocation failureSebastian Andrzej Siewior2019-04-081-1/+3
* crypto: ccp - introduce SEV_GET_ID2 commandSingh, Brijesh2019-04-083-6/+82
* 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: fips - Grammar s/options/option/, s/to/the/Geert Uytterhoeven2019-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: Kconfig - fix typos AEGSI -> AEGISOndrej Mosnacek2019-03-221-3/+3
* crypto: salsa20-generic - use crypto_xor_cpy()Eric Biggers2019-03-221-5/+4
* crypto: chacha-generic - use crypto_xor_cpy()Eric Biggers2019-03-221-5/+3
* crypto: vmx - fix copy-paste error in CTR modeDaniel Axtens2019-03-221-2/+2
* crypto: ccree - reduce kernel stack usage with clangArnd Bergmann2019-03-221-1/+1