Eric Biggers ([email protected])

Number of posts: 5833 (2.8 per day)
First post: 2018-08-06 22:36:10
Last post: 2024-04-17 06:14:55

Date List Subject
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
2024-04-13 00:11:01 linux-crypto [PATCH] crypto: x86/aesni-xts - deduplicate aesni_xts_enc() and aesni_xts_dec()
2024-04-12 15:46:19 linux-crypto [PATCH] crypto: x86/aes-xts - handle CTS encryption more efficiently
2024-04-11 18:11:54 linux-crypto [PATCH v2 1/4] crypto: x86/sha256-ni - convert to use rounds macros
2024-04-11 17:50:01 linux-kernel [PATCH v2 3/4] crypto: x86/sha256-ni - optimize code size
2024-04-11 17:49:53 linux-crypto [PATCH v2 4/4] crypto: x86/sha256-ni - simplify do_4rounds
2024-04-11 17:49:39 linux-crypto [PATCH v2 2/4] crypto: x86/sha256-ni - rename some register aliases
2024-04-11 17:49:31 linux-crypto [PATCH v2 0/4] crypto: x86/sha256-ni - cleanup and optimization
2024-04-11 17:45:08 linux-crypto Re: [PATCH 1/2] crypto: x86/sha256-ni - convert to use rounds macros
2024-04-09 23:37:06 linux-kernel Re: [PATCH 1/2] crypto: x86/sha256-ni - convert to use rounds macros
2024-04-09 12:51:57 linux-crypto Re: [PATCH 1/2] crypto: s(h)aving 40+ bytes off arch/x86/crypto/sha256_ni_asm.S
2024-04-09 12:44:34 linux-crypto [PATCH 0/2] crypto: x86/sha256-ni - cleanup and optimization
2024-04-09 12:44:25 linux-crypto [PATCH 2/2] crypto: x86/sha256-ni - optimize code size
2024-04-09 12:44:16 linux-crypto [PATCH 1/2] crypto: x86/sha256-ni - convert to use rounds macros
2024-04-09 12:11:50 linux-crypto Re: [PATCH] crypto: x86/aes-xts - access round keys using single-byte offsets
2024-04-09 00:02:20 linux-crypto [PATCH] crypto: x86/aes-xts - access round keys using single-byte offsets
2024-04-08 15:18:54 linux-crypto Re: [PATCH 1/2] crypto: s(h)aving 40+ bytes off arch/x86/crypto/sha256_ni_asm.S
2024-04-08 13:17:41 linux-crypto Re: [PATCH 1/2] crypto: s(h)aving 40+ bytes off arch/x86/crypto/sha256_ni_asm.S
2024-04-08 12:37:51 linux-crypto Re: [PATCH 1/2] crypto: s(h)aving 40+ bytes off arch/x86/crypto/sha256_ni_asm.S
2024-04-08 12:31:23 linux-crypto Re: [PATCH 0/6] Faster AES-XTS on modern x86_64 CPUs
2024-04-08 01:48:15 linux-crypto Re: [PATCH v9 00/14] x86: Support Key Locker
2024-04-07 21:25:11 linux-crypto [PATCH] crypto: x86/aes-xts - make non-AVX implementation use new glue code
2024-04-06 00:28:14 linux-crypto [PATCH 3/3] crypto: x86/sha512-avx2 - add missing vzeroupper
2024-04-06 00:28:13 linux-crypto [PATCH 2/3] crypto: x86/sha256-avx2 - add missing vzeroupper
2024-04-06 00:28:12 linux-crypto [PATCH 1/3] crypto: x86/nh-avx2 - add missing vzeroupper
2024-04-06 00:28:10 linux-crypto [PATCH 0/3] crypto: x86 - add missing vzeroupper instructions
2024-04-05 19:19:14 linux-kernel Re: [PATCH 0/6] Faster AES-XTS on modern x86_64 CPUs
2024-04-05 00:11:33 linux-crypto Re: [PATCH v2 6/6] crypto: x86/aes-xts - wire up VAES + AVX10/512 implementation
2024-04-04 23:36:09 linux-crypto Re: [PATCH v2 6/6] crypto: x86/aes-xts - wire up VAES + AVX10/512 implementation
2024-04-04 01:35:37 linux-crypto Re: [PATCH 0/6] Faster AES-XTS on modern x86_64 CPUs
2024-04-03 23:56:55 linux-kernel Re: [PATCH v8 06/15] x86: Add early SHA support for Secure Launch early measurements
2024-04-03 05:10:46 linux-kernel Re: [PATCH v16 17/20] ipe: enable support for fs-verity as a trust provider