summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2020-08-21crypto: caam - Remove broken arc4 supportHerbert Xu2-30/+0
2020-08-19crypto: cpt - don't sleep of CRYPTO_TFM_REQ_MAY_SLEEP was not specifiedMikulas Patocka3-6/+9
2020-08-19crypto: ccp - Fix use of merged scatterlistsJohn Allen2-11/+27
2020-08-19crypto: qat - fix double free in qat_uclo_create_batch_init_listTom Rix1-2/+7
2020-08-19crypto: hisilicon - don't sleep of CRYPTO_TFM_REQ_MAY_SLEEP was not specifiedMikulas Patocka1-16/+18
2020-08-19crypto: ccree - fix resource leak on error pathGilad Ben-Yossef1-12/+18
2020-08-05crypto: ccp - Release all allocated memory if sha type is invalidNavid Emamdoost1-1/+2
2020-07-22crypto: atmel - Fix build error of CRYPTO_AUTHENCYueHaibing1-4/+4
2020-07-22crypto: atmel - Fix selection of CRYPTO_AUTHENCTudor Ambarus1-1/+1
2020-06-24crypto: omap-sham - add proper load balancing support for multicoreTero Kristo1-33/+31
2020-06-22crypto: stm32/crc32 - fix multi-instanceNicolas Toromanoff1-12/+36
2020-06-22crypto: stm32/crc32 - fix run-time self test issue.Nicolas Toromanoff1-3/+3
2020-06-22crypto: stm32/crc32 - fix ext4 chksum BUG_ON()Nicolas Toromanoff1-50/+48
2020-06-22Crypto/chcr: fix for ccm(aes) failed testDevulapally Shiva Krishna1-1/+1
2020-06-22crypto: ccp -- don't "select" CONFIG_DMADEVICESArnd Bergmann1-2/+1
2020-06-17crypto: virtio: Fix dest length calculation in __virtio_crypto_skcipher_do_req()Longpeng(Mike)1-0/+1
2020-06-17crypto: virtio: Fix src/dst scatterlist calculation in __virtio_crypto_skciph...Longpeng(Mike)1-5/+10
2020-06-17crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req()Longpeng(Mike)1-2/+3
2020-06-17crypto: cavium/nitrox - Fix 'nitrox_get_first_device()' when ndevlist is full...Christophe JAILLET1-2/+2
2020-06-03crypto: chelsio/chtls: properly set tp->lsndtimeEric Dumazet1-1/+1
2020-05-06crypto: caam - fix the address of the last entry of S/GIuliana Prodan1-1/+1
2020-05-02Crypto: chelsio - Fixes a hang issue during driver registrationAyush Sawal1-2/+0
2020-04-17crypto: ccree - dec auth tag size from cryptlen mapGilad Ben-Yossef1-2/+6
2020-04-17crypto: ccree - only try to map auth tag if neededGilad Ben-Yossef1-2/+4
2020-04-17crypto: ccree - protect against empty or NULL scatterlistsGilad Ben-Yossef2-35/+28
2020-04-17crypto: caam - update xts sector size for large input lengthAndrei Botila1-2/+14
2020-04-17crypto: caam/qi2 - fix chacha20 data size errorHoria Geantă1-4/+10
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-24crypto: inside-secure - add unspecified HAS_IOMEM dependencyBrendan Higgins1-1/+1
2020-02-15crypto: caam/qi2 - fix typo in algorithm's driver nameHoria Geantă1-1/+1
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: hisilicon - Use the offset fields in sqe to avoid need to split scatt...Jonathan Cameron3-70/+27
2020-02-11crypto: ccree - fix PM race conditionGilad Ben-Yossef4-80/+7
2020-02-11crypto: ccree - fix FDE descriptor sequenceOfir Drang1-3/+45
2020-02-11crypto: ccree - fix pm wrongful error reportingGilad Ben-Yossef1-1/+1
2020-02-11crypto: ccree - fix AEAD decrypt auth failGilad Ben-Yossef1-1/+1
2020-02-11crypto: ccree - fix backlog memory leakGilad Ben-Yossef1-0/+1
2020-02-01crypto: caam - do not reset pointer size from MCFGR registerIuliana Prodan1-4/+2
2020-02-01crypto: vmx - reject xts inputs that are too shortDaniel Axtens1-0/+3
2020-02-01crypto: chelsio - fix writing tfm flags to wrong placeEric Biggers1-13/+3
2020-01-26crypto: sun4i-ss - fix big endian issuesCorentin Labbe1-10/+11
2020-01-26crypto: amcc - restore CRYPTO_AES dependencyChristian Lamparter1-0/+1
2020-01-17crypto: geode-aes - convert to skcipher API and make thread-safeEric Biggers2-306/+149
2020-01-17crypto: virtio - implement missing support for output IVsArd Biesheuvel1-0/+9
2020-01-17crypto: hisilicon - select NEED_SG_DMA_LENGTH in qm KconfigZhou Wang1-0/+1