Searched hist:"1465 fb13d3599e465b3b202f8ebbb5e1ca9b1970" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/arm/crypto/ |
H A D | aes-ce-core.S | diff 1465fb13d3599e465b3b202f8ebbb5e1ca9b1970 Sat Jan 28 17:25:31 CST 2017 Ard Biesheuvel <ard.biesheuvel@linaro.org> crypto: arm/aes-ce - remove cra_alignmask
Remove the unnecessary alignmask: it is much more efficient to deal with the misalignment in the core algorithm than relying on the crypto API to copy the data to a suitably aligned buffer.
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | aes-ce-glue.c | diff 1465fb13d3599e465b3b202f8ebbb5e1ca9b1970 Sat Jan 28 17:25:31 CST 2017 Ard Biesheuvel <ard.biesheuvel@linaro.org> crypto: arm/aes-ce - remove cra_alignmask
Remove the unnecessary alignmask: it is much more efficient to deal with the misalignment in the core algorithm than relying on the crypto API to copy the data to a suitably aligned buffer.
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|