]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: vmx - Adding CTR routines for VMX module
authorMarcelo H. Cerri <mhcerri@linux.vnet.ibm.com>
Fri, 6 Feb 2015 16:58:31 +0000 (14:58 -0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 28 Feb 2015 10:13:45 +0000 (23:13 +1300)
commit9132a7d7c560d33fc38a29dc52c0f345c0937db1
tree1996390ba2697ccabdb056a1e71b24f46d4d5411
parentbfcad189a0f39eab1e8e05d9a3cda5560a30fb3c
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>
drivers/crypto/vmx/aes_ctr.c [new file with mode: 0644]