crypto: vmx - Adding support for XTS
This patch add XTS support using VMX-crypto driver. 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>
This commit is contained in:

committed by
Herbert Xu

parent
11c6e16ee1
commit
c07f5d3da6
@@ -31,10 +31,12 @@ extern struct shash_alg p8_ghash_alg;
|
||||
extern struct crypto_alg p8_aes_alg;
|
||||
extern struct crypto_alg p8_aes_cbc_alg;
|
||||
extern struct crypto_alg p8_aes_ctr_alg;
|
||||
extern struct crypto_alg p8_aes_xts_alg;
|
||||
static struct crypto_alg *algs[] = {
|
||||
&p8_aes_alg,
|
||||
&p8_aes_cbc_alg,
|
||||
&p8_aes_ctr_alg,
|
||||
&p8_aes_xts_alg,
|
||||
NULL,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user