the subject should be add the node/info for crypto...
在 2015年11月06日 09:17, Zain Wang 写道:
Add Crypto drivers for rk3288 including crypto controller and dma clk.
Signed-off-by: Zain Wang
---
Changed in v2:
- None
Changed in v1:
- remove the _crypto suffix
- use "rockchip,rk3288-crypto" instead
I guess the subject:
"crypto: rockchip: "
Maybe better.
在 2015年11月06日 09:17, Zain Wang 写道:
The names registered are:
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.
Signe
Hi
在 2015年11月06日 09:17, 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 v2:
- remove some part about hash
- add weak key detection
- changed some variate's type
Changed in v