[PATCH 2/2] crypto: atmel-aes: check alignment of cfb64 mode

2014-04-22 Thread Leilei Zhao
The length shoule be 64 bit alignment and the block size shoule be 64 bit in aes cfb64 mode. Signed-off-by: Leilei Zhao --- drivers/crypto/atmel-aes.c |6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/crypto/atmel-aes.c b/drivers/crypto/atmel-aes.c index 12628a7..a083474

[PATCH 2/2] crypto: atmel-aes: check alignment of cfb64 mode

2014-04-22 Thread Leilei Zhao
The length shoule be 64 bit alignment and the block size shoule be 64 bit in aes cfb64 mode. Signed-off-by: Leilei Zhao leilei.z...@atmel.com --- drivers/crypto/atmel-aes.c |6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/crypto/atmel-aes.c b/drivers/crypto/atmel-aes.c index