crypto: skcipher - Remove SKCIPHER_REQUEST_ON_STACK()
authorKees Cook <keescook@chromium.org>
Wed, 19 Sep 2018 02:11:00 +0000 (19:11 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 28 Sep 2018 04:46:09 +0000 (12:46 +0800)
commita9cbfe4c784436368790f0c59674f99ba97ae21e
tree6f8e3c4d34c3561190ed54c9fd90a55784fdbe49
parent6adfbd621b59e0a399cb1398fd263b15ebc53f5b
crypto: skcipher - Remove SKCIPHER_REQUEST_ON_STACK()

Now that all the users of the VLA-generating SKCIPHER_REQUEST_ON_STACK()
macro have been moved to SYNC_SKCIPHER_REQUEST_ON_STACK(), we can remove
the former.

Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
include/crypto/skcipher.h