crypto: mediatek - make crypto request queue management more generic
authorRyder Lee <ryder.lee@mediatek.com>
Fri, 20 Jan 2017 05:41:10 +0000 (13:41 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 23 Jan 2017 14:50:30 +0000 (22:50 +0800)
commit382ae57d5e52a62e77d62e60e5be9a6526d40da0
tree4c8ac242488e0d9aebd72eb21093775da08783e5
parent4432861fb9747fce52f94bc13da0d9b41292ef69
crypto: mediatek - make crypto request queue management more generic

This patch changes mtk_aes_handle_queue() to make it more generic.
The function argument is now a pointer to struct crypto_async_request,
which is the common base of struct ablkcipher_request and
struct aead_request.

Also this patch introduces struct mtk_aes_base_ctx which will be the
common base of all the transformation contexts.

Hence the very same queue will be used to manage both block cipher and
AEAD requests (such as gcm and authenc implemented in further patches).

Signed-off-by: Ryder Lee <ryder.lee@mediatek.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/mediatek/mtk-aes.c
drivers/crypto/mediatek/mtk-platform.h