summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-11-24crypto: ccp - use min() instead of min_t()David Laight1-1/+1
2025-11-24hwrng: core - use min3() instead of nested min_t()David Laight1-1/+1
2025-11-24crypto: aesni - ctr_crypt() use min() instead of min_t()David Laight1-2/+1
2025-11-24crypto: drbg - Delete unused ctx from struct sdescHerbert Xu1-1/+0
2025-11-24crypto: testmgr - Add missing DES weak and semi-weak key testsThorsten Blum1-0/+120
2025-11-22Revert "crypto: scatterwalk - Move skcipher walk and use it for memcpy_sglist"Eric Biggers5-318/+316
2025-11-22crypto: scatterwalk - Fix memcpy_sglist() to always succeedEric Biggers2-34/+115
2025-11-22crypto: iaa - Request to add Kanchana P Sridhar to Maintainers.Kanchana P Sridhar1-0/+1
2025-11-22crypto: tcrypt - Remove unused poly1305 supportEric Biggers2-22/+0
2025-11-22crypto: ansi_cprng - Remove unused ansi_cprng algorithmEric Biggers93-789/+9
2025-11-22crypto: asymmetric_keys - fix uninitialized pointers with free attributeAlly Heev2-2/+2
2025-11-22KEYS: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-2/+5
2025-11-22crypto: ccree - Correctly handle return of sg_nents_for_lenHaotian Zhang1-1/+5
2025-11-22crypto: starfive - Correctly handle return of sg_nents_for_lenHaotian Zhang1-1/+5
2025-11-14crypto: iaa - Fix incorrect return value in save_iaa_wq()Zilin Guan1-1/+1
2025-11-14crypto: zstd - Remove unnecessary size_t castThorsten Blum1-3/+2
2025-11-14crypto: zstd - Annotate struct zstd_ctx with __counted_byThorsten Blum1-2/+3
2025-11-14padata: remove __padata_list_init()Tetsuo Handa1-8/+4
2025-11-14crypto: qat - add WQ_PERCPU to alloc_workqueue usersMarco Crivellari4-5/+8
2025-11-14crypto: cesa - Simplify with of_device_get_match_data()Krzysztof Kozlowski1-5/+2
2025-11-14crypto: ccp - Simplify with of_device_get_match_data()Krzysztof Kozlowski1-12/+1
2025-11-14crypto: ccp - Constify 'dev_vdata' memberKrzysztof Kozlowski2-3/+3
2025-11-14crypto: artpec6 - Simplify with of_device_get_match_data()Krzysztof Kozlowski1-6/+3
2025-11-14hwrng: bcm2835 - Simplify with of_device_get_match_data()Krzysztof Kozlowski1-6/+2
2025-11-14hwrng: bcm2835 - Move MODULE_DEVICE_TABLE() to table definitionKrzysztof Kozlowski1-2/+1
2025-11-14crypto: cavium/nitrox - add WQ_PERCPU to alloc_workqueue usersMarco Crivellari1-1/+1
2025-11-14crypto: atmel-i2c - add WQ_PERCPU to alloc_workqueue usersMarco Crivellari1-1/+1
2025-11-14crypto: rockchip - drop redundant crypto_skcipher_ivsize() callsKarina Yankevich1-2/+1
2025-11-06crypto: octeontx2 - Replace deprecated strcpy in cpt_ucode_load_fwThorsten Blum1-2/+3
2025-11-06crypto: deflate - Use struct_size to improve deflate_alloc_streamThorsten Blum1-1/+2
2025-11-06crypto: ccp - Add support for PCI device 0x115AMario Limonciello (AMD)1-0/+19
2025-11-06crypto: qce - fix version checkGaurav Kashyap1-2/+1
2025-11-06dt-bindings: crypto: qcom-qce: Document the kaanapli crypto engineGaurav Kashyap1-0/+1
2025-11-06dt-bindings: crypto: qcom,prng: Document kaanapali RNGGaurav Kashyap1-0/+1
2025-11-06crypto: xilinx - Use %pe to print PTR_ERRHarsh Jain1-1/+1
2025-10-31crypto: qat - use simple_strtoull to improve qat_uclo_parse_numThorsten Blum1-13/+5
2025-10-31crypto: hisilicon/qm - add missing default in switch in qm_vft_data_cfgnieweiqiang1-0/+7
2025-10-31crypto: hisilicon/sgl - remove unnecessary checks for curr_hw_sgl errornieweiqiang1-5/+0
2025-10-31crypto: hisilicon/qm - add concurrency protection for variable err_thresholdnieweiqiang1-3/+6
2025-10-31crypto: hisilicon/qm - add the save operation of eqe and aeqenieweiqiang1-11/+14
2025-10-31crypto: qce - Provide dev_err_probe() status on DMA failureBjorn Andersson1-2/+4
2025-10-31keys: Annotate struct asymmetric_key_id with __counted_byThorsten Blum1-1/+1
2025-10-31dt-bindings: crypto: amd,ccp-seattle-v1a: Allow 'iommus' propertyRob Herring (Arm)1-0/+3
2025-10-31crypto: ti - Add support for AES-XTS in DTHEv2 driverT Pratham3-7/+141
2025-10-31crypto: aead - Add support for on-stack AEAD req allocationT Pratham2-0/+106
2025-10-23KEYS: trusted: Pass argument by pointer in dump_optionsHerbert Xu1-5/+5
2025-10-23crypto: hisilicon/qm - restore original qos valuesnieweiqiang1-1/+13
2025-10-23crypto: sun8i-ss - Move j init earlier in sun8i_ss_hash_runHerbert Xu1-1/+1
2025-10-23crypto: asymmetric_keys - prevent overflow in asymmetric_key_generate_idThorsten Blum1-4/+10
2025-10-21docs: trusted-encrypted: fix htmldocs build errorGopi Krishna Menon1-2/+3