diff options
author | Eric Biggers <ebiggers@google.com> | 2019-03-10 12:00:50 -0700 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2019-03-22 20:57:26 +0800 |
commit | 1661131a0479a2e0f7d16b43ce12a0106c442e37 (patch) | |
tree | ed00b371ecf10e87a751ba662b46788963f47cd1 /samples/bpf | |
parent | 16c4dd83a1b2a23004e2728b7c6222592e64e354 (diff) | |
download | linux-1661131a0479a2e0f7d16b43ce12a0106c442e37.tar.bz2 |
crypto: simd - support wrapping AEAD algorithms
Update the crypto_simd module to support wrapping AEAD algorithms.
Previously it only supported skciphers. The code for each is similar.
I'll be converting the x86 implementations of AES-GCM, AEGIS, and MORUS
to use this. Currently they each independently implement the same
functionality. This will not only simplify the code, but it will also
fix the bug detected by the improved self-tests: the user-provided
aead_request is modified. This is because these algorithms currently
reuse the original request, whereas the crypto_simd helpers build a new
request in the original request's context.
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'samples/bpf')
0 files changed, 0 insertions, 0 deletions