Re: [PATCH] crypto: talitos - add new crypto modes

2015-12-04 Thread Herbert Xu
On Tue, Dec 01, 2015 at 12:44:15PM +0100, Christophe Leroy wrote: > 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 Patch applied. Thanks. -- Email: Herbert Xu Home Page:

[PATCH] crypto: talitos - add new crypto modes

2015-12-01 Thread Christophe Leroy
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 --- drivers/crypto/talitos.c | 83 drivers/crypto/talitos.h | 1 + 2 files changed, 84 ins