2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-22 12:14:01 +08:00
linux-next/drivers/crypto/sunxi-ss
Corentin LABBE 9b17e5ad78 crypto: sun4i-ss - Always use sun4i_tfm_ctx for storing pointer to dev ss
The dev *ss is stored both in sun4i_tfm_ctx and sun4i_req_ctx.
Since this pointer will never be changed during tfm life, it is better
to remove it from sun4i_req_ctx.

Signed-off-by: LABBE Corentin <clabbe.montjoie@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2016-08-16 17:17:00 +08:00
..
Makefile crypto: sunxi-ss - Add Allwinner Security System crypto accelerator 2015-07-20 15:54:08 +08:00
sun4i-ss-cipher.c crypto: sun4i-ss - fix a few signed warning 2016-08-16 17:16:54 +08:00
sun4i-ss-core.c crypto: sun4i-ss - add missing statesize 2015-11-17 22:00:42 +08:00
sun4i-ss-hash.c crypto: sun4i-ss - Always use sun4i_tfm_ctx for storing pointer to dev ss 2016-08-16 17:17:00 +08:00
sun4i-ss.h crypto: sun4i-ss - Always use sun4i_tfm_ctx for storing pointer to dev ss 2016-08-16 17:17:00 +08:00