LinuxLists
Users
About
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
Previous Page
/
Next Page
Date
List
Subject
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
2024-04-03 05:03:06
linux-kernel
Re: [PATCH v16 16/20] fsverity: consume fsverity built-in signatures via LSM hook
2024-04-03 04:25:21
linux-ext4
Re: [f2fs-dev] [PATCH v15 7/9] f2fs: Log error when lookup of encoded dentry fails
2024-04-03 04:22:43
linux-ext4
Re: [f2fs-dev] [PATCH v15 6/9] ext4: Log error when lookup of encoded dentry fails
2024-04-03 04:20:41
linux-kernel
Re: [PATCH v15 4/9] ext4: Reuse generic_ci_match for ci comparisons
2024-04-03 03:43:39
linux-ext4
Re: [PATCH v15 4/9] ext4: Reuse generic_ci_match for ci comparisons
2024-04-03 03:36:17
linux-ext4
Re: [PATCH v15 3/9] libfs: Introduce case-insensitive string comparison helper
2024-04-03 03:31:10
linux-kernel
Re: [PATCH v15 2/9] f2fs: Simplify the handling of cached insensitive names
2024-04-03 00:44:11
linux-crypto
Re: [PATCH v2 0/6] Faster AES-XTS on modern x86_64 CPUs
2024-03-31 00:48:52
linux-crypto
Re: [PATCH] KEYS: Add ECDH support
2024-03-30 07:04:47
linux-crypto
Re: [PATCH] KEYS: Add ECDH support
2024-03-29 09:33:49
linux-crypto
Re: [PATCH v2 0/6] Faster AES-XTS on modern x86_64 CPUs
2024-03-29 08:06:37
linux-kernel
[PATCH v2 3/6] crypto: x86/aes-xts - wire up AESNI + AVX implementation
2024-03-29 08:06:36
linux-crypto
[PATCH v2 6/6] crypto: x86/aes-xts - wire up VAES + AVX10/512 implementation
2024-03-29 08:06:29
linux-kernel
[PATCH v2 4/6] crypto: x86/aes-xts - wire up VAES + AVX2 implementation
2024-03-29 08:06:28
linux-crypto
[PATCH v2 5/6] crypto: x86/aes-xts - wire up VAES + AVX10/256 implementation
2024-03-29 08:06:12
linux-kernel
[PATCH v2 1/6] x86: add kconfig symbols for assembler VAES and VPCLMULQDQ support
2024-03-29 08:06:11
linux-crypto
[PATCH v2 2/6] crypto: x86/aes-xts - add AES-XTS assembly macro for modern CPUs
2024-03-29 08:06:01
linux-crypto
[PATCH v2 0/6] Faster AES-XTS on modern x86_64 CPUs
2024-03-29 02:46:55
linux-crypto
Re: [PATCH 0/4] crypto: Add new compression modes for zlib and IAA
2024-03-27 04:17:16
linux-kernel
Re: linux-next: trees being removed