mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
crypto: inside-secure - Added support for the rfc4543(gcm(aes)) "AEAD"
This patch adds support for rfc4543(gcm(aes)) - i.e. AES-GMAC - for use with IPsec ESP 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
a19052d422
commit
92c60cefa4
@@ -1221,6 +1221,7 @@ static struct safexcel_alg_template *safexcel_algs[] = {
|
||||
&safexcel_alg_authenc_hmac_sha512_cbc_des,
|
||||
&safexcel_alg_authenc_hmac_sha384_cbc_des,
|
||||
&safexcel_alg_rfc4106_gcm,
|
||||
&safexcel_alg_rfc4543_gcm,
|
||||
};
|
||||
|
||||
static int safexcel_register_algorithms(struct safexcel_crypto_priv *priv)
|
||||
|
||||
Reference in New Issue
Block a user