index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-08
crypto: tegra - Use HMAC fallback when keyslots are full
Akhil R
1
-1
/
+6
2025-03-08
crypto: tegra - Reserve keyslots to allocate dynamically
Akhil R
3
-22
/
+164
2025-03-08
crypto: tegra - Set IV to NULL explicitly for AES ECB
Akhil R
1
-0
/
+3
2025-03-08
crypto: tegra - Fix CMAC intermediate result handling
Akhil R
1
-9
/
+9
2025-03-08
crypto: tegra - Fix HASH intermediate result handling
Akhil R
2
-52
/
+98
2025-03-08
crypto: tegra - Transfer HASH init function to crypto engine
Akhil R
3
-78
/
+109
2025-03-08
crypto: tegra - check return value for hash do_one_req
Akhil R
2
-2
/
+15
2025-03-08
crypto: tegra - finalize crypto req on error
Akhil R
1
-11
/
+17
2025-03-08
crypto: tegra - Do not use fixed size buffers
Akhil R
3
-75
/
+89
2025-03-08
crypto: tegra - Use separate buffer for setkey
Akhil R
5
-21
/
+37
2025-03-08
crypto: mxs-dcp - Only set OTP_KEY bit for OTP key
Sven Schwermer
1
-4
/
+4
2025-03-02
crypto: octeontx - Remove unused function otx_cpt_eng_grp_has_eng_type
Dr. David Alan Gilbert
2
-13
/
+0
2025-03-02
crypto: octeontx2 - Remove unused otx2_cpt_print_uc_dbg_info
Dr. David Alan Gilbert
2
-100
/
+0
2025-03-02
crypto: stm32 - use the new scatterwalk functions
Eric Biggers
1
-17
/
+17
2025-03-02
crypto: s5p-sss - use the new scatterwalk functions
Eric Biggers
1
-27
/
+11
2025-03-02
crypto: nx - use the new scatterwalk functions
Eric Biggers
4
-50
/
+17
2025-02-22
crypto: inside-secure/eip93 - Correctly handle return of for sg_nents_for_len
Christian Marangi
1
-6
/
+19
2025-02-22
crypto: qat - refactor service parsing logic
MaĆgorzata Mielnik
10
-78
/
+202
2025-02-22
crypto: qat - do not export adf_cfg_services
Giovanni Cabiddu
1
-1
/
+0
2025-02-22
crypto: qat - reorder objects in qat_common Makefile
Giovanni Cabiddu
1
-33
/
+33
2025-02-22
crypto: qat - fix object goals in Makefiles
Giovanni Cabiddu
9
-9
/
+9
2025-02-22
crypto: bcm - set memory to zero only once
Thorsten Blum
1
-12
/
+12
2025-02-22
crypto: inside-secure - Eliminate duplication in top-level Makefile
Herbert Xu
2
-2
/
+2
2025-02-22
crypto: ccp - Add support for PCI device 0x1134
Devaraj Rangasamy
1
-0
/
+1
2025-02-22
crypto: hisilicon/sec2 - fix for sec spec check
Wenkai Lin
2
-63
/
+39
2025-02-22
crypto: hisilicon/sec2 - fix for aead authsize alignment
Wenkai Lin
1
-13
/
+9
2025-02-22
crypto: hisilicon/sec2 - fix for aead auth key length
Wenkai Lin
1
-6
/
+2
2025-02-22
crypto: virtio - Drop superfluous [as]kcipher_req pointer
Lukas Wunner
2
-10
/
+7
2025-02-22
crypto: virtio - Drop superfluous [as]kcipher_ctx pointer
Lukas Wunner
2
-8
/
+5
2025-02-22
crypto: virtio - Drop superfluous ctx->tfm backpointer
Lukas Wunner
2
-9
/
+0
2025-02-22
crypto: virtio - Simplify RSA key size caching
Lukas Wunner
1
-11
/
+8
2025-02-22
crypto: virtio - Fix kernel-doc of virtcrypto_dev_stop()
Lukas Wunner
1
-1
/
+1
2025-02-14
crypto: ccp: Add external API interface for PSP module initialization
Sean Christopherson
1
-0
/
+14
2025-02-09
crypto: qat - set command ids as reserved
Suman Kumar Chakraborty
1
-2
/
+2
2025-02-09
crypto: hisilicon/hpre - adapt ECDH for high-performance cores
lizhi
1
-0
/
+7
2025-02-09
crypto: ccp - Fix check for the primary ASP device
Tom Lendacky
1
-6
/
+9
2025-02-09
crypto: drivers - Use str_enable_disable-like helpers
Krzysztof Kozlowski
6
-13
/
+14
2025-02-09
crypto: eip93 - Add Inside Secure SafeXcel EIP-93 crypto engine support
Christian Marangi
17
-0
/
+4049
2025-02-08
lib/crc32: standardize on crc32c() name for Castagnoli CRC32
Eric Biggers
1
-1
/
+1
2025-01-28
Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-32
/
+4
2025-01-24
Merge tag 'v6.14-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
32
-2895
/
+767
2025-01-20
Merge tag 'kernel-6.14-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2025-01-15
qat: don't mess with ->d_name
Al Viro
1
-32
/
+4
2025-01-14
crypto: omap - switch from scatter_walk to plain offset
Eric Biggers
3
-48
/
+32
2025-01-14
crypto: bcm - Drop unused setting of local 'ptr' variable
Krzysztof Kozlowski
1
-6
/
+1
2025-01-14
crypto: hisilicon/qm - support new function communication
Yang Shen
4
-61
/
+175
2024-12-28
crypto: iaa - Fix IAA disabling that occurs when sync_mode is set to 'async'
Kanchana P Sridhar
1
-1
/
+1
2024-12-21
crypto: qce - revert "use __free() for a buffer that's always freed"
Nathan Chancellor
1
-3
/
+3
2024-12-21
crypto: ixp4xx - fix OF node reference leaks in init_ixp_crypto()
Joe Hattori
1
-0
/
+3
2024-12-21
crypto: hisilicon/sec2 - fix for aead invalid authsize
Wenkai Lin
2
-32
/
+34
[prev]
[next]