summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* crypto: testmgr - test the !may_use_simd() fallback codeEric Biggers2019-03-221-24/+92
* crypto: simd - convert to use crypto_simd_usable()Eric Biggers2019-03-221-4/+4
* crypto: arm64 - convert to use crypto_simd_usable()Eric Biggers2019-03-2215-34/+47
* crypto: arm - convert to use crypto_simd_usable()Eric Biggers2019-03-2210-19/+29
* crypto: x86 - convert to use crypto_simd_usable()Eric Biggers2019-03-2212-36/+44
* crypto: simd,testmgr - introduce crypto_simd_usable()Eric Biggers2019-03-222-1/+49
* crypto: arm64/gcm-aes-ce - fix no-NEON fallback codeEric Biggers2019-03-221-4/+6
* crypto: chacha-generic - fix use as arm64 no-NEON fallbackEric Biggers2019-03-221-1/+1
* hwrng: omap - Set default qualityRouven Czerwinski2019-03-221-0/+1
* crypto: testmgr - remove workaround for AEADs that modify aead_requestEric Biggers2019-03-221-3/+0
* crypto: x86/morus1280 - convert to use AEAD SIMD helpersEric Biggers2019-03-225-153/+37
* crypto: x86/morus640 - convert to use AEAD SIMD helpersEric Biggers2019-03-224-148/+30
* crypto: x86/aegis256 - convert to use AEAD SIMD helpersEric Biggers2019-03-222-128/+31
* crypto: x86/aegis128l - convert to use AEAD SIMD helpersEric Biggers2019-03-222-128/+31
* crypto: x86/aegis128 - convert to use AEAD SIMD helpersEric Biggers2019-03-222-128/+31