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: 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
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-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-17crypto: qat - check cipher length for aead AES-CBC-HMAC-SHADominik Przychodni1-1/+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-21crypto: ccp - Release all allocated memory if sha type is invalidNavid Emamdoost1-1/+2
2020-06-30crypto: omap-sham - add proper load balancing support for multicoreTero Kristo1-33/+31
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: mxs-dcp - fix scatterlist linearization for hashRosioru Dragos1-30/+28
2020-02-15crypto: picoxcell - adjust the position of tasklet_init and fix missed taskle...Chuhong Yuan1-2/+13
2020-02-15crypto: atmel-aes - Fix counter overflow in CTR modeTudor Ambarus1-25/+12
2020-01-29crypto: caam - free resources in case caam_rng registration failedIuliana Prodan1-1/+4
2020-01-29crypto: ccp - fix AES CFB error exposed by new test vectorsHook, Gary1-4/+4
2020-01-29crypto: crypto4xx - Fix wrong ppc4xx_trng_probe()/ppc4xx_trng_remove() argumentsCorentin Labbe1-2/+2
2020-01-04crypto: vmx - Avoid weird build failuresMichael Ellerman1-3/+3
2020-01-04crypto: sun4i-ss - Fix 64-bit size_t warnings on sun4i-ss-hash.cCorentin Labbe1-6/+6
2019-12-21crypto: ccp - fix uninitialized list headMark Salter1-0/+1
2019-12-21crypto: crypto4xx - fix double-free in crypto4xx_destroy_sdrChristian Lamparter1-5/+1
2019-12-05crypto: mxc-scc - fix build warnings on ARM64Fabio Estevam1-6/+6
2019-11-25crypto: mxs-dcp - Fix AES issuesRadu Solea1-2/+31
2019-11-25crypto: mxs-dcp - Fix SHA null hashes and output lengthRadu Solea1-10/+37
2019-11-25crypto: s5p-sss: Fix Fix argument list alignmentChristoph Manszewski1-2/+2
2019-10-17crypto: caam - fix concurrency issue in givencrypt descriptorHoria Geantă1-1/+10
2019-10-17crypto: qat - Silence smp_processor_id() warningAlexander Sverdlin1-1/+1
2019-10-05crypto: talitos - fix missing break in switch statementGustavo A. R. Silva1-0/+1
2019-09-21crypto: talitos - HMAC SNOOP NO AFEU mode requires SW icv checking.Christophe Leroy1-1/+2
2019-09-21crypto: talitos - Do not modify req->cryptlen on decryption.Christophe Leroy1-14/+17
2019-09-21crypto: talitos - fix ECB algs ivsizeChristophe Leroy1-1/+0
2019-09-21crypto: talitos - check data blocksize in ablkcipher.Christophe Leroy1-0/+16
2019-09-21crypto: talitos - fix CTR alg blocksizeChristophe Leroy1-1/+1
2019-09-21crypto: talitos - check AES key sizeChristophe Leroy1-0/+14
2019-08-04crypto: caam - limit output IV to CBC to work around CTR mode DMA issueArd Biesheuvel1-6/+10
2019-08-04crypto: ccp - Validate the the error value used to index error messagesHook, Gary2-49/+55
2019-08-04crypto: crypto4xx - fix a potential double free in ppc4xx_trng_probeWen Yang1-1/+0
2019-08-04crypto: talitos - Align SEC1 accesses to 32 bits boundaries.Christophe Leroy1-1/+4
2019-08-04crypto: talitos - properly handle split ICV.Christophe Leroy1-11/+15