commit | 5e75ae1b3cef6455b131835621216cb92060da34 | [log] [tgz] |
---|---|---|
author | LEROY Christophe <christophe.leroy@c-s.fr> | Tue Dec 01 12:44:15 2015 +0100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Dec 04 22:29:56 2015 +0800 |
tree | b5c85fc4192447c8d8c41884bdbdbbf580bef1e8 | |
parent | 0d3d054b43719ef33232677ba27ba6097afdafbc [diff] |
crypto: talitos - add new crypto modes This patch adds the following algorithms to the talitos driver: * ecb(aes) * ctr(aes) * ecb(des) * cbc(des) * ecb(des3_ede) Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>