messages from 2026-02-12 03:04:03 to 2026-02-19 03:08:09 UTC [more...]
[PATCH] crypto: Add SPDX ids to some files
2026-02-19 3:07 UTC (3+ messages)
[PATCH 00/15] AES-CMAC library
2026-02-19 1:49 UTC (18+ messages)
` [PATCH 01/15] lib/crypto: aes: Add support for CBC-based MACs
` [PATCH 02/15] crypto: aes - Add cmac, xcbc, and cbcmac algorithms using library
` [PATCH 03/15] crypto: arm64/aes - Fix 32-bit aes_mac_update() arg treated as 64-bit
` [PATCH 04/15] lib/crypto: arm64/aes: Move assembly code for AES modes into libaes
` [PATCH 05/15] lib/crypto: arm64/aes: Migrate optimized CBC-based MACs into library
` [PATCH 06/15] lib/crypto: tests: Add KUnit tests for CBC-based MACs
` [PATCH 07/15] lib/crypto: aes: Add FIPS self-test for CMAC
` [PATCH 08/15] smb: client: Use AES-CMAC library for SMB3 signature calculation
` [PATCH 09/15] smb: client: Remove obsolete cmac(aes) allocation
` [PATCH 10/15] smb: client: Make generate_key() return void
` [PATCH 11/15] smb: client: Drop 'allocate_crypto' arg from smb*_calc_signature()
` [PATCH 12/15] ksmbd: Use AES-CMAC library for SMB3 signature calculation
` [PATCH 13/15] Bluetooth: SMP: Use AES-CMAC library API
` [PATCH 14/15] wifi: mac80211: Use AES-CMAC library in ieee80211_aes_cmac()
` [PATCH 15/15] wifi: mac80211: Use AES-CMAC library in aes_s2v()
[PATCH] crypto: atmel-sha204a - Fix OOM ->tfm_count leak
2026-02-18 23:54 UTC
[PATCH 0/6] Add RMPOPT support
2026-02-18 22:56 UTC (29+ messages)
` [PATCH 1/6] x86/cpufeatures: Add X86_FEATURE_AMD_RMPOPT feature flag
` [PATCH 2/6] x86/sev: add support for enabling RMPOPT
` [PATCH 3/6] x86/sev: add support for RMPOPT instruction
` [PATCH 4/6] x86/sev: Add interface to re-enable RMP optimizations
` [PATCH 5/6] x86/sev: Use configfs "
` [PATCH 6/6] x86/sev: Add debugfs support for RMPOPT
[PATCH v15 00/28] x86: Secure Launch support for Intel TXT
2026-02-18 21:54 UTC (12+ messages)
[PATCH] lib/crypto: powerpc/aes: Fix rndkey_from_vsx() on big endian CPUs
2026-02-18 21:40 UTC (2+ messages)
[PATCH v5 0/4] Enable ICE clock scaling
2026-02-18 19:02 UTC (7+ messages)
` [PATCH v5 2/4] soc: qcom: ice: Add OPP-based clock scaling support for ICE
[PATCH v9 0/4] crypto: spacc - Add SPAcc Crypto Driver
2026-02-18 17:39 UTC (6+ messages)
` [PATCH v9 1/4] dt-bindings: crypto: Document support for SPAcc
` [PATCH v9 2/4] crypto: spacc - Add SPAcc ahash support
` [PATCH v9 3/4] Add SPAcc AUTODETECT Support
` [PATCH v9 4/4] crypto: spacc - Add SPAcc Kconfig and Makefile
[PATCH] crypto: rsa: add debug message if leading zero byte is missing
2026-02-18 13:53 UTC (7+ messages)
[PATCH] ksmbd: Compare MACs in constant time
2026-02-18 12:50 UTC (2+ messages)
[PATCH v6] crypto: qce - Add runtime PM and interconnect bandwidth scaling support
2026-02-18 11:12 UTC (4+ messages)
[PATCH] smb: client: Compare MACs in constant time
2026-02-18 4:27 UTC
[PATCH v2 0/6] Enable UFS support on Milos
2026-02-18 2:33 UTC (9+ messages)
` [PATCH v2 2/6] scsi: ufs: qcom,sc7180-ufshc: dt-bindings: Document the Milos UFS Controller
` [PATCH v2 5/6] arm64: dts: qcom: milos: Add UFS nodes
[PATCH] crypto: aead: add service indicator flag for RFC4106 AES-GCM
2026-02-17 20:59 UTC (3+ messages)
[PATCH] crypto: atmel-sha204a - Fix error codes in OTP reads
2026-02-17 11:01 UTC (2+ messages)
[PATCH v2] crypto: atmel-sha204a - Fix OTP sysfs read and error handling
2026-02-17 10:34 UTC (2+ messages)
` Hi Thorsten,
[PATCH] x509: select CONFIG_CRYPTO_LIB_SHA256
2026-02-17 8:35 UTC (2+ messages)
[PATCH] crypto: sa2ul: add missing IS_ERR checks
2026-02-16 23:16 UTC
[PATCH] crypto/ccp: Fix use-after-free on error path
2026-02-16 18:40 UTC (2+ messages)
[PATCH] crypto: atmel-sha204a - Fix OTP sysfs read and error handling
2026-02-16 7:53 UTC (5+ messages)
[PATCH v9 0/3] Add support for more AES modes in TI DTHEv2
2026-02-13 13:02 UTC (4+ messages)
` [PATCH v9 1/3] crypto: ti - Add support for AES-CTR in DTHEv2 driver
` [PATCH v9 2/3] crypto: ti - Add support for AES-GCM "
` [PATCH v9 3/3] crypto: ti - Add support for AES-CCM "
[PATCH V2] crypto: aegis128: Add RISC-V vector SIMD implementation
2026-02-13 0:13 UTC (3+ messages)
[PATCH] x509: select CONFIG_CRYPTO_LIB_SHA256
2026-02-12 17:49 UTC (2+ messages)
[PATCH] lib/crypto: riscv: Depend on RISCV_EFFICIENT_VECTOR_UNALIGNED_ACCESS
2026-02-12 17:47 UTC (3+ messages)
[PATCH RESEND v6 0/3] kNFSD Signed Filehandles
2026-02-12 17:04 UTC (6+ messages)
` [PATCH v6 1/3] NFSD: Add a key for signing filehandles
` [PATCH v6 2/3] NFSD/export: Add sign_fh export option
` [PATCH v6 3/3] NFSD: Sign filehandles
[PATCH v6 0/3] kNFSD Signed Filehandles
2026-02-12 14:02 UTC (5+ messages)
` [PATCH v6 3/3] NFSD: Sign filehandles
[PATCH v1 00/12] crypto: Standalone crypto module (Series 4/4): arm64 crypto
2026-02-12 3:21 UTC (13+ messages)
` [PATCH 01/12] arm64: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_SM3_NEON crypto
` [PATCH 02/12] arm64: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_SM3_ARM64_CE crypto
` [PATCH 03/12] arm64: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_SM4_ARM64_CE crypto
` [PATCH 04/12] arm64: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_SM4_ARM64_CE_BLK crypto
` [PATCH 05/12] arm64: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_SM4_ARM64_CE_CCM crypto
` [PATCH 06/12] arm64: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_SM4_ARM64_CE_GCM crypto
` [PATCH 07/12] arm64: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_SM4_ARM64_NEON_BLK crypto
` [PATCH 08/12] arm64: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_GHASH_ARM64_CE crypto
` [PATCH 09/12] arm64: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_AES_ARM64_CE_CCM crypto
` [PATCH 10/12] arm64: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_AES_ARM64_CE_BLK crypto
` [PATCH 11/12] arm64: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_AES_ARM64_NEON_BLK crypto
` [PATCH 12/12] arm64: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_AES_ARM64_BS crypto
[PATCH v1 00/21] crypto: Standalone crypto module (Series 3/4): x86_64 crypto
2026-02-12 3:15 UTC (22+ messages)
` [PATCH 01/21] x86: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_CAST5_AVX_X86_64 and CONFIG_CRYPTO_CAST6_AVX_X86_64 crypto
` [PATCH 02/21] x86: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_TWOFISH_X86_64 crypto
` [PATCH 03/21] x86: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_TWOFISH_X86_64_3WAY crypto
` [PATCH 04/21] x86: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_TWOFISH_AVX_X86_64 crypto
` [PATCH 05/21] x86: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_SERPENT_SSE2_X86_64 crypto
` [PATCH 06/21] x86: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_SERPENT_AVX_X86_64 crypto
` [PATCH 07/21] x86: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_SERPENT_AVX2_X86_64 crypto
` [PATCH 08/21] x86: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_DES3_EDE_X86_64 crypto
` [PATCH 09/21] x86: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_CAMELLIA_X86_64 crypto
` [PATCH 10/21] x86: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_AES_NI_INTEL crypto
` [PATCH 11/21] x86: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_CAMELLIA_AESNI_AVX_X86_64 crypto
` [PATCH 12/21] x86: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_CAMELLIA_AESNI_AVX2_X86_64 crypto
` [PATCH 13/21] x86: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_BLOWFISH_X86_64 crypto
` [PATCH 14/21] x86: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_AEGIS128_AESNI_SSE2 crypto
` [PATCH 15/21] x86: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL crypto
` [PATCH 16/21] x86: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_SM3_AVX_X86_64 crypto
` [PATCH 17/21] x86: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_SM4_AESNI_AVX_X86_64 crypto
` [PATCH 18/21] x86: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_SM4_AESNI_AVX2_X86_64 crypto
` [PATCH 19/21] x86: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_ARIA_AESNI_AVX_X86_64 crypto
` [PATCH 20/21] x86: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_ARIA_AESNI_AVX2_X86_64 crypto
` [PATCH 21/21] x86: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_ARIA_GFNI_AVX512_X86_64 crypto
[PATCH v1 00/106] crypto: Standalone crypto module (Series 2/4): Arch-independent crypto
2026-02-12 2:47 UTC (44+ messages)
` [PATCH 064/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_SM4 and CONFIG_CRYPTO_SM4_GENERIC crypto
` [PATCH 065/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_TWOFISH and CONFIG_CRYPTO_TWOFISH_COMMON crypto
` [PATCH 066/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_SERPENT crypto
` [PATCH 067/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_CAMELLIA crypto
` [PATCH 068/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_CAST_COMMON, CONFIG_CRYPTO_CAST5, CONFIG_CRYPTO_CAST6 crypto
` [PATCH 069/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_ARC4 crypto
` [PATCH 070/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_USER_API crypto
` [PATCH 071/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_USER_API_SKCIPHER crypto
` [PATCH 072/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_TEA crypto
` [PATCH 073/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_KHAZAD crypto
` [PATCH 074/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_ANUBIS crypto
` [PATCH 075/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_SEED crypto
` [PATCH 076/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_ARIA crypto
` [PATCH 077/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_DEFLATE crypto
` [PATCH 078/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_MICHAEL_MIC crypto
` [PATCH 079/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_CRC32C and CONFIG_CRYPTO_CRC32 crypto
` [PATCH 080/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_KRB5ENC crypto
` [PATCH 081/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_LZ4 and CONFIG_CRYPTO_LZ4HC crypto
` [PATCH 082/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_XXHASH crypto
` [PATCH 083/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_842 crypto
` [PATCH 084/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_JITTERENTROPY_TESTINTERFACE crypto
` [PATCH 085/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_BENCHMARK crypto
` [PATCH 086/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_USER_API_HASH crypto
` [PATCH 087/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_USER_API_RNG crypto
` [PATCH 088/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_USER_API_AEAD crypto
` [PATCH 089/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_ZSTD crypto
` [PATCH 090/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_ESSIV crypto
` [PATCH 091/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_ECDH crypto
` [PATCH 092/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_ECRDSA crypto
` [PATCH 093/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_XOR_BLOCKS crypto
` [PATCH 094/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_ASYNC_CORE crypto
` [PATCH 095/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_ASYNC_MEMCPY crypto
` [PATCH 096/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_ASYNC_XOR crypto
` [PATCH 097/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_ASYNC_PQ crypto
` [PATCH 098/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_ASYNC_RAID6_RECOV crypto
` [PATCH 099/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_KDF800108_CTR crypto
` [PATCH 100/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_KRB5 crypto
` [PATCH 101/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_FIPS_SIGNATURE_SELFTEST crypto
` [PATCH 102/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_PKCS8_PRIVATE_KEY_PARSER crypto
` [PATCH 103/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_PKCS7_TEST_KEY crypto
` [PATCH 104/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_SIGNED_PE_FILE_VERIFICATION crypto
` [PATCH 105/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_SIMD crypto
` [PATCH 106/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_ASYNC_RAID6_TEST crypto
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox