diff options
| author | Eric Biggers <ebiggers@kernel.org> | 2026-07-15 15:11:52 -0700 |
|---|---|---|
| committer | Eric Biggers <ebiggers@kernel.org> | 2026-07-22 12:01:21 -0700 |
| commit | 8ca62072faa17984f1a27bf9c74a37fa22606c31 (patch) | |
| tree | e78fda3d606917523d9eac0bb8731b9a6505dc63 /include/linux | |
| parent | 94efa0c9fb36b0f8be480f24bce2bb673005bfde (diff) | |
crypto: aes - Add GCM support using library
Implement the "gcm(aes)" and "rfc4106(gcm(aes))" crypto_aead algorithms
using the corresponding library functions.
Among other benefits, this allows the architecture-optimized AES-GCM
code to be migrated into the library while still leaving it accessible
via crypto_aead, 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-13-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
