summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@kernel.org>2026-07-15 15:11:49 -0700
committerEric Biggers <ebiggers@kernel.org>2026-07-22 12:01:21 -0700
commit20df21a482aa1cf730ea68adbf49ed5bc4c3ba14 (patch)
tree29dd30d155b9e0e55d4f926241541b7776157841 /include/linux
parente91ce847cde47962d90753b38c694510af3f107c (diff)
crypto: aes - Add CBC and CBC-CTS support using library
Implement the "cbc(aes)" and "cts(cbc(aes))" crypto_skcipher algorithms using the corresponding library functions. Among other benefits, this allows the architecture-optimized AES-CBC and AES-CBC-CTS 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-10-ebiggers@kernel.org Signed-off-by: Eric Biggers <ebiggers@kernel.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions