summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2021-07-20crypto: nx - Fix RCU warning in nx842_OF_upd_statusHerbert Xu1-3/+5
2021-07-20crypto: ccp - Fix a resource leak in an error handling pathChristophe JAILLET1-2/+4
2021-07-20crypto: ux500 - Fix error return code in hash_hw_final()Zhen Lei1-0/+1
2021-07-20crypto: ixp4xx - dma_unmap the correct addressCorentin Labbe1-1/+1
2021-07-20crypto: qat - remove unused macro in FW loaderJack Xu1-1/+0
2021-07-20crypto: qat - check return code of qat_hal_rd_rel_reg()Jack Xu1-1/+5
2021-07-20crypto: nx - add missing MODULE_DEVICE_TABLEBixuan Cui1-0/+1
2021-05-22crypto: qat - Fix a double free in adf_create_ringLv Yunlong1-0/+1
2021-05-22crypto: qat - fix error path in adf_isr_resource_alloc()Giovanni Cabiddu1-8/+21
2021-05-22crypto: qat - ADF_STATUS_PF_RUNNING should be set after adf_dev_initTong Zhang3-6/+6
2021-05-22crypto: qat - don't release uninitialized resourcesTong Zhang1-4/+13
2021-03-03crypto: sun4i-ss - handle BigEndian for cipherCorentin Labbe1-6/+6
2021-03-03crypto: sun4i-ss - checking sg length is not sufficientCorentin Labbe1-2/+2
2021-03-03crypto: bcm - Rename struct device_private to bcm_device_privateJiri Olsa3-4/+4
2021-03-03crypto: sun4i-ss - fix kmap usageCorentin Labbe1-44/+65
2020-12-29crypto: omap-aes - Fix PM disable depth imbalance in omap_aes_probeZhang Qilong1-1/+2
2020-12-29crypto: talitos - Fix return type of current_desc_hdr()Christophe Leroy1-3/+3
2020-10-29crypto: ccp - fix error handlingPavel Machek1-1/+1
2020-10-29cypto: mediatek - fix leaks in mtk_desc_ring_allocXiaoliang Pang1-2/+2
2020-10-29crypto: omap-sham - fix digcnt register handling with export/importTero Kristo1-0/+3
2020-10-29crypto: ixp4xx - Fix the size used in a 'dma_free_coherent()' callChristophe JAILLET1-1/+1
2020-10-29crypto: mediatek - Fix wrong return value in mtk_desc_ring_alloc()Tianjia Zhang1-2/+2
2020-10-17crypto: qat - check cipher length for aead AES-CBC-HMAC-SHADominik Przychodni1-1/+9
2020-10-17crypto: bcm - Verify GCM/CCM key length in setkeyHerbert Xu1-1/+14
2020-08-21crypto: cpt - don't sleep of CRYPTO_TFM_REQ_MAY_SLEEP was not specifiedMikulas Patocka3-6/+9
2020-08-21crypto: ccp - Fix use of merged scatterlistsJohn Allen2-11/+27
2020-08-21crypto: qat - fix double free in qat_uclo_create_batch_init_listTom Rix1-2/+7
2020-08-05crypto: ccp - Release all allocated memory if sha type is invalidNavid Emamdoost1-1/+2
2020-06-25crypto: omap-sham - add proper load balancing support for multicoreTero Kristo1-33/+31
2020-06-20Crypto/chcr: fix for ccm(aes) failed testDevulapally Shiva Krishna1-1/+1
2020-06-20crypto: ccp -- don't "select" CONFIG_DMADEVICESArnd Bergmann1-2/+1
2020-06-20crypto: virtio: Fix dest length calculation in __virtio_crypto_skcipher_do_req()Longpeng(Mike)1-0/+1
2020-06-20crypto: virtio: Fix src/dst scatterlist calculation in __virtio_crypto_skciph...Longpeng(Mike)1-5/+10
2020-06-20crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req()Longpeng(Mike)1-2/+3
2020-06-20crypto: cavium/nitrox - Fix 'nitrox_get_first_device()' when ndevlist is full...Christophe JAILLET1-2/+2
2020-06-20crypto: talitos - fix ECB and CBC algs ivsizeSu Kang Yin1-1/+1
2020-05-02crypto: mxs-dcp - make symbols 'sha1_null_hash' and 'sha256_null_hash' staticWei Yongjun1-2/+2
2020-04-24crypto: caam - update xts sector size for large input lengthAndrei Botila1-2/+14
2020-04-24crypto: mxs-dcp - fix scatterlist linearization for hashRosioru Dragos1-30/+28
2020-02-14crypto: atmel-sha - fix error handling when setting hmac keyEric Biggers1-6/+1
2020-02-14crypto: artpec6 - return correct error code for failed setkey()Eric Biggers1-1/+1
2020-02-14crypto: picoxcell - adjust the position of tasklet_init and fix missed taskle...Chuhong Yuan1-2/+13
2020-02-14crypto: atmel-aes - Fix counter overflow in CTR modeTudor Ambarus1-25/+12
2020-02-14crypto: ccp - set max RSA modulus size for v3 platform devices as wellArd Biesheuvel1-0/+1
2020-02-05crypto: chelsio - fix writing tfm flags to wrong placeEric Biggers1-13/+3
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: 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