Eric Biggers ([email protected])

Number of posts: 5966 (2.79 per day)
First post: 2018-08-06 22:36:10
Last post: 2024-06-12 19:36:54

Date List Subject
2024-04-30 03:18:56 linux-crypto Re: [RFC] crypto: passing configuration parameters to comp algos
2024-04-30 03:11:12 linux-crypto Re: [PATCH] random: add chacha8_block and swtich the rng to it
2024-04-25 04:37:35 linux-kernel Re: [PATCH v17 20/21] Documentation: add ipe documentation
2024-04-25 04:20:27 linux-kernel Re: [PATCH v17 17/21] ipe: enable support for fs-verity as a trust provider
2024-04-25 04:14:17 linux-kernel Re: [PATCH v17 20/21] Documentation: add ipe documentation
2024-04-25 03:57:03 linux-kernel Re: [PATCH v17 13/21] dm verity: consume root hash digest and expose signature data via LSM hook
2024-04-25 03:42:59 linux-kernel Re: [PATCH v17 17/21] ipe: enable support for fs-verity as a trust provider
2024-04-25 03:39:25 linux-kernel Re: [PATCH v17 16/21] fsverity: expose verified fsverity built-in signatures to LSMs
2024-04-22 21:14:13 linux-kernel Re: [linus:master] [crypto] 203a6763ab: Kernel_panic-not_syncing:Certs_selftest#:pkcs7_verify()=
2024-04-22 21:10:51 linux-crypto [PATCH] KEYS: asymmetric: Add missing dependencies of FIPS_SIGNATURE_SELFTEST
2024-04-22 21:09:21 linux-crypto [PATCH] KEYS: asymmetric: Add missing dependency on CRYPTO_SIG
2024-04-22 20:36:35 linux-crypto [PATCH v2 8/8] dm-verity: improve performance by using multibuffer hashing
2024-04-22 20:36:30 linux-crypto [PATCH v2 7/8] dm-verity: hash blocks with shash import+finup when possible
2024-04-22 20:36:27 linux-crypto [PATCH v2 6/8] fsverity: improve performance by using multibuffer hashing
2024-04-22 20:36:24 linux-crypto [PATCH v2 5/8] crypto: arm64/sha256-ce - add support for finup2x
2024-04-22 20:36:21 linux-crypto [PATCH v2 4/8] crypto: x86/sha256-ni - add support for finup2x
2024-04-22 20:36:17 linux-crypto [PATCH v2 3/8] crypto: testmgr - add tests for finup2x
2024-04-22 20:36:14 linux-crypto [PATCH v2 2/8] crypto: testmgr - generate power-of-2 lengths more often
2024-04-22 20:36:11 linux-crypto [PATCH v2 1/8] crypto: shash - add support for finup2x
2024-04-22 20:36:08 linux-crypto [PATCH v2 0/8] Optimize dm-verity and fsverity using multibuffer hashing
2024-04-20 18:21:15 linux-crypto [PATCH v2] crypto: x86/aes-gcm - simplify GCM hash subkey derivation
2024-04-20 18:19:49 linux-crypto Re: [PATCH] crypto: x86/aes-gcm - simplify GCM hash subkey derivation
2024-04-20 06:01:14 linux-crypto [PATCH] crypto: x86/aes-gcm - simplify GCM hash subkey derivation
2024-04-20 05:57:08 linux-crypto [PATCH] crypto: x86/aes-gcm - delete unused GCM assembly code
2024-04-20 05:55:26 linux-crypto [PATCH] crypto: x86/aes-xts - simplify loop in xts_crypt_slowpath()
2024-04-19 16:30:14 linux-crypto Re: [RFC PATCH 1/8] crypto: shash - add support for finup2x
2024-04-18 18:42:30 linux-kernel Re: [PATCH v4 7/9] riscv: vector: adjust minimum Vector requirement to ZVE32X
2024-04-18 17:40:01 linux-kernel Re: [PATCH v4 7/9] riscv: vector: adjust minimum Vector requirement to ZVE32X
2024-04-18 17:32:44 linux-kernel Re: [PATCH v4 7/9] riscv: vector: adjust minimum Vector requirement to ZVE32X
2024-04-18 16:14:50 linux-kernel Re: [PATCH] Documentation: coding-style: don't encourage WARN*()
2024-04-18 15:53:55 linux-kernel Re: [PATCH v4 7/9] riscv: vector: adjust minimum Vector requirement to ZVE32X
2024-04-17 06:14:55 linux-crypto Re: [PATCH] crypto: arm64/aes-ce - Simplify round key load sequence
2024-04-17 06:13:44 linux-crypto Re: [PATCH v2 2/2] crypto: aead, cipher - zeroize key buffer after use
2024-04-17 06:06:31 linux-crypto [PATCH] x86/cpufeatures: Fix dependencies for GFNI, VAES, and VPCLMULQDQ
2024-04-15 22:54:29 linux-crypto Re: [PATCH v9 00/14] x86: Support Key Locker
2024-04-15 22:49:52 linux-kernel Re: [PATCH v2 2/2] crypto: aead,cipher - zeroize key buffer after use
2024-04-15 22:46:41 linux-kernel Re: [PATCH v2 4/4] crypto: x86/sha256-ni - simplify do_4rounds
2024-04-15 21:48:05 linux-crypto [RFC PATCH 6/8] fsverity: improve performance by using multibuffer hashing
2024-04-15 21:47:02 linux-crypto [RFC PATCH 7/8] dm-verity: hash blocks with shash import+finup when possible
2024-04-15 21:41:42 linux-crypto [RFC PATCH 8/8] dm-verity: improve performance by using multibuffer hashing
2024-04-15 21:41:22 linux-crypto [RFC PATCH 4/8] crypto: x86/sha256-ni - add support for finup2x
2024-04-15 21:41:15 linux-crypto [RFC PATCH 2/8] crypto: testmgr - generate power-of-2 lengths more often
2024-04-15 21:39:14 linux-crypto [RFC PATCH 5/8] crypto: arm64/sha256-ce - add support for finup2x
2024-04-15 21:39:07 linux-crypto [RFC PATCH 3/8] crypto: testmgr - add tests for finup2x
2024-04-15 21:38:58 linux-crypto [RFC PATCH 1/8] crypto: shash - add support for finup2x
2024-04-15 21:38:54 linux-crypto [RFC PATCH 0/8] Optimize dm-verity and fsverity using multibuffer hashing
2024-04-15 21:21:29 linux-crypto Re: [PATCH v2 4/4] crypto: x86/sha256-ni - simplify do_4rounds
2024-04-13 03:21:43 linux-crypto [PATCH 3/3] crypto: x86/aes-xts - optimize size of instructions operating on lengths
2024-04-13 03:21:31 linux-crypto [PATCH 2/3] crypto: x86/aes-xts - eliminate a few more instructions
2024-04-13 03:21:26 linux-crypto [PATCH 1/3] crypto: x86/aes-xts - handle AES-128 and AES-192 more efficiently
2024-04-13 03:21:23 linux-crypto [PATCH 0/3] crypto: x86/aes-xts - additional tuning