aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-04-16crypto: mxc-scc - Remove broken driverHerbert Xu3-777/+0
2019-04-15hwrng: stm32 - set default random qualityLionel Debieve1-0/+1
2019-04-15hwrng: stm32 - fix unbalanced pm_runtime_enableLionel Debieve1-0/+8
2019-04-08crypto: testmgr - add panic_on_fail module parameterEric Biggers1-2/+6
2019-04-08crypto: arm64/cbcmac - handle empty messages in same way as templateEric Biggers1-1/+1
2019-04-08crypto: cts - don't support empty messagesEric Biggers1-7/+11
2019-04-08crypto: streebog - fix unaligned memory accessesEric Biggers2-13/+17
2019-04-08crypto: chacha20poly1305 - set cra_name correctlyEric Biggers1-2/+2
2019-04-08crypto: skcipher - don't WARN on unprocessed data after slow walk stepEric Biggers1-2/+7
2019-04-08crypto: x86/crct10dif-pcl - fix use via crypto_shash_digest()Eric Biggers1-8/+5
2019-04-08crypto: crct10dif-generic - fix use via crypto_shash_digest()Eric Biggers1-7/+4
2019-04-08crypto: nx842 - remove set but not used variables 'dpadding' and 'max_sync_size'YueHaibing2-6/+3
2019-04-08crypto: mxs-dcp - return errcode in mxs_dcp_aes_enqueue and dcp_sha_update_fxYueHaibing1-2/+2
2019-04-08crypto: marvell - remove set but not used variable 'index'YueHaibing1-2/+1
2019-04-08crypto: ccp - Use kmemdup in ccp_copy_and_save_keypart()YueHaibing1-2/+1
2019-04-08crypto: aes - Use ___cacheline_aligned for aes dataAndi Kleen2-8/+8
2019-04-08crypto: scompress - Use per-CPU struct instead multiple variablesSebastian Andrzej Siewior1-71/+54
2019-04-08crypto: scompress - return proper error code for allocation failureSebastian Andrzej Siewior1-1/+3
2019-04-08crypto: ccp - introduce SEV_GET_ID2 commandSingh, Brijesh3-6/+82
2019-04-08crypto: caam/qi - Change a couple IS_ERR_OR_NULL() checks to IS_ERR()Dan Carpenter1-2/+2
2019-04-08crypto: cavium/nitrox - Added rfc4106(gcm(aes)) cipher supportNagadheeraj Rottela2-83/+300
2019-03-28crypto: caam - limit AXI pipeline to a depth of 1Iuliana Prodan1-0/+20
2019-03-28crypto: caam/jr - Remove extra memory barrier during job ring enqueueVakul Garg1-2/+4
2019-03-28crypto: caam/jr - Removed redundant vars from job ring private dataVakul Garg2-7/+1
2019-03-28crypto: caam/jr - Remove spinlock for output job ringVakul Garg2-7/+1
2019-03-28crypto: vmx - Make p8_init and p8_exit staticYueHaibing1-2/+2
2019-03-28crypto: fips - Grammar s/options/option/, s/to/the/Geert Uytterhoeven1-2/+2
2019-03-28crypto: cavium - Make cptvf_device_init staticYueHaibing1-1/+1
2019-03-28crypto: bcm - remove unused array tag_to_hash_idxYueHaibing1-3/+0
2019-03-28crypto: zip - Make some functions staticYueHaibing1-4/+4
2019-03-28crypto: ccp - Make ccp_register_rsa_alg staticYueHaibing1-1/+2
2019-03-28crypto: cavium - Make some functions staticYueHaibing1-3/+3
2019-03-28crypto: cavium - remove unused fucntionsYueHaibing1-17/+0
2019-03-22crypto: Kconfig - fix typos AEGSI -> AEGISOndrej Mosnacek1-3/+3
2019-03-22crypto: salsa20-generic - use crypto_xor_cpy()Eric Biggers1-5/+4
2019-03-22crypto: chacha-generic - use crypto_xor_cpy()Eric Biggers1-5/+3
2019-03-22crypto: vmx - fix copy-paste error in CTR modeDaniel Axtens1-2/+2
2019-03-22crypto: ccree - reduce kernel stack usage with clangArnd Bergmann1-1/+1
2019-03-22crypto: testmgr - test the !may_use_simd() fallback codeEric Biggers1-24/+92
2019-03-22crypto: simd - convert to use crypto_simd_usable()Eric Biggers1-4/+4
2019-03-22crypto: arm64 - convert to use crypto_simd_usable()Eric Biggers15-34/+47
2019-03-22crypto: arm - convert to use crypto_simd_usable()Eric Biggers10-19/+29
2019-03-22crypto: x86 - convert to use crypto_simd_usable()Eric Biggers12-36/+44
2019-03-22crypto: simd,testmgr - introduce crypto_simd_usable()Eric Biggers2-1/+49
2019-03-22crypto: arm64/gcm-aes-ce - fix no-NEON fallback codeEric Biggers1-4/+6
2019-03-22crypto: chacha-generic - fix use as arm64 no-NEON fallbackEric Biggers1-1/+1
2019-03-22hwrng: omap - Set default qualityRouven Czerwinski1-0/+1
2019-03-22crypto: testmgr - remove workaround for AEADs that modify aead_requestEric Biggers1-3/+0
2019-03-22crypto: x86/morus1280 - convert to use AEAD SIMD helpersEric Biggers5-153/+37
2019-03-22crypto: x86/morus640 - convert to use AEAD SIMD helpersEric Biggers4-148/+30