summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2024-10-16Merge tag 'v6.12-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-6/+6
2024-10-10crypto: marvell/cesa - Disable hash algorithmsHerbert Xu1-6/+6
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro7-7/+7
2024-09-24Merge tag 'v6.12-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+1
2024-09-21Merge tag 's390-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-7/+68
2024-09-21crypto: caam - Pad SG length when allocating hash edescHerbert Xu1-0/+1
2024-09-13crypto: n2 - Set err to EINVAL if snprintf fails for hmacHerbert Xu1-0/+1
2024-09-13crypto: camm/qi - Use ERR_CAST() to return error-valued pointerChen Yufan1-2/+2
2024-09-13crypto: qcom-rng - rename *_of_data to *_match_dataBrian Masney1-12/+12
2024-09-13crypto: qcom-rng - fix support for ACPI-based systemsBrian Masney1-2/+2
2024-09-06crypto: octeontx* - Select CRYPTO_AUTHENCHerbert Xu1-0/+2
2024-09-06crypto: qat - Remove trailing space after \n newlineColin Ian King1-1/+1
2024-09-06crypto: hisilicon/sec - Remove trailing space after \n newlineColin Ian King1-1/+1
2024-09-06crypto: hisilicon/qm - inject error before stopping queueWeili Qian1-23/+24
2024-09-06crypto: hisilicon/hpre - mask cluster timeout errorWeili Qian1-16/+6
2024-09-06crypto: hisilicon/qm - reset device before enabling itWeili Qian4-64/+121
2024-09-06crypto: hisilicon/trng - modifying the order of header filesChenghai Huang1-2/+2
2024-09-06crypto: hisilicon - add a lock for the qp send operationChenghai Huang2-0/+5
2024-09-06crypto: hisilicon - fix missed error branchYang Shen1-4/+10
2024-09-06crypto: ccp - do not request interrupt on cmd completion when irqs disabledAmit Shah1-1/+12
2024-09-04Revert "crypto: spacc - Add SPAcc Skcipher support"Herbert Xu15-8343/+0
2024-08-30crypto: hisilicon/zip - Optimize performance by replacing rw_lock with spinlockKuan-Wei Chiu1-7/+7
2024-08-30crypto: img-hash - use devm_clk_get_enabled() helpersChunhai Guo1-18/+3
2024-08-30crypto: atmel - use devm_clk_get_prepared() helpersChunhai Guo2-23/+7
2024-08-30crypto: crypto4xx - Remove unused declaration crypto4xx_free_ctx()Yue Haibing1-1/+0
2024-08-30crypto: amlogic - Remove unused declaration meson_enqueue()Yue Haibing1-2/+0
2024-08-30crypto: ccp - Remove unused declaration sp_get_master()Yue Haibing1-1/+0
2024-08-30crypto: octeontx - Remove unused declaration otx_cpt_callback()Yue Haibing1-1/+0
2024-08-30crypto: sl3516 - Remove unused declaration sl3516_ce_enqueue()Yue Haibing1-2/+0
2024-08-30crypto: safexcel - Remove unused declaration safexcel_ring_first_rptr()Yue Haibing1-1/+0
2024-08-30crypto: ccp - Properly unregister /dev/sev on sev PLATFORM_STATUS failurePavan Kumar Paluri1-0/+2
2024-08-29s390/pkey: Introduce pkey base with handler registry and handler modulesHarald Freudenberger1-7/+68
2024-08-24crypto: octeontx2 - Fix authenc setkeyHerbert Xu1-164/+90
2024-08-24crypto: octeontx - Fix authenc setkeyHerbert Xu1-168/+93
2024-08-24crypto: spacc - Fixed return to CRYPTO_OKPavitrakumar M2-5/+3
2024-08-24crypto: spacc - Fix counter width checksPavitrakumar M1-16/+19
2024-08-24crypto: qat - fix "Full Going True" macro definitionSvyatoslav Pankratov1-1/+1
2024-08-24crypto: spacc - Check for allocation failure in spacc_skcipher_fallback()Dan Carpenter1-0/+2
2024-08-24crypto: spacc - Fix NULL vs IS_ERR() check in spacc_aead_fallback()Dan Carpenter1-2/+2
2024-08-24crypto: spacc - Fix uninitialized variable in spacc_aead_process()Dan Carpenter1-3/+1
2024-08-24crypto: spacc - Use crypto_authenc_extractkeysHerbert Xu1-24/+9
2024-08-24crypto: spacc - Add a new line in spacc_open()Dan Carpenter1-1/+2
2024-08-24crypto: spacc - Fix off by one in spacc_isenabled()Dan Carpenter1-1/+1
2024-08-24crypto: spacc - Fix bounds checking on spacc->job[]Dan Carpenter1-4/+4
2024-08-24crypto: ccp - Add additional information about an SEV firmware upgradeTom Lendacky1-2/+11
2024-08-24crypto: keembay - fix module autoloadingLiao Chen1-0/+1
2024-08-17crypto: octeontx2 - Remove custom swap functions in favor of built-in sort swapKuan-Wei Chiu1-9/+1
2024-08-17crypto: octeontx - Remove custom swap function in favor of built-in sort swapKuan-Wei Chiu1-10/+2
2024-08-17crypto: nx - Use static_assert() to check struct sizesGustavo A. R. Silva1-0/+3
2024-08-17crypto: qat - Use static_assert() to check struct sizesGustavo A. R. Silva1-0/+2