summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-02-06crypto: cesa - Simplify return statement in mv_cesa_dequeue_req_lockedThorsten Blum1-7/+1
2026-02-06crypto: testmgr - Add test vectors for authenc(hmac(sha224),cbc(aes))Aleksander Jan Bajkowski2-0/+292
2026-02-06crypto: testmgr - Add test vectors for authenc(hmac(sha384),cbc(aes))Aleksander Jan Bajkowski2-0/+318
2026-02-06hwrng: core - use RCU and work_struct to fix race conditionLianjie Wang2-63/+107
2026-02-06crypto: starfive - Fix memory leak in starfive_aes_aead_do_one_req()Zilin Guan1-2/+7
2026-02-06crypto: xilinx - Fix inconsistant indentationHarsh Jain1-1/+1
2026-02-06crypto: rng - Use unregister_rngs in register_rngsThorsten Blum1-8/+4
2026-02-06crypto: atmel - Use unregister_{aeads,ahashes,skciphers}Thorsten Blum3-47/+22
2026-02-06hwrng: optee - simplify OP-TEE context matchRouven Czerwinski1-4/+1
2026-02-06crypto: ccp - Add sysfs attribute for boot integrityMario Limonciello3-1/+19
2026-01-31dt-bindings: crypto: atmel,at91sam9g46-sha: add microchip,lan9691-shaRobert Marko1-0/+1
2026-01-31dt-bindings: crypto: atmel,at91sam9g46-aes: add microchip,lan9691-aesRobert Marko1-0/+1
2026-01-31dt-bindings: crypto: qcom,inline-crypto-engine: document the Milos ICELuca Weiss1-0/+1
2026-01-31crypto: caam - fix netdev memory leak in dpaa2_caam_probeJianpeng Chang2-12/+17
2026-01-31crypto: hisilicon/qm - increase wait time for mailboxWeili Qian1-10/+24
2026-01-31crypto: hisilicon/qm - obtain the mailbox configuration at one timeWeili Qian2-47/+87
2026-01-31crypto: hisilicon/qm - remove unnecessary code in qm_mb_write()Weili Qian1-12/+2
2026-01-31crypto: hisilicon/qm - move the barrier before writing to the mailbox registerChenghai Huang1-1/+5
2026-01-31crypto: hisilicon/trng - support tfms sharing the deviceWeili Qian1-35/+86
2026-01-31crypto: hisilicon/zip - add lz4 algorithm for hisi_zipChenghai Huang2-8/+84
2026-01-31crypto: s390/paes - Refuse clear key material by defaultHarald Freudenberger1-36/+57
2026-01-31crypto: s390/phmac - Refuse clear key material by defaultHarald Freudenberger1-9/+20
2026-01-31s390/pkey: Support new xflag PKEY_XFLAG_NOCLEARKEYHarald Freudenberger4-4/+26
2026-01-31crypto: skcipher - Add new helper function crypto_skcipher_testedHarald Freudenberger1-0/+7
2026-01-31crypto: stm32 - Replace min_t(size_t) with just min()Thorsten Blum1-15/+14
2026-01-31crypto: virtio - Replace package id with numa node idBibo Mao1-1/+1
2026-01-31crypto: virtio - Remove duplicated virtqueue_kick in virtio_crypto_skcipher_c...Bibo Mao1-2/+0
2026-01-31crypto: virtio - Add spinlock protection with virtqueue notificationBibo Mao1-0/+5
2026-01-30crypto: inside-secure/eip93 - unregister only available algorithmAleksander Jan Bajkowski1-39/+53
2026-01-30crypto: ccp - Fix a crash due to incorrect cleanup usage of kfreeElla Ma1-1/+1
2026-01-30crypto: stm32 - Remove unnecessary checks before calling memcpyThorsten Blum1-4/+2
2026-01-30crypto: omap - Use sysfs_emit in sysfs show functionsThorsten Blum2-3/+5
2026-01-23crypto: ecc - Streamline alloc_point and remove {alloc,free}_digits_spaceThorsten Blum1-18/+9
2026-01-23hwrng: airoha - set rng quality to 900Aleksander Jan Bajkowski1-0/+1
2026-01-23crypto: ccp - narrow scope of snp_range_listTycho Andersen (AMD)1-12/+1
2026-01-23crypto: ccp - Fix a case where SNP_SHUTDOWN is missedTom Lendacky1-23/+23
2026-01-23crypto: nx - Simplify with scoped for each OF child loopKrzysztof Kozlowski1-5/+2
2026-01-23crypto: testmgr - allow authenc(sha224,rfc3686) variant in fips modeAleksander Jan Bajkowski1-0/+4
2026-01-23crypto: inside-secure/eip93 - fix kernel panic in driver detachAleksander Jan Bajkowski1-1/+1
2026-01-23crypto: ccp - Use NULL instead of plain 0Herbert Xu1-1/+1
2026-01-23crypto: blowfish - fix typo in commentAlexander Bendezu1-1/+1
2026-01-23padata: Constify padata_sysfs_entry structsThomas Weißschuh1-11/+11
2026-01-23crypto: api - remove unnecessary forward declarationsThorsten Blum8-27/+16
2026-01-23crypto: simd - Simplify request size calculation in simd_aead_initThorsten Blum1-2/+2
2026-01-23crypto: xilinx - Add gcm(aes) support for AMD/Xilinx Versal deviceHarsh Jain1-9/+421
2026-01-23crypto: xilinx - Remove un-necessary typecast operationHarsh Jain1-6/+3
2026-01-23firmware: xilinx: Add firmware API's to support aes-gcm in Versal deviceHarsh Jain2-3/+223
2026-01-23crypto: xilinx - Change coherent DMA to streaming DMA APIHarsh Jain1-36/+58
2026-01-23crypto: xilinx - Replace zynqmp prefix with xilinxHarsh Jain1-71/+69
2026-01-23crypto: xilinx - Register H/W key support with paesHarsh Jain1-100/+204