summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2023-11-20crypto: qat - increase size of buffersGiovanni Cabiddu2-3/+3
2023-11-20crypto: qat - mask device capabilities with soft strapsGiovanni Cabiddu16-53/+109
2023-11-20crypto: caam/jr - fix Chacha20 + Poly1305 self test failureGaurav Jain1-1/+2
2023-11-20crypto: caam/qi2 - fix Chacha20 + Poly1305 self test failureGaurav Jain1-1/+2
2023-11-20crypto: hisilicon/hpre - Fix a erroneous check after snprintf()Christophe JAILLET1-1/+1
2023-09-19crypto: stm32 - fix loop iterating through scatterlist for DMAThomas Bourgoin1-1/+1
2023-09-19crypto: caam - fix unchecked return value errorGaurav Jain1-1/+3
2023-09-19crypto: stm32 - Properly handle pm_runtime_get failingUwe Kleine-König1-4/+3
2023-07-27crypto: marvell/cesa - Fix type mismatch warningArnd Bergmann1-1/+1
2023-07-27crypto: nx - fix build warnings when DEBUG_FS is not enabledRandy Dunlap2-3/+3
2023-06-09crypto: ccp: Play nice with vmalloc'd memory for SEV command structsSean Christopherson2-5/+25
2023-06-09crypto: ccp: Reject SEV commands with mismatching command bufferSean Christopherson1-2/+7
2023-05-17crypto: sun8i-ss - Fix a test in sun8i_ss_setup_ivs()Christophe JAILLET1-1/+1
2023-05-17crypto: ccp - Clear PSP interrupt status register before calling handlerJeremi Piotrowski1-3/+3
2023-05-17crypto: sa2ul - Select CRYPTO_DESSuman Anna1-0/+1
2023-05-17crypto: caam - Clear some memory in instantiate_rngChristophe JAILLET1-2/+4
2023-05-17crypto: safexcel - Cleanup ring IRQ workqueues on load failureJonathan McDowell1-10/+27
2023-03-11crypto: hisilicon: Wipe entire pool on errorKees Cook1-2/+1
2023-03-11crypto: crypto4xx - Call dma_unmap_page when doneHerbert Xu1-6/+4
2023-03-11crypto: ccp - Flush the SEV-ES TMR memory before giving it to firmwareTom Lendacky1-1/+5
2023-03-11crypto: ccp - Refactor out sev_fw_alloc()Peter Gonda1-7/+13
2023-03-11crypto: ccp - Failure on re-initialization due to duplicate sysfs filenameKoba Ko1-4/+17
2023-03-11crypto: ccp - Avoid page allocation failure warning for SEV_GET_ID2David Rientjes1-1/+8
2023-03-11crypto: ccp - Use kzalloc for sev ioctl interfaces to prevent kernel memory leakJohn Allen1-4/+6
2023-03-11crypto: ccp: Use the stack and common buffer for status commandsSean Christopherson2-16/+12
2023-03-11crypto: ccp: Use the stack for small SEV command buffersSean Christopherson1-73/+44
2023-01-14crypto: n2 - add missing hash statesizeCorentin Labbe1-0/+6
2023-01-14crypto: img-hash - Fix variable dereferenced before check 'hdev->req'Gaosheng Cui1-2/+6
2023-01-14crypto: omap-sham - Use pm_runtime_resume_and_get() in omap_sham_probe()Shang XiaoJing1-1/+1
2023-01-14crypto: amlogic - Remove kcalloc without checkChristophe JAILLET2-2/+1
2023-01-14crypto: ccree - Make cc_debugfs_global_fini() available for module init functionUwe Kleine-König1-1/+1
2023-01-14crypto: hisilicon/qm - add missing pci_dev_put() in q_num_set()Xiongfeng Wang1-2/+4
2023-01-14crypto: ccree - Remove debugfs when platform_driver_register failedGaosheng Cui1-1/+9
2023-01-14crypto: rockchip - rework by using crypto_engineCorentin Labbe5-365/+221
2023-01-14crypto: rockchip - delete unneeded variable initializationKai Ye1-1/+1
2023-01-14crypto: rockchip - remove non-aligned handlingCorentin Labbe4-103/+31
2023-01-14crypto: rockchip - better handle cipher keyCorentin Labbe2-3/+8
2023-01-14crypto: rockchip - add fallback for ahashCorentin Labbe1-0/+38
2023-01-14crypto: rockchip - add fallback for cipherCorentin Labbe3-13/+90
2023-01-14crypto: rockchip - do not store mode globallyCorentin Labbe2-22/+41
2023-01-14crypto: rockchip - do not do custom power managementCorentin Labbe4-8/+6
2023-01-14crypto: nitrox - avoid double free on error path in nitrox_sriov_init()Natalia Petrova1-0/+1
2023-01-14crypto: sun8i-ss - use dma_addr instead u32Corentin Labbe1-1/+1
2022-10-26crypto: cavium - prevent integer overflow loading firmwareDan Carpenter1-2/+4
2022-10-26crypto: marvell/octeontx - prevent integer overflowsDan Carpenter1-2/+16
2022-10-26crypto: qat - fix DMA transfer directionDamian Muszynski1-6/+12
2022-10-26crypto: qat - use pre-allocated buffers in datapathGiovanni Cabiddu2-27/+61
2022-10-26crypto: qat - fix use of 'dma_map_single'Hui Tang1-13/+14
2022-10-26crypto: inside-secure - Change swab to swab32Peter Harliman Liem1-4/+4
2022-10-26crypto: ccp - Release dma channels before dmaengine unrgisterKoba Ko1-1/+5