summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-20crypto: arc4 - remove cipher implementationArd Biesheuvel
2019-06-20net/lib80211: move TKIP handling to ARC4 library codeArd Biesheuvel
2019-06-20net/lib80211: move WEP handling to ARC4 library codeArd Biesheuvel
2019-06-20net/mac80211: move WEP handling to ARC4 library interfaceArd Biesheuvel
2019-06-20crypto: arc4 - refactor arc4 core code into separate libraryArd Biesheuvel
2019-06-20crypto: talitos - fix max key size for sha384 and sha512Christophe Leroy
2019-06-20crypto: vmx - Document CTR mode counter width quirksDaniel Axtens
2019-06-20crypto: caam - update IV using HW supportHoria Geantă
2019-06-20crypto: caam - use len instead of nents for bulding HW S/G tableHoria Geantă
2019-06-20hwrng: iproc-rng200 - Add support for 7211Florian Fainelli
2019-06-20dt-bindings: rng: Document BCM7211 RNG compatible stringFlorian Fainelli
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2019-06-13crypto: sahara - Use devm_platform_ioremap_resource()Fabio Estevam
2019-06-13crypto: mxs-dcp - Use devm_platform_ioremap_resource()Fabio Estevam
2019-06-13crypto: hisilicon - Use the correct style for SPDX License IdentifierNishad Kamdar
2019-06-13crypto: qat - use struct_size() helperGustavo A. R. Silva
2019-06-13ARM: dts: imx7ulp: add crypto supportIuliana Prodan
2019-06-13crypto: cavium/nitrox - Use the correct style for SPDX License IdentifierNishad Kamdar
2019-06-13crypto: bcm - Make some symbols staticYueHaibing
2019-06-13crypto: chacha - constify ctx and iv argumentsEric Biggers
2019-06-13crypto: chacha20poly1305 - a few cleanupsEric Biggers
2019-06-13crypto: skcipher - make chunksize and walksize accessors internalEric Biggers
2019-06-13crypto: skcipher - un-inline encrypt and decrypt functionsEric Biggers
2019-06-13crypto: aead - un-inline encrypt and decrypt functionsEric Biggers
2019-06-13crypto: x86/aesni - remove unused internal cipher algorithmEric Biggers
2019-06-13crypto: doc - improve the skcipher API example codeEric Biggers
2019-06-13crypto: testmgr - add some more preemption pointsEric Biggers
2019-06-13crypto: algapi - require cra_name and cra_driver_nameEric Biggers
2019-06-13crypto: make all generic algorithms set cra_driver_nameEric Biggers
2019-06-06crypto: chacha20poly1305 - fix atomic sleep when using async algorithmEric Biggers
2019-06-06crypto: atmel-i2c - Fix build error while CRC16 set to mYueHaibing
2019-06-06crypto: caam - disable some clock checks for iMX7ULPIuliana Prodan
2019-06-06crypto: caam - limit output IV to CBC to work around CTR mode DMA issueArd Biesheuvel
2019-06-06crypto: atmel - Fix sparse endianness warningsHerbert Xu
2019-06-06crypto: lrw - use correct alignmaskEric Biggers
2019-06-06crypto: ghash - fix unaligned memory access in ghash_setkey()Eric Biggers
2019-06-06crypto: xxhash - Implement xxhash supportNikolay Borisov
2019-06-06crypto: jitter - update implementation to 2.1.2Stephan Müller
2019-06-06crypto: testmgr - test the shash APIEric Biggers
2019-06-06crypto: arm64/sha2-ce - correct digest for empty data in finupElena Petrova
2019-06-06crypto: arm64/sha1-ce - correct digest for empty data in finupElena Petrova
2019-06-06crypto: caam - strip input without changing crypto requestIuliana Prodan
2019-06-06crypto: caam - fix pkcs1pad(rsa-caam, sha256) failure because of invalid inputIuliana Prodan
2019-06-06crypto: inside-secure - do not rely on the hardware last bit for result descr...Antoine Tenart
2019-06-06crypto: inside-secure - fix use of the SG listAntoine Tenart
2019-06-06crypto: inside-secure - add support for HMAC updatesAntoine Tenart
2019-06-06crypto: inside-secure - implement IV retrievalAntoine Tenart
2019-06-06crypto: inside-secure - fix queued len computationAntoine Tenart
2019-06-06crypto: inside-secure - fix zeroing of the request in ahash_exit_invAntoine Tenart
2019-06-06crypto: inside-secure - unify cache resetAntoine Tenart