summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
2024-10-05crypto: hisilicon/qm - fix the coding specifications issueChenghai Huang-3/+34
2024-10-05crypto: qat - remove unused adf_devmgr_get_firstDr. David Alan Gilbert-11/+0
2024-10-05crypto: qat/qat_4xxx - fix off by one in uof_get_name()Dan Carpenter-1/+1
2024-10-05crypto: qat/qat_420xx - fix off by one in uof_get_name()Dan Carpenter-1/+1
2024-10-05crypto: iaa - Remove potential infinite loop in check_completion()Zanussi, Tom-0/+10
2024-10-05crypto: drivers - Correct multiple typos in commentsShen Lichuan-6/+6
2024-10-05crypto: ccree - Fix typo in commentYu Jiaoliang-4/+4
2024-10-05crypto: atmel - Drop explicit initialization of struct i2c_device_id::driver_...Uwe Kleine-König-3/+3
2024-10-05crypto: qat - remove check after debugfs_create_dir()Cabiddu, Giovanni-12/+1
2024-10-05crypto: caam - Slightly simplify platform_device()Christophe JAILLET-3/+2
2024-10-05crypto: caam - Fix the pointer passed to caam_qi_shutdown()Christophe JAILLET-1/+1
2024-10-05crypto: hisilicon/hpre - enable all clusters clock gatingWeili Qian-14/+26
2024-10-05crypto: mxs-dcp - Fix AES-CBC with hardware-bound keysTomas Paukrt-8/+12
2024-10-05crypto: amlogic - Remove redundant assignment and error messagesTang Bin-5/+3
2024-10-05crypto: drivers - Drop sign/verify operationsLukas Wunner-6/+0
2024-10-05crypto: virtio - Drop sign/verify operationsLukas Wunner-44/+21
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-7/+7
2024-09-24Merge tag 'v6.12-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-0/+1
2024-09-21Merge tag 's390-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-7/+68
2024-09-21crypto: caam - Pad SG length when allocating hash edescHerbert Xu-0/+1
2024-09-13crypto: n2 - Set err to EINVAL if snprintf fails for hmacHerbert Xu-0/+1
2024-09-13crypto: camm/qi - Use ERR_CAST() to return error-valued pointerChen Yufan-2/+2
2024-09-13crypto: qcom-rng - rename *_of_data to *_match_dataBrian Masney-12/+12
2024-09-13crypto: qcom-rng - fix support for ACPI-based systemsBrian Masney-2/+2
2024-09-06crypto: octeontx* - Select CRYPTO_AUTHENCHerbert Xu-0/+2
2024-09-06crypto: qat - Remove trailing space after \n newlineColin Ian King-1/+1
2024-09-06crypto: hisilicon/sec - Remove trailing space after \n newlineColin Ian King-1/+1
2024-09-06crypto: hisilicon/qm - inject error before stopping queueWeili Qian-23/+24
2024-09-06crypto: hisilicon/hpre - mask cluster timeout errorWeili Qian-16/+6
2024-09-06crypto: hisilicon/qm - reset device before enabling itWeili Qian-64/+121
2024-09-06crypto: hisilicon/trng - modifying the order of header filesChenghai Huang-2/+2
2024-09-06crypto: hisilicon - add a lock for the qp send operationChenghai Huang-0/+5
2024-09-06crypto: hisilicon - fix missed error branchYang Shen-4/+10
2024-09-06crypto: ccp - do not request interrupt on cmd completion when irqs disabledAmit Shah-1/+12
2024-09-04Revert "crypto: spacc - Add SPAcc Skcipher support"Herbert Xu-8343/+0
2024-08-30crypto: hisilicon/zip - Optimize performance by replacing rw_lock with spinlockKuan-Wei Chiu-7/+7
2024-08-30crypto: img-hash - use devm_clk_get_enabled() helpersChunhai Guo-18/+3
2024-08-30crypto: atmel - use devm_clk_get_prepared() helpersChunhai Guo-23/+7
2024-08-30crypto: crypto4xx - Remove unused declaration crypto4xx_free_ctx()Yue Haibing-1/+0
2024-08-30crypto: amlogic - Remove unused declaration meson_enqueue()Yue Haibing-2/+0
2024-08-30crypto: ccp - Remove unused declaration sp_get_master()Yue Haibing-1/+0
2024-08-30crypto: octeontx - Remove unused declaration otx_cpt_callback()Yue Haibing-1/+0
2024-08-30crypto: sl3516 - Remove unused declaration sl3516_ce_enqueue()Yue Haibing-2/+0
2024-08-30crypto: safexcel - Remove unused declaration safexcel_ring_first_rptr()Yue Haibing-1/+0
2024-08-30crypto: ccp - Properly unregister /dev/sev on sev PLATFORM_STATUS failurePavan Kumar Paluri-0/+2
2024-08-29s390/pkey: Introduce pkey base with handler registry and handler modulesHarald Freudenberger-7/+68
2024-08-24crypto: octeontx2 - Fix authenc setkeyHerbert Xu-164/+90
2024-08-24crypto: octeontx - Fix authenc setkeyHerbert Xu-168/+93
2024-08-24crypto: spacc - Fixed return to CRYPTO_OKPavitrakumar M-5/+3
2024-08-24crypto: spacc - Fix counter width checksPavitrakumar M-16/+19