summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: img-hash - Fix variable dereferenced before check 'hdev->req'Gaosheng Cui2023-01-071-2/+6
* crypto: ccp - ccp_dmaengine_unregister release dma channelsDāvis Mosāns2022-04-201-0/+16
* crypto: vmx - add missing dependenciesPetr Vorel2022-04-201-0/+4
* crypto: mxs-dcp - Fix scatterlist processingTomas Paukrt2022-04-201-1/+1
* crypto: qat - disable registration of algorithmsGiovanni Cabiddu2022-03-281-0/+8
* crypto: qce - fix uaf on qce_ahash_register_oneChengfeng Ye2022-01-271-1/+1
* crypto: qat - disregard spurious PFVF interruptsGiovanni Cabiddu2021-11-262-0/+12
* crypto: qat - detect PFVF collision after ACKGiovanni Cabiddu2021-11-261-0/+7
* crypto: talitos - fix max key size for sha384 and sha512Christophe Leroy2021-09-261-1/+1
* crypto: mxs-dcp - Use sg_mapping_iter to copy dataSean Anderson2021-09-221-27/+9
* crypto: qat - use proper type for vf_maskGiovanni Cabiddu2021-09-221-3/+4
* crypto: qat - do not export adf_iov_putmsg()Giovanni Cabiddu2021-09-221-1/+0
* crypto: qat - fix naming for init/shutdown VF to PF notificationsMarco Chiappero2021-09-225-16/+16
* crypto: qat - fix reuse of completion variableMarco Chiappero2021-09-221-0/+2
* crypto: qat - handle both source of interrupt in VF ISRGiovanni Cabiddu2021-09-221-3/+4
* crypto: qat - do not ignore errors from enable_vf2pf_comms()Giovanni Cabiddu2021-09-221-2/+3
* crypto: omap-sham - clear dma flags only after omap_sham_update_dma_stop()Tony Lindgren2021-09-221-1/+1
* crypto: mxs-dcp - Check for DMA mapping errorsSean Anderson2021-09-221-10/+35
* crypto: talitos - reduce max key size for SEC1Christophe Leroy2021-09-221-0/+4
* crypto: nx - Fix RCU warning in nx842_OF_upd_statusHerbert Xu2021-07-201-3/+5
* crypto: ux500 - Fix error return code in hash_hw_final()Zhen Lei2021-07-201-0/+1
* crypto: ixp4xx - dma_unmap the correct addressCorentin Labbe2021-07-201-1/+1
* crypto: qat - remove unused macro in FW loaderJack Xu2021-07-201-1/+0
* crypto: qat - check return code of qat_hal_rd_rel_reg()Jack Xu2021-07-201-1/+5
* crypto: nx - add missing MODULE_DEVICE_TABLEBixuan Cui2021-07-201-0/+1
* crypto: qat - Fix a double free in adf_create_ringLv Yunlong2021-05-221-0/+1
* crypto: qat - fix error path in adf_isr_resource_alloc()Giovanni Cabiddu2021-05-221-8/+21
* crypto: qat - ADF_STATUS_PF_RUNNING should be set after adf_dev_initTong Zhang2021-05-223-6/+6
* crypto: qat - don't release uninitialized resourcesTong Zhang2021-05-221-4/+13
* crypto: omap-aes - Fix PM disable depth imbalance in omap_aes_probeZhang Qilong2020-12-291-1/+2
* crypto: talitos - Fix return type of current_desc_hdr()Christophe Leroy2020-12-291-3/+3
* crypto: ccp - fix error handlingPavel Machek2020-10-291-1/+1
* crypto: omap-sham - fix digcnt register handling with export/importTero Kristo2020-10-291-0/+3
* crypto: ixp4xx - Fix the size used in a 'dma_free_coherent()' callChristophe JAILLET2020-10-291-1/+1
* crypto: qat - check cipher length for aead AES-CBC-HMAC-SHADominik Przychodni2020-10-171-1/+9
* crypto: ccp - Fix use of merged scatterlistsJohn Allen2020-08-212-11/+27
* crypto: qat - fix double free in qat_uclo_create_batch_init_listTom Rix2020-08-211-2/+7
* crypto: ccp - Release all allocated memory if sha type is invalidNavid Emamdoost2020-08-211-1/+2
* crypto: omap-sham - add proper load balancing support for multicoreTero Kristo2020-06-301-33/+31
* crypto: talitos - fix ECB and CBC algs ivsizeSu Kang Yin2020-06-201-1/+1
* crypto: mxs-dcp - make symbols 'sha1_null_hash' and 'sha256_null_hash' staticWei Yongjun2020-05-021-2/+2
* crypto: mxs-dcp - fix scatterlist linearization for hashRosioru Dragos2020-04-241-30/+28
* 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: caam - free resources in case caam_rng registration failedIuliana Prodan2020-01-291-1/+4
* crypto: ccp - fix AES CFB error exposed by new test vectorsHook, Gary2020-01-291-4/+4
* crypto: crypto4xx - Fix wrong ppc4xx_trng_probe()/ppc4xx_trng_remove() argumentsCorentin Labbe2020-01-291-2/+2
* crypto: vmx - Avoid weird build failuresMichael Ellerman2020-01-041-3/+3
* crypto: sun4i-ss - Fix 64-bit size_t warnings on sun4i-ss-hash.cCorentin Labbe2020-01-041-6/+6
* crypto: ccp - fix uninitialized list headMark Salter2019-12-211-0/+1