summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* crypto: ccp - Ignore tag length when decrypting GCM ciphertextGary R Hook2019-08-161-2/+1
* crypto: ccp - Fix oops by properly managing allocated structuresGary R Hook2019-08-161-2/+2
* crypto: caam - limit output IV to CBC to work around CTR mode DMA issueArd Biesheuvel2019-07-311-6/+9
* crypto: crypto4xx - fix a potential double free in ppc4xx_trng_probeWen Yang2019-07-311-1/+0
* crypto: ccp/gcm - use const time tag comparison.Cfir Cohen2019-07-311-1/+2
* crypto: ccp - memset structure fields to zero before reuseHook, Gary2019-07-311-1/+11
* crypto: ccp - Validate the the error value used to index error messagesHook, Gary2019-07-312-46/+52
* crypto: talitos - Align SEC1 accesses to 32 bits boundaries.Christophe Leroy2019-07-311-1/+4