summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: serpent - mark __serpent_setkey_sbox noinlineArnd Bergmann2019-06-271-1/+7
* crypto: testmgr - dynamically allocate crypto_shashArnd Bergmann2019-06-271-6/+13
* crypto: testmgr - dynamically allocate testvec_configArnd Bergmann2019-06-271-11/+32
* crypto: talitos - eliminate unneeded 'done' functions at build timeChristophe Leroy2019-06-271-1/+1
* crypto: sun4i-ss - reduce stack usageArnd Bergmann2019-06-271-17/+30
* crypto: ccree - add HW engine config checkGilad Ben-Yossef2019-06-273-0/+38
* crypto: ccree - prevent isr handling in case driver is suspendedOfir Drang2019-06-273-0/+16
* crypto: ccree - check that cryptocell reset completedOfir Drang2019-06-274-1/+43
* crypto: ccree - Relocate driver irq registration after clk initofir.drang@arm.com2019-06-271-9/+9
* crypto: nx - no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-203-61/+26
* fs: cifs: switch to RC4 library interfaceArd Biesheuvel2019-06-203-48/+17
* ppp: mppe: switch to RC4 library interfaceArd Biesheuvel2019-06-202-85/+15
* crypto: arc4 - remove cipher implementationArd Biesheuvel2019-06-202-50/+16
* net/lib80211: move TKIP handling to ARC4 library codeArd Biesheuvel2019-06-202-31/+18
* net/lib80211: move WEP handling to ARC4 library codeArd Biesheuvel2019-06-202-38/+14
* net/mac80211: move WEP handling to ARC4 library interfaceArd Biesheuvel2019-06-2011-60/+30
* crypto: arc4 - refactor arc4 core code into separate libraryArd Biesheuvel2019-06-207-60/+95
* crypto: talitos - fix max key size for sha384 and sha512Christophe Leroy2019-06-201-1/+1
* crypto: vmx - Document CTR mode counter width quirksDaniel Axtens2019-06-201-2/+20
* crypto: caam - update IV using HW supportHoria Geantă2019-06-205-146/+163
* crypto: caam - use len instead of nents for bulding HW S/G tableHoria Geantă2019-06-208-99/+105
* hwrng: iproc-rng200 - Add support for 7211Florian Fainelli2019-06-201-0/+1
* dt-bindings: rng: Document BCM7211 RNG compatible stringFlorian Fainelli2019-06-201-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2019-06-206-129/+100
|\
| * crypto: hmac - fix memory leak in hmac_init_tfm()Eric Biggers2019-05-301-1/+3
| * crypto: jitterentropy - change back to module_init()Eric Biggers2019-05-301-1/+1
| * crypto: vmx - ghash: do nosimd fallback manuallyDaniel Axtens2019-05-171-125/+86
| * crypto: vmx - CTR: always increment IV as quadwordDaniel Axtens2019-05-171-1/+1
| * crypto: hash - fix incorrect HASH_MAX_DESCSIZEEric Biggers2019-05-172-1/+9
| * crypto: caam - fix typo in i.MX6 devices list for errataIuliana Prodan2019-05-171-1/+1
* | crypto: sahara - Use devm_platform_ioremap_resource()Fabio Estevam2019-06-131-3/+1
* | crypto: mxs-dcp - Use devm_platform_ioremap_resource()Fabio Estevam2019-06-131-4/+1
* | crypto: hisilicon - Use the correct style for SPDX License IdentifierNishad Kamdar2019-06-131-1/+1
* | crypto: qat - use struct_size() helperGustavo A. R. Silva2019-06-131-4/+2
* | ARM: dts: imx7ulp: add crypto supportIuliana Prodan2019-06-131-0/+23
* | crypto: cavium/nitrox - Use the correct style for SPDX License IdentifierNishad Kamdar2019-06-132-2/+2
* | crypto: bcm - Make some symbols staticYueHaibing2019-06-132-9/+9
* | crypto: chacha - constify ctx and iv argumentsEric Biggers2019-06-135-6/+6
* | crypto: chacha20poly1305 - a few cleanupsEric Biggers2019-06-131-30/+13
* | crypto: skcipher - make chunksize and walksize accessors internalEric Biggers2019-06-132-60/+60
* | crypto: skcipher - un-inline encrypt and decrypt functionsEric Biggers2019-06-132-30/+36
* | crypto: aead - un-inline encrypt and decrypt functionsEric Biggers2019-06-132-32/+38
* | crypto: x86/aesni - remove unused internal cipher algorithmEric Biggers2019-06-131-38/+7
* | crypto: doc - improve the skcipher API example codeEric Biggers2019-06-131-99/+77
* | crypto: testmgr - add some more preemption pointsEric Biggers2019-06-131-0/+6
* | crypto: algapi - require cra_name and cra_driver_nameEric Biggers2019-06-131-18/+4
* | crypto: make all generic algorithms set cra_driver_nameEric Biggers2019-06-1322-24/+55
* | crypto: chacha20poly1305 - fix atomic sleep when using async algorithmEric Biggers2019-06-061-11/+19
* | crypto: atmel-i2c - Fix build error while CRC16 set to mYueHaibing2019-06-061-0/+1
* | crypto: caam - disable some clock checks for iMX7ULPIuliana Prodan2019-06-061-2/+4