summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-06-27crypto: asymmetric_keys - select CRYPTO_HASH where neededArnd Bergmann1-0/+3
2019-06-27crypto: serpent - mark __serpent_setkey_sbox noinlineArnd Bergmann1-1/+7
2019-06-27crypto: testmgr - dynamically allocate crypto_shashArnd Bergmann1-6/+13
2019-06-27crypto: testmgr - dynamically allocate testvec_configArnd Bergmann1-11/+32
2019-06-27crypto: talitos - eliminate unneeded 'done' functions at build timeChristophe Leroy1-1/+1
2019-06-27crypto: sun4i-ss - reduce stack usageArnd Bergmann1-17/+30
2019-06-27crypto: ccree - add HW engine config checkGilad Ben-Yossef3-0/+38
2019-06-27crypto: ccree - prevent isr handling in case driver is suspendedOfir Drang3-0/+16
2019-06-27crypto: ccree - check that cryptocell reset completedOfir Drang4-1/+43
2019-06-27crypto: ccree - Relocate driver irq registration after clk initofir.drang@arm.com1-9/+9
2019-06-20crypto: nx - no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-61/+26
2019-06-20fs: cifs: switch to RC4 library interfaceArd Biesheuvel3-48/+17
2019-06-20ppp: mppe: switch to RC4 library interfaceArd Biesheuvel2-85/+15
2019-06-20crypto: arc4 - remove cipher implementationArd Biesheuvel2-50/+16
2019-06-20net/lib80211: move TKIP handling to ARC4 library codeArd Biesheuvel2-31/+18
2019-06-20net/lib80211: move WEP handling to ARC4 library codeArd Biesheuvel2-38/+14
2019-06-20net/mac80211: move WEP handling to ARC4 library interfaceArd Biesheuvel11-60/+30
2019-06-20crypto: arc4 - refactor arc4 core code into separate libraryArd Biesheuvel7-60/+95
2019-06-20crypto: talitos - fix max key size for sha384 and sha512Christophe Leroy1-1/+1
2019-06-20crypto: vmx - Document CTR mode counter width quirksDaniel Axtens1-2/+20
2019-06-20crypto: caam - update IV using HW supportHoria Geantă5-146/+163
2019-06-20crypto: caam - use len instead of nents for bulding HW S/G tableHoria Geantă8-99/+105
2019-06-20hwrng: iproc-rng200 - Add support for 7211Florian Fainelli1-0/+1
2019-06-20dt-bindings: rng: Document BCM7211 RNG compatible stringFlorian Fainelli1-0/+1
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu6-129/+100
2019-06-13crypto: sahara - Use devm_platform_ioremap_resource()Fabio Estevam1-3/+1
2019-06-13crypto: mxs-dcp - Use devm_platform_ioremap_resource()Fabio Estevam1-4/+1
2019-06-13crypto: hisilicon - Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2019-06-13crypto: qat - use struct_size() helperGustavo A. R. Silva1-4/+2
2019-06-13ARM: dts: imx7ulp: add crypto supportIuliana Prodan1-0/+23
2019-06-13crypto: cavium/nitrox - Use the correct style for SPDX License IdentifierNishad Kamdar2-2/+2
2019-06-13crypto: bcm - Make some symbols staticYueHaibing2-9/+9
2019-06-13crypto: chacha - constify ctx and iv argumentsEric Biggers5-6/+6
2019-06-13crypto: chacha20poly1305 - a few cleanupsEric Biggers1-30/+13
2019-06-13crypto: skcipher - make chunksize and walksize accessors internalEric Biggers2-60/+60
2019-06-13crypto: skcipher - un-inline encrypt and decrypt functionsEric Biggers2-30/+36
2019-06-13crypto: aead - un-inline encrypt and decrypt functionsEric Biggers2-32/+38
2019-06-13crypto: x86/aesni - remove unused internal cipher algorithmEric Biggers1-38/+7
2019-06-13crypto: doc - improve the skcipher API example codeEric Biggers1-99/+77
2019-06-13crypto: testmgr - add some more preemption pointsEric Biggers1-0/+6
2019-06-13crypto: algapi - require cra_name and cra_driver_nameEric Biggers1-18/+4
2019-06-13crypto: make all generic algorithms set cra_driver_nameEric Biggers22-24/+55
2019-06-06crypto: chacha20poly1305 - fix atomic sleep when using async algorithmEric Biggers1-11/+19
2019-06-06crypto: atmel-i2c - Fix build error while CRC16 set to mYueHaibing1-0/+1
2019-06-06crypto: caam - disable some clock checks for iMX7ULPIuliana Prodan1-2/+4
2019-06-06crypto: caam - limit output IV to CBC to work around CTR mode DMA issueArd Biesheuvel1-4/+5
2019-06-06crypto: atmel - Fix sparse endianness warningsHerbert Xu2-3/+4
2019-06-06crypto: lrw - use correct alignmaskEric Biggers1-1/+1
2019-06-06crypto: ghash - fix unaligned memory access in ghash_setkey()Eric Biggers1-1/+7
2019-06-06crypto: xxhash - Implement xxhash supportNikolay Borisov5-0/+230