aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/vmx/aesp8-ppc.h
Commit message (Collapse)AuthorAge
* crypto: vmx - Adding asm subroutines for XTSPaulo Flabiano Smorigo2016-07-19
| | | | | | | | | | | | | This patch add XTS subroutines using VMX-crypto driver. It gives a boost of 20 times using XTS. These code has been adopted from OpenSSL project in collaboration with the original author (Andy Polyakov <appro@openssl.org>). Signed-off-by: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com> Signed-off-by: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
* crypto: vmx - Reindent to kernel styleHerbert Xu2015-06-16
| | | | | | This patch reidents the vmx code-base to the kernel coding style. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
* crypto: vmx - Adding AES routines for VMX moduleMarcelo H. Cerri2015-02-28
This patch adds AES routines to VMX module in order to make use of VMX cryptographic acceleration instructions on Power 8 CPU. Signed-off-by: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>