summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | crypto: caam - limit output IV to CBC to work around CTR mode DMA issueArd Biesheuvel2019-06-061-4/+5
* | crypto: atmel - Fix sparse endianness warningsHerbert Xu2019-06-062-3/+4
* | crypto: lrw - use correct alignmaskEric Biggers2019-06-061-1/+1
* | crypto: ghash - fix unaligned memory access in ghash_setkey()Eric Biggers2019-06-061-1/+7
* | crypto: xxhash - Implement xxhash supportNikolay Borisov2019-06-065-0/+230
* | crypto: jitter - update implementation to 2.1.2Stephan Müller2019-06-062-228/+82
* | crypto: testmgr - test the shash APIEric Biggers2019-06-061-67/+335
* | crypto: arm64/sha2-ce - correct digest for empty data in finupElena Petrova2019-06-061-1/+1
* | crypto: arm64/sha1-ce - correct digest for empty data in finupElena Petrova2019-06-061-1/+1
* | crypto: caam - strip input without changing crypto requestIuliana Prodan2019-06-062-14/+32
* | crypto: caam - fix pkcs1pad(rsa-caam, sha256) failure because of invalid inputIuliana Prodan2019-06-062-17/+74
* | crypto: inside-secure - do not rely on the hardware last bit for result descr...Antoine Tenart2019-06-061-6/+18
* | crypto: inside-secure - fix use of the SG listAntoine Tenart2019-06-062-30/+12