summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2020-04-29crypto: mxs-dcp - make symbols 'sha1_null_hash' and 'sha256_null_hash' staticWei Yongjun1-2/+2
2020-04-17crypto: ccree - only try to map auth tag if neededGilad Ben-Yossef1-2/+4
2020-04-17crypto: ccree - dec auth tag size from cryptlen mapGilad Ben-Yossef1-2/+6
2020-04-17crypto: ccree - don't mangle the request assoclenGilad Ben-Yossef3-26/+37
2020-04-17crypto: ccree - zero out internal struct before useGilad Ben-Yossef1-0/+16
2020-04-17crypto: ccree - improve error handlingHadar Gat1-39/+35
2020-04-17crypto: caam - update xts sector size for large input lengthAndrei Botila1-2/+14
2020-04-17crypto: mxs-dcp - fix scatterlist linearization for hashRosioru Dragos1-30/+28
2020-02-24crypto: chtls - Fixed memory leakVinay Kumar Yadav3-13/+38
2020-02-15crypto: atmel-sha - fix error handling when setting hmac keyEric Biggers1-6/+1
2020-02-15crypto: artpec6 - return correct error code for failed setkey()Eric Biggers1-1/+1
2020-02-11crypto: picoxcell - adjust the position of tasklet_init and fix missed taskle...Chuhong Yuan1-2/+13
2020-02-11crypto: atmel-aes - Fix counter overflow in CTR modeTudor Ambarus1-25/+12
2020-02-11crypto: ccp - set max RSA modulus size for v3 platform devices as wellArd Biesheuvel1-0/+1
2020-02-11crypto: ccree - fix PM race conditionGilad Ben-Yossef4-80/+7
2020-02-11crypto: ccree - fix pm wrongful error reportingGilad Ben-Yossef1-1/+1
2020-02-11crypto: ccree - fix backlog memory leakGilad Ben-Yossef1-0/+1
2020-02-11crypto: geode-aes - convert to skcipher API and make thread-safeEric Biggers2-308/+149
2020-02-01crypto: chelsio - fix writing tfm flags to wrong placeEric Biggers1-13/+3
2020-01-29crypto: geode-aes - switch to skcipher for cbc(aes) fallbackArd Biesheuvel2-24/+35
2020-01-27crypto: hisilicon - Matching the dma address for dma_pool_free()Yunfeng Ye1-25/+19
2020-01-27crypto: caam - free resources in case caam_rng registration failedIuliana Prodan1-1/+4
2020-01-27crypto: ccp - Reduce maximum stack usageArnd Bergmann1-21/+31
2020-01-27crypto: inside-secure - fix queued len computationAntoine Tenart1-3/+5
2020-01-27crypto: inside-secure - fix zeroing of the request in ahash_exit_invAntoine Tenart1-1/+1
2020-01-27crypto: talitos - fix AEAD processing.Christophe Leroy2-105/+55
2020-01-27crypto: ccp - Fix 3DES complaint from ccp-crypto moduleHook, Gary1-11/+4
2020-01-27crypto: ccp - fix AES CFB error exposed by new test vectorsHook, Gary1-4/+4
2020-01-27crypto: caam - fix caam_dump_sg that iterates through scatterlistIuliana Prodan1-1/+1
2020-01-27crypto: ccree - reduce kernel stack usage with clangArnd Bergmann1-1/+1
2020-01-27crypto: crypto4xx - Fix wrong ppc4xx_trng_probe()/ppc4xx_trng_remove() argumentsCorentin Labbe1-2/+2
2020-01-27crypto: brcm - Fix some set-but-not-used warningYueHaibing1-5/+1
2020-01-27crypto: sun4i-ss - fix big endian issuesCorentin Labbe1-10/+11
2020-01-17crypto: virtio - implement missing support for output IVsArd Biesheuvel1-0/+9
2019-12-31crypto: vmx - Avoid weird build failuresMichael Ellerman1-3/+3
2019-12-31crypto: sun4i-ss - Fix 64-bit size_t warnings on sun4i-ss-hash.cCorentin Labbe1-6/+6
2019-12-31crypto: sun4i-ss - Fix 64-bit size_t warningsHerbert Xu1-8/+14
2019-12-31crypto: virtio - deal with unsupported input sizesArd Biesheuvel1-2/+10
2019-12-31crypto: atmel - Fix authenc support when it is set to mHerbert Xu3-11/+11
2019-12-13crypto: ccp - fix uninitialized list headMark Salter1-0/+1
2019-12-13crypto: atmel-aes - Fix IV handling when req->nbytes < ivsizeTudor Ambarus1-23/+30
2019-12-13crypto: crypto4xx - fix double-free in crypto4xx_destroy_sdrChristian Lamparter1-5/+1
2019-12-13crypto: bcm - fix normal/non key hash algorithm failureRaveendra Padasalagi1-1/+5
2019-12-05crypto: stm32/hash - Fix hmac issue more than 256 bytesLionel Debieve1-1/+1
2019-12-05crypto: mxc-scc - fix build warnings on ARM64Fabio Estevam1-6/+6
2019-12-05crypto/chelsio/chtls: listen fails with multiadaptAtul Gupta2-19/+36
2019-12-01crypto: ccree - avoid implicit enum conversionNathan Chancellor1-4/+2
2019-11-24crypto: mxs-dcp - Fix AES issuesRadu Solea1-2/+31
2019-11-24crypto: mxs-dcp - Fix SHA null hashes and output lengthRadu Solea1-10/+37
2019-11-20crypto: s5p-sss: Fix Fix argument list alignmentChristoph Manszewski1-2/+2