Re: [PATCH v3 0/4] crypto: add crypto accelerator support for rk3288

2015-11-12 Thread Heiko Stuebner
Am Mittwoch, 11. November 2015, 14:35:55 schrieb Zain Wang: > This commit support three cipher(AES/DES/DES3) and two chainmode(ecb/cbc), > and the more algorithms and new hash drivers will be added later on. I gave this a spin using tcrypt on my rk3288 chromebook and it seems to work nicely for

Re: [PATCH v3 0/4] crypto: add crypto accelerator support for rk3288

2015-11-12 Thread Heiko Stuebner
Am Mittwoch, 11. November 2015, 14:35:55 schrieb Zain Wang: > This commit support three cipher(AES/DES/DES3) and two chainmode(ecb/cbc), > and the more algorithms and new hash drivers will be added later on. I gave this a spin using tcrypt on my rk3288 chromebook and it seems to work nicely for

[PATCH v3 0/4] crypto: add crypto accelerator support for rk3288

2015-11-10 Thread Zain Wang
This commit support three cipher(AES/DES/DES3) and two chainmode(ecb/cbc), and the more algorithms and new hash drivers will be added later on. Changed in v3: - add OF depended in Kconfig - rename some variate - add reset property - remove crypto_p variate Changed in v2: - remove some part about

[PATCH v3 0/4] crypto: add crypto accelerator support for rk3288

2015-11-10 Thread Zain Wang
This commit support three cipher(AES/DES/DES3) and two chainmode(ecb/cbc), and the more algorithms and new hash drivers will be added later on. Changed in v3: - add OF depended in Kconfig - rename some variate - add reset property - remove crypto_p variate Changed in v2: - remove some part about