summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: omap-sham - add proper load balancing support for multicoreTero Kristo2020-06-251-33/+31
* Crypto/chcr: fix for ccm(aes) failed testDevulapally Shiva Krishna2020-06-201-1/+1
* crypto: ccp -- don't "select" CONFIG_DMADEVICESArnd Bergmann2020-06-201-2/+1
* crypto: virtio: Fix dest length calculation in __virtio_crypto_skcipher_do_req()Longpeng(Mike)2020-06-201-0/+1
* crypto: virtio: Fix src/dst scatterlist calculation in __virtio_crypto_skciph...Longpeng(Mike)2020-06-201-5/+10
* crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req()Longpeng(Mike)2020-06-201-2/+3
* crypto: cavium/nitrox - Fix 'nitrox_get_first_device()' when ndevlist is full...Christophe JAILLET2020-06-201-2/+2
* crypto: talitos - fix ECB and CBC algs ivsizeSu Kang Yin2020-06-201-1/+1
* crypto: mxs-dcp - make symbols 'sha1_null_hash' and 'sha256_null_hash' staticWei Yongjun2020-05-021-2/+2
* crypto: caam - update xts sector size for large input lengthAndrei Botila2020-04-241-2/+14
* crypto: mxs-dcp - fix scatterlist linearization for hashRosioru Dragos2020-04-241-30/+28
* crypto: atmel-sha - fix error handling when setting hmac keyEric Biggers2020-02-141-6/+1
* crypto: artpec6 - return correct error code for failed setkey()Eric Biggers2020-02-141-1/+1
* crypto: picoxcell - adjust the position of tasklet_init and fix missed taskle...Chuhong Yuan2020-02-141-2/+13
* crypto: atmel-aes - Fix counter overflow in CTR modeTudor Ambarus2020-02-141-25/+12
* crypto: ccp - set max RSA modulus size for v3 platform devices as wellArd Biesheuvel2020-02-141-0/+1
* crypto: chelsio - fix writing tfm flags to wrong placeEric Biggers2020-02-051-13/+3
* crypto: caam - free resources in case caam_rng registration failedIuliana Prodan2020-01-271-1/+4
* crypto: ccp - Reduce maximum stack usageArnd Bergmann2020-01-271-21/+31
* crypto: ccp - Fix 3DES complaint from ccp-crypto moduleHook, Gary2020-01-271-11/+4
* crypto: ccp - fix AES CFB error exposed by new test vectorsHook, Gary2020-01-271-4/+4
* crypto: caam - fix caam_dump_sg that iterates through scatterlistIuliana Prodan2020-01-271-1/+1
* crypto: crypto4xx - Fix wrong ppc4xx_trng_probe()/ppc4xx_trng_remove() argumentsCorentin Labbe2020-01-271-2/+2
* crypto: brcm - Fix some set-but-not-used warningYueHaibing2020-01-271-5/+1
* crypto: sun4i-ss - fix big endian issuesCorentin Labbe2020-01-271-10/+11
* crypto: vmx - Avoid weird build failuresMichael Ellerman2019-12-311-3/+3
* crypto: sun4i-ss - Fix 64-bit size_t warnings on sun4i-ss-hash.cCorentin Labbe2019-12-311-6/+6
* crypto: sun4i-ss - Fix 64-bit size_t warningsHerbert Xu2019-12-311-8/+14
* crypto: virtio - deal with unsupported input sizesArd Biesheuvel2019-12-311-2/+10
* crypto: ccp - fix uninitialized list headMark Salter2019-12-171-0/+1
* crypto: crypto4xx - fix double-free in crypto4xx_destroy_sdrChristian Lamparter2019-12-171-5/+1
* crypto: bcm - fix normal/non key hash algorithm failureRaveendra Padasalagi2019-12-171-1/+5
* crypto: stm32/hash - Fix hmac issue more than 256 bytesLionel Debieve2019-12-051-1/+1
* crypto: mxc-scc - fix build warnings on ARM64Fabio Estevam2019-12-051-6/+6
* crypto: mxs-dcp - Fix AES issuesRadu Solea2019-11-241-2/+31
* crypto: mxs-dcp - Fix SHA null hashes and output lengthRadu Solea2019-11-241-10/+37
* crypto: s5p-sss: Fix Fix argument list alignmentChristoph Manszewski2019-11-201-2/+2
* crypto: caam - fix concurrency issue in givencrypt descriptorHoria Geantă2019-10-112-1/+10
* crypto: cavium/zip - Add missing single_release()Wei Yongjun2019-10-111-0/+3
* crypto: qat - Silence smp_processor_id() warningAlexander Sverdlin2019-10-111-1/+1
* crypto: talitos - fix missing break in switch statementGustavo A. R. Silva2019-10-051-0/+1
* crypto: talitos - HMAC SNOOP NO AFEU mode requires SW icv checking.Christophe Leroy2019-09-191-1/+2
* crypto: talitos - Do not modify req->cryptlen on decryption.Christophe Leroy2019-09-191-14/+17
* crypto: talitos - fix ECB algs ivsizeChristophe Leroy2019-09-191-1/+0
* crypto: talitos - check data blocksize in ablkcipher.Christophe Leroy2019-09-191-0/+16
* crypto: talitos - fix CTR alg blocksizeChristophe Leroy2019-09-191-1/+1
* crypto: talitos - check AES key sizeChristophe Leroy2019-09-191-0/+14
* crypto: ccp - Ignore unconfigured CCP device on suspend/resumeGary R Hook2019-09-061-0/+8
* crypto: ccp - Add support for valid authsize values less than 16Gary R Hook2019-08-162-5/+35
* crypto: ccp - Validate buffer lengths for copy operationsGary R Hook2019-08-161-30/+78