]> git.baikalelectronics.ru Git - kernel.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)
commit408b9b4e03c60af4bd02c62fd32f3ca7e1b42bd7
tree873d700c426e0377149683e12df08b2737988fa3
parent6739e97d4d8e397f8a359eb8310be69c13a07492
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