diff options
Diffstat (limited to 'target/linux/apm821xx/patches-4.14/020-0025-crypto-crypto4xx-add-aes-gcm-support.patch')
-rw-r--r-- | target/linux/apm821xx/patches-4.14/020-0025-crypto-crypto4xx-add-aes-gcm-support.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/apm821xx/patches-4.14/020-0025-crypto-crypto4xx-add-aes-gcm-support.patch b/target/linux/apm821xx/patches-4.14/020-0025-crypto-crypto4xx-add-aes-gcm-support.patch index 3a2ed310b3..888f7b68d0 100644 --- a/target/linux/apm821xx/patches-4.14/020-0025-crypto-crypto4xx-add-aes-gcm-support.patch +++ b/target/linux/apm821xx/patches-4.14/020-0025-crypto-crypto4xx-add-aes-gcm-support.patch @@ -23,7 +23,7 @@ Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> #include <crypto/sha.h> #include <crypto/ctr.h> #include "crypto4xx_reg_def.h" -@@ -417,6 +418,144 @@ int crypto4xx_setauthsize_aead(struct cr +@@ -418,6 +419,144 @@ int crypto4xx_setauthsize_aead(struct cr } /** @@ -178,7 +178,7 @@ Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> #include <crypto/sha.h> #include <crypto/scatterwalk.h> #include <crypto/internal/aead.h> -@@ -1227,6 +1228,27 @@ static struct crypto4xx_alg_common crypt +@@ -1236,6 +1237,27 @@ static struct crypto4xx_alg_common crypt .cra_priority = CRYPTO4XX_CRYPTO_PRIORITY, .cra_flags = CRYPTO_ALG_ASYNC | CRYPTO_ALG_NEED_FALLBACK | |