diff options
| author | Eric Biggers <ebiggers@kernel.org> | 2026-07-15 15:11:50 -0700 |
|---|---|---|
| committer | Eric Biggers <ebiggers@kernel.org> | 2026-07-22 12:01:21 -0700 |
| commit | 747463a214b82e2a2c45fc218704843f76e7b7c3 (patch) | |
| tree | 2c938832bf5e0e5050c84eff3e365d19e91b429b /tools/tracing/rtla/tests/scripts/lib/git@git.tavy.me:linux.git | |
| parent | 20df21a482aa1cf730ea68adbf49ed5bc4c3ba14 (diff) | |
crypto: aes - Add CTR and XCTR support using library
Implement the "ctr(aes)" and "xctr(aes)" crypto_skcipher algorithms
using the corresponding library functions.
Among other benefits, this allows the architecture-optimized AES-CTR and
AES-XCTR code to be migrated into the library while still leaving it
accessible via crypto_skcipher, eliminating lots of boilerplate code.
For now the cra_priority is set to just 110, since the
architecture-optimized implementations of these algorithms haven't yet
been migrated into the library. It will be boosted once that happens.
Link: https://patch.msgid.link/20260715221153.246410-11-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
Diffstat (limited to 'tools/tracing/rtla/tests/scripts/lib/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions
