aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-06-20net/mac80211: move WEP handling to ARC4 library interfaceGravatar Ard Biesheuvel 11-60/+30
2019-06-20crypto: arc4 - refactor arc4 core code into separate libraryGravatar Ard Biesheuvel 7-60/+95
2019-06-20crypto: talitos - fix max key size for sha384 and sha512Gravatar Christophe Leroy 1-1/+1
2019-06-20crypto: vmx - Document CTR mode counter width quirksGravatar Daniel Axtens 1-2/+20
2019-06-20crypto: caam - update IV using HW supportGravatar Horia Geantă 5-146/+163
2019-06-20crypto: caam - use len instead of nents for bulding HW S/G tableGravatar Horia Geantă 8-99/+105
2019-06-20hwrng: iproc-rng200 - Add support for 7211Gravatar Florian Fainelli 1-0/+1
2019-06-20dt-bindings: rng: Document BCM7211 RNG compatible stringGravatar Florian Fainelli 1-0/+1
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Herbert Xu 6-129/+100
2019-06-13crypto: sahara - Use devm_platform_ioremap_resource()Gravatar Fabio Estevam 1-3/+1
2019-06-13crypto: mxs-dcp - Use devm_platform_ioremap_resource()Gravatar Fabio Estevam 1-4/+1
2019-06-13crypto: hisilicon - Use the correct style for SPDX License IdentifierGravatar Nishad Kamdar 1-1/+1
2019-06-13crypto: qat - use struct_size() helperGravatar Gustavo A. R. Silva 1-4/+2
2019-06-13ARM: dts: imx7ulp: add crypto supportGravatar Iuliana Prodan 1-0/+23
2019-06-13crypto: cavium/nitrox - Use the correct style for SPDX License IdentifierGravatar Nishad Kamdar 2-2/+2
2019-06-13crypto: bcm - Make some symbols staticGravatar YueHaibing 2-9/+9
2019-06-13crypto: chacha - constify ctx and iv argumentsGravatar Eric Biggers 5-6/+6
2019-06-13crypto: chacha20poly1305 - a few cleanupsGravatar Eric Biggers 1-30/+13
2019-06-13crypto: skcipher - make chunksize and walksize accessors internalGravatar Eric Biggers 2-60/+60
2019-06-13crypto: skcipher - un-inline encrypt and decrypt functionsGravatar Eric Biggers 2-30/+36
2019-06-13crypto: aead - un-inline encrypt and decrypt functionsGravatar Eric Biggers 2-32/+38
2019-06-13crypto: x86/aesni - remove unused internal cipher algorithmGravatar Eric Biggers 1-38/+7
2019-06-13crypto: doc - improve the skcipher API example codeGravatar Eric Biggers 1-99/+77
2019-06-13crypto: testmgr - add some more preemption pointsGravatar Eric Biggers 1-0/+6
2019-06-13crypto: algapi - require cra_name and cra_driver_nameGravatar Eric Biggers 1-18/+4
2019-06-13crypto: make all generic algorithms set cra_driver_nameGravatar Eric Biggers 22-24/+55
2019-06-06crypto: chacha20poly1305 - fix atomic sleep when using async algorithmGravatar Eric Biggers 1-11/+19
2019-06-06crypto: atmel-i2c - Fix build error while CRC16 set to mGravatar YueHaibing 1-0/+1
2019-06-06crypto: caam - disable some clock checks for iMX7ULPGravatar Iuliana Prodan 1-2/+4
2019-06-06crypto: caam - limit output IV to CBC to work around CTR mode DMA issueGravatar Ard Biesheuvel 1-4/+5
2019-06-06crypto: atmel - Fix sparse endianness warningsGravatar Herbert Xu 2-3/+4
2019-06-06crypto: lrw - use correct alignmaskGravatar Eric Biggers 1-1/+1
2019-06-06crypto: ghash - fix unaligned memory access in ghash_setkey()Gravatar Eric Biggers 1-1/+7
2019-06-06crypto: xxhash - Implement xxhash supportGravatar Nikolay Borisov 5-0/+230
2019-06-06crypto: jitter - update implementation to 2.1.2Gravatar Stephan Müller 2-228/+82
2019-06-06crypto: testmgr - test the shash APIGravatar Eric Biggers 1-67/+335
2019-06-06crypto: arm64/sha2-ce - correct digest for empty data in finupGravatar Elena Petrova 1-1/+1
2019-06-06crypto: arm64/sha1-ce - correct digest for empty data in finupGravatar Elena Petrova 1-1/+1
2019-06-06crypto: caam - strip input without changing crypto requestGravatar Iuliana Prodan 2-14/+32
2019-06-06crypto: caam - fix pkcs1pad(rsa-caam, sha256) failure because of invalid inputGravatar Iuliana Prodan 2-17/+74
2019-06-06crypto: inside-secure - do not rely on the hardware last bit for result descr...Gravatar Antoine Tenart 1-6/+18
2019-06-06crypto: inside-secure - fix use of the SG listGravatar Antoine Tenart 2-30/+12
2019-06-06crypto: inside-secure - add support for HMAC updatesGravatar Antoine Tenart 2-22/+38
2019-06-06crypto: inside-secure - implement IV retrievalGravatar Antoine Tenart 2-7/+53
2019-06-06crypto: inside-secure - fix queued len computationGravatar Antoine Tenart 1-3/+5
2019-06-06crypto: inside-secure - fix zeroing of the request in ahash_exit_invGravatar Antoine Tenart 1-1/+1
2019-06-06crypto: inside-secure - unify cache resetGravatar Antoine Tenart 1-0/+2
2019-06-06crypto: inside-secure - enable context reuseGravatar Antoine Tenart 3-0/+16
2019-06-06crypto: inside-secure - change returned error when a descriptor reports an errorGravatar Antoine Tenart 1-1/+1
2019-06-06crypto: inside-secure - improve the result error format when displayedGravatar Antoine Tenart 1-1/+1