crypto: rockchip - add crypto driver for rk3288
authorZain Wang <zain.wang@rock-chips.com>
Wed, 25 Nov 2015 05:43:32 +0000 (13:43 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 27 Nov 2015 13:19:32 +0000 (21:19 +0800)
commit433cd2c617bfbac27a02e40fbcce1713c84ce441
tree85707d62dbcbf060eaa26d9034c65cef5bd25fa2
parente81c1b4646149c1e67610c83e8770a7217491a13
crypto: rockchip - add crypto driver for rk3288

Crypto driver support:
     ecb(aes) cbc(aes) ecb(des) cbc(des) ecb(des3_ede) cbc(des3_ede)
You can alloc tags above in your case.

And other algorithms and platforms will be added later on.

Signed-off-by: Zain Wang <zain.wang@rock-chips.com>
Tested-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/Kconfig
drivers/crypto/Makefile
drivers/crypto/rockchip/Makefile [new file with mode: 0644]
drivers/crypto/rockchip/rk3288_crypto.c [new file with mode: 0644]
drivers/crypto/rockchip/rk3288_crypto.h [new file with mode: 0644]
drivers/crypto/rockchip/rk3288_crypto_ablkcipher.c [new file with mode: 0644]