summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
2026-03-27crypto: nx - Fix packed layout in struct nx842_crypto_headerGustavo A. R. Silva-2/+2
2026-03-27crypto: nx - annotate struct nx842_crypto_header with __counted_byThorsten Blum-1/+1
2026-03-27crypto: marvell/cesa - use memcpy_and_pad in mv_cesa_ahash_exportThorsten Blum-2/+1
2026-03-27crypto: s5p-sss - use unregister_{ahashes,skciphers} in probe/removeThorsten Blum-17/+10
2026-03-26crypto: caam - fix overflow on long hmac keysHoria Geantă-1/+2
2026-03-26crypto: caam - fix DMA corruption on long hmac keysHoria Geantă-1/+2
2026-03-26crypto: tegra - Add missing CRYPTO_ALG_ASYNCEric Biggers-17/+24
2026-03-23crypto: sm3 - Remove 'struct sm3_state'Eric Biggers-2/+2
2026-03-23crypto: sm3 - Replace with wrapper around libraryEric Biggers-2/+2
2026-03-23crypto: sm3 - Rename CRYPTO_SM3_GENERIC to CRYPTO_SM3Eric Biggers-2/+2
2026-03-23crypto: gcm - Use GHASH library instead of crypto_ahashEric Biggers-1/+1
2026-03-22crypto: atmel-sha204a - Fix potential UAF and memory leak in remove pathThorsten Blum-4/+2
2026-03-22crypto: hisilicon - add device load query functionality to debugfsZongyu Wu-0/+102
2026-03-22crypto: nx - fix context leak in nx842_crypto_free_ctxThorsten Blum-4/+2
2026-03-22crypto: nx - fix bounce buffer leaks in nx842_crypto_{alloc,free}_ctxThorsten Blum-4/+4
2026-03-22crypto: atmel-aes - guard unregister on error in atmel_aes_register_algsThorsten Blum-2/+4
2026-03-22crypto: qat - add wireless mode support for QAT GEN6George Abraham P-18/+137
2026-03-22crypto: atmel-aes - Fix 3-page memory leak in atmel_aes_buff_cleanupThorsten Blum-1/+1
2026-03-22crypto: tegra - Disable softirqs before finalizing requestHerbert Xu-0/+12
2026-03-22crypto: artpec6 - use memcpy_and_pad to simplify prepare_hashThorsten Blum-6/+3
2026-03-18Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+7
2026-03-15crypto: atmel - use list_first_entry_or_null to simplify find_devThorsten Blum-12/+5
2026-03-15crypto: atmel-tdes - fix DMA sync directionThorsten Blum-4/+4
2026-03-15crypto: inside-secure/eip93 - register hash before authenc algorithmsAleksander Jan Bajkowski-8/+8
2026-03-15crypto: qat - fix firmware loading failure for GEN6 devicesSuman Kumar Chakraborty-1/+12
2026-03-15crypto: qat - fix indentation of macros in qat_hal.cSuman Kumar Chakraborty-11/+11
2026-03-15crypto: atmel-sha204a - Drop redundant I2C_FUNC_I2C checkThorsten Blum-4/+0
2026-03-14crypto: padlock-sha - Disable for Zhaoxin processorAlanSong-oc-0/+7
2026-03-14crypto: ccp - simplify sev_update_firmware()Tycho Andersen (AMD)-18/+9
2026-03-14crypto: qce - Remove return variable and unused assignmentsThorsten Blum-9/+3
2026-03-14crypto: ccp - Fix leaking the same page twiceGuenter Roeck-3/+1
2026-03-09crypto: aes - Add cmac, xcbc, and cbcmac algorithms using libraryEric Biggers-1/+1
2026-03-07crypto: qat - Drop redundant local variablesThorsten Blum-7/+3
2026-03-07crypto: ti - Add support for AES-CTR in DTHEv2 driverT Pratham-30/+180
2026-03-07crypto: atmel-i2c - Replace hard-coded bus clock rate with constantThorsten Blum-1/+1
2026-03-07crypto: qce - Replace snprintf("%s") with strscpyThorsten Blum-9/+9
2026-03-07crypto: vmx - Remove disabled build directiveThorsten Blum-1/+0
2026-03-07crypto: atmel-ecc - Release client on allocation failureThorsten Blum-0/+1
2026-03-07crypto: atmel-sha204a - Fix uninitialized data access on OTP read errorThorsten Blum-0/+4
2026-02-28crypto: atmel-sha204a - Fix OTP sysfs read and error handlingThorsten Blum-9/+11
2026-02-28crypto: atmel-sha204a - Fix error codes in OTP readsThorsten Blum-5/+6
2026-02-28crypto: inside-secure/eip93 - fix register definitionAleksander Jan Bajkowski-1/+1
2026-02-28crypto: virtio - Convert from tasklet to BH workqueuePat Somaru-7/+7
2026-02-28crypto: safexcel - Add support for authenc(hmac(md5),*) suitesAleksander Jan Bajkowski-0/+157
2026-02-28crypto: safexcel - Group authenc ciphersuitesAleksander Jan Bajkowski-4/+4
2026-02-28crypto: caam - Replace snprintf with strscpy in caam_hash_allocThorsten Blum-16/+9
2026-02-28crypto: octeontx - Replace scnprintf with strscpy in print_ucode_infoThorsten Blum-4/+4
2026-02-28crypto: atmel-sha204a - Fix OOM ->tfm_count leakThorsten Blum-2/+3
2026-02-28crypto: ccp - Fix use-after-free on error pathAlper Ak-1/+1
2026-02-28crypto: ccp - allow callers to use HV-Fixed page API when SEV is disabledAshish Kalra-6/+4