summaryrefslogtreecommitdiff
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: caam - Remove broken arc4 supportHerbert Xu2020-08-212-30/+0
* crypto: cpt - don't sleep of CRYPTO_TFM_REQ_MAY_SLEEP was not specifiedMikulas Patocka2020-08-193-6/+9
* crypto: ccp - Fix use of merged scatterlistsJohn Allen2020-08-192-11/+27
* crypto: qat - fix double free in qat_uclo_create_batch_init_listTom Rix2020-08-191-2/+7
* crypto: hisilicon - don't sleep of CRYPTO_TFM_REQ_MAY_SLEEP was not specifiedMikulas Patocka2020-08-191-16/+18
* crypto: ccree - fix resource leak on error pathGilad Ben-Yossef2020-08-191-12/+18
* crypto: ccp - Release all allocated memory if sha type is invalidNavid Emamdoost2020-08-051-1/+2
* crypto: atmel - Fix build error of CRYPTO_AUTHENCYueHaibing2020-07-221-4/+4
* crypto: atmel - Fix selection of CRYPTO_AUTHENCTudor Ambarus2020-07-221-1/+1
* crypto: omap-sham - add proper load balancing support for multicoreTero Kristo2020-06-241-33/+31
* crypto: stm32/crc32 - fix multi-instanceNicolas Toromanoff2020-06-221-12/+36
* crypto: stm32/crc32 - fix run-time self test issue.Nicolas Toromanoff2020-06-221-3/+3
* crypto: stm32/crc32 - fix ext4 chksum BUG_ON()Nicolas Toromanoff2020-06-221-50/+48
* Crypto/chcr: fix for ccm(aes) failed testDevulapally Shiva Krishna2020-06-221-1/+1
* crypto: ccp -- don't "select" CONFIG_DMADEVICESArnd Bergmann2020-06-221-2/+1
* crypto: virtio: Fix dest length calculation in __virtio_crypto_skcipher_do_req()Longpeng(Mike)2020-06-171-0/+1
* crypto: virtio: Fix src/dst scatterlist calculation in __virtio_crypto_skciph...Longpeng(Mike)2020-06-171-5/+10
* crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req()Longpeng(Mike)2020-06-171-2/+3
* crypto: cavium/nitrox - Fix 'nitrox_get_first_device()' when ndevlist is full...Christophe JAILLET2020-06-171-2/+2
* crypto: chelsio/chtls: properly set tp->lsndtimeEric Dumazet2020-06-031-1/+1
* crypto: caam - fix the address of the last entry of S/GIuliana Prodan2020-05-061-1/+1
* Crypto: chelsio - Fixes a hang issue during driver registrationAyush Sawal2020-05-021-2/+0
* crypto: ccree - dec auth tag size from cryptlen mapGilad Ben-Yossef2020-04-171-2/+6
* crypto: ccree - only try to map auth tag if neededGilad Ben-Yossef2020-04-171-2/+4
* crypto: ccree - protect against empty or NULL scatterlistsGilad Ben-Yossef2020-04-172-35/+28
* crypto: caam - update xts sector size for large input lengthAndrei Botila2020-04-171-2/+14
* crypto: caam/qi2 - fix chacha20 data size errorHoria Geantă2020-04-171-4/+10
* crypto: mxs-dcp - fix scatterlist linearization for hashRosioru Dragos2020-04-171-30/+28
* crypto: chtls - Fixed memory leakVinay Kumar Yadav2020-02-243-13/+38
* crypto: inside-secure - add unspecified HAS_IOMEM dependencyBrendan Higgins2020-02-241-1/+1
* crypto: caam/qi2 - fix typo in algorithm's driver nameHoria Geantă2020-02-141-1/+1
* 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-111-2/+13
* crypto: atmel-aes - Fix counter overflow in CTR modeTudor Ambarus2020-02-111-25/+12
* crypto: ccp - set max RSA modulus size for v3 platform devices as wellArd Biesheuvel2020-02-111-0/+1
* crypto: hisilicon - Use the offset fields in sqe to avoid need to split scatt...Jonathan Cameron2020-02-113-70/+27
* crypto: ccree - fix PM race conditionGilad Ben-Yossef2020-02-114-80/+7
* crypto: ccree - fix FDE descriptor sequenceOfir Drang2020-02-111-3/+45
* crypto: ccree - fix pm wrongful error reportingGilad Ben-Yossef2020-02-111-1/+1
* crypto: ccree - fix AEAD decrypt auth failGilad Ben-Yossef2020-02-111-1/+1
* crypto: ccree - fix backlog memory leakGilad Ben-Yossef2020-02-111-0/+1
* crypto: caam - do not reset pointer size from MCFGR registerIuliana Prodan2020-02-011-4/+2
* crypto: vmx - reject xts inputs that are too shortDaniel Axtens2020-02-011-0/+3
* crypto: chelsio - fix writing tfm flags to wrong placeEric Biggers2020-02-011-13/+3
* crypto: sun4i-ss - fix big endian issuesCorentin Labbe2020-01-261-10/+11
* crypto: amcc - restore CRYPTO_AES dependencyChristian Lamparter2020-01-261-0/+1
* crypto: geode-aes - convert to skcipher API and make thread-safeEric Biggers2020-01-172-306/+149
* crypto: virtio - implement missing support for output IVsArd Biesheuvel2020-01-171-0/+9
* crypto: hisilicon - select NEED_SG_DMA_LENGTH in qm KconfigZhou Wang2020-01-171-0/+1