crypto: inside-secure - Add support for the AES-XTS algorithm
This patch adds support for the AES-XTS skcipher algorithm. Signed-off-by: Pascal van Leeuwen <pvanleeuwen@verimatrix.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:

committed by
Herbert Xu

parent
93369b5d06
commit
c7da38a71c
@@ -1004,6 +1004,7 @@ static struct safexcel_alg_template *safexcel_algs[] = {
|
||||
&safexcel_alg_authenc_hmac_sha256_ctr_aes,
|
||||
&safexcel_alg_authenc_hmac_sha384_ctr_aes,
|
||||
&safexcel_alg_authenc_hmac_sha512_ctr_aes,
|
||||
&safexcel_alg_xts_aes,
|
||||
};
|
||||
|
||||
static int safexcel_register_algorithms(struct safexcel_crypto_priv *priv)
|
||||
|
Reference in New Issue
Block a user