summaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.12-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2024-09-241-0/+1
|\
| * crypto: caam - Pad SG length when allocating hash edescHerbert Xu2024-09-211-0/+1
* | Merge tag 's390-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2024-09-211-7/+68
|\ \ | |/ |/|
| * s390/pkey: Introduce pkey base with handler registry and handler modulesHarald Freudenberger2024-08-291-7/+68
* | crypto: n2 - Set err to EINVAL if snprintf fails for hmacHerbert Xu2024-09-131-0/+1
* | crypto: camm/qi - Use ERR_CAST() to return error-valued pointerChen Yufan2024-09-131-2/+2
* | crypto: qcom-rng - rename *_of_data to *_match_dataBrian Masney2024-09-131-12/+12
* | crypto: qcom-rng - fix support for ACPI-based systemsBrian Masney2024-09-131-2/+2
* | crypto: octeontx* - Select CRYPTO_AUTHENCHerbert Xu2024-09-061-0/+2
* | crypto: qat - Remove trailing space after \n newlineColin Ian King2024-09-061-1/+1
* | crypto: hisilicon/sec - Remove trailing space after \n newlineColin Ian King2024-09-061-1/+1
* | crypto: hisilicon/qm - inject error before stopping queueWeili Qian2024-09-061-23/+24
* | crypto: hisilicon/hpre - mask cluster timeout errorWeili Qian2024-09-061-16/+6
* | crypto: hisilicon/qm - reset device before enabling itWeili Qian2024-09-064-64/+121
* | crypto: hisilicon/trng - modifying the order of header filesChenghai Huang2024-09-061-2/+2
* | crypto: hisilicon - add a lock for the qp send operationChenghai Huang2024-09-062-0/+5
* | crypto: hisilicon - fix missed error branchYang Shen2024-09-061-4/+10
* | crypto: ccp - do not request interrupt on cmd completion when irqs disabledAmit Shah2024-09-061-1/+12
* | Revert "crypto: spacc - Add SPAcc Skcipher support"Herbert Xu2024-09-0415-8343/+0
* | crypto: hisilicon/zip - Optimize performance by replacing rw_lock with spinlockKuan-Wei Chiu2024-08-301-7/+7
* | crypto: img-hash - use devm_clk_get_enabled() helpersChunhai Guo2024-08-301-18/+3
* | crypto: atmel - use devm_clk_get_prepared() helpersChunhai Guo2024-08-302-23/+7
* | crypto: crypto4xx - Remove unused declaration crypto4xx_free_ctx()Yue Haibing2024-08-301-1/+0
* | crypto: amlogic - Remove unused declaration meson_enqueue()Yue Haibing2024-08-301-2/+0
* | crypto: ccp - Remove unused declaration sp_get_master()Yue Haibing2024-08-301-1/+0
* | crypto: octeontx - Remove unused declaration otx_cpt_callback()Yue Haibing2024-08-301-1/+0
* | crypto: sl3516 - Remove unused declaration sl3516_ce_enqueue()Yue Haibing2024-08-301-2/+0
* | crypto: safexcel - Remove unused declaration safexcel_ring_first_rptr()Yue Haibing2024-08-301-1/+0
* | crypto: ccp - Properly unregister /dev/sev on sev PLATFORM_STATUS failurePavan Kumar Paluri2024-08-301-0/+2
* | crypto: octeontx2 - Fix authenc setkeyHerbert Xu2024-08-241-164/+90
* | crypto: octeontx - Fix authenc setkeyHerbert Xu2024-08-241-168/+93
* | crypto: spacc - Fixed return to CRYPTO_OKPavitrakumar M2024-08-242-5/+3
* | crypto: spacc - Fix counter width checksPavitrakumar M2024-08-241-16/+19
* | crypto: qat - fix "Full Going True" macro definitionSvyatoslav Pankratov2024-08-241-1/+1
* | crypto: spacc - Check for allocation failure in spacc_skcipher_fallback()Dan Carpenter2024-08-241-0/+2
* | crypto: spacc - Fix NULL vs IS_ERR() check in spacc_aead_fallback()Dan Carpenter2024-08-241-2/+2
* | crypto: spacc - Fix uninitialized variable in spacc_aead_process()Dan Carpenter2024-08-241-3/+1
* | crypto: spacc - Use crypto_authenc_extractkeysHerbert Xu2024-08-241-24/+9
* | crypto: spacc - Add a new line in spacc_open()Dan Carpenter2024-08-241-1/+2
* | crypto: spacc - Fix off by one in spacc_isenabled()Dan Carpenter2024-08-241-1/+1
* | crypto: spacc - Fix bounds checking on spacc->job[]Dan Carpenter2024-08-241-4/+4
* | crypto: ccp - Add additional information about an SEV firmware upgradeTom Lendacky2024-08-241-2/+11
* | crypto: keembay - fix module autoloadingLiao Chen2024-08-241-0/+1
* | crypto: octeontx2 - Remove custom swap functions in favor of built-in sort swapKuan-Wei Chiu2024-08-171-9/+1
* | crypto: octeontx - Remove custom swap function in favor of built-in sort swapKuan-Wei Chiu2024-08-171-10/+2
* | crypto: nx - Use static_assert() to check struct sizesGustavo A. R. Silva2024-08-171-0/+3
* | crypto: qat - Use static_assert() to check struct sizesGustavo A. R. Silva2024-08-171-0/+2
* | crypto: spacc - Add ifndef around MINStephen Rothwell2024-08-131-0/+3
* | crypto: caam/qi* - Use cpumask_var_t instead of cpumask_tHerbert Xu2024-08-102-16/+32
* | crypto: spacc - Enable Driver compilation in crypto Kconfig and MakefilePavitrakumar M2024-08-102-0/+2