2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-23 12:43:55 +08:00
linux-next/drivers/crypto/vmx
Marcelo H. Cerri 4f7f60d312 crypto: vmx - Adding CTR routines for VMX module
This patch adds AES CTR 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>
2015-02-28 23:13:45 +13:00
..
aes_cbc.c crypto: vmx - Adding CBC routines for VMX module 2015-02-28 23:13:45 +13:00
aes_ctr.c crypto: vmx - Adding CTR routines for VMX module 2015-02-28 23:13:45 +13:00
aes.c crypto: vmx - Adding AES routines for VMX module 2015-02-28 23:13:44 +13:00
aesp8-ppc.h crypto: vmx - Adding AES routines for VMX module 2015-02-28 23:13:44 +13:00
vmx.c