Re: [PATCH 1/2] [v3] crypto: sha1/ARM: make use of common SHA-1 structures

2014-07-01 Thread Phil Sutter
Hi, On Mon, Jun 30, 2014 at 07:38:46PM +0300, Jussi Kivilinna wrote: Common SHA-1 structures are defined in crypto/sha.h for code sharing. This patch changes SHA-1/ARM glue code to use these structures. I find it worth noting that this patch also fixes mv_cesa if sha1-arm is also enabled.

[PATCH 1/2] [v3] crypto: sha1/ARM: make use of common SHA-1 structures

2014-06-30 Thread Jussi Kivilinna
Common SHA-1 structures are defined in crypto/sha.h for code sharing. This patch changes SHA-1/ARM glue code to use these structures. Acked-by: Ard Biesheuvel ard.biesheu...@linaro.org Signed-off-by: Jussi Kivilinna jussi.kivili...@iki.fi --- arch/arm/crypto/sha1_glue.c | 50