]> asedeno.scripts.mit.edu Git - linux.git/commit
crypto: testmgr - remove workaround for AEADs that modify aead_request
authorEric Biggers <ebiggers@google.com>
Sun, 10 Mar 2019 19:00:58 +0000 (12:00 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 22 Mar 2019 12:57:26 +0000 (20:57 +0800)
commitf808aa3f245e778c27fc923afc040c40b94697d4
tree873d700c426e0377149683e12df08b2737988fa3
parente151a8d28c2c99c8a9a9bfbe2bd612e692c33efd
crypto: testmgr - remove workaround for AEADs that modify aead_request

Now that all AEAD algorithms (that I have the hardware to test, at
least) have been fixed to not modify the user-provided aead_request,
remove the workaround from testmgr that reset aead_request::tfm after
each AEAD encryption/decryption.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/testmgr.c