Re: [PATCH 4/4] ppc64: adapt AES assembly code to little-endian

2013-10-31 Thread Andy Polyakov
This patch updates aes-ppc.pl to generate code that byte swaps the input data when needed, Signed-off-by: Marcelo Cerri mhce...@linux.vnet.ibm.com --- crypto/aes/asm/aes-ppc.pl | 43 +++ 1 file changed, 43 insertions(+) ... .align 4

[PATCH 4/4] ppc64: adapt AES assembly code to little-endian

2013-10-29 Thread Marcelo Cerri
This patch updates aes-ppc.pl to generate code that byte swaps the input data when needed, Signed-off-by: Marcelo Cerri mhce...@linux.vnet.ibm.com --- crypto/aes/asm/aes-ppc.pl | 43 +++ 1 file changed, 43 insertions(+) diff --git