diff options
author | Eneas U de Queiroz <cotequeiroz@gmail.com> | 2022-04-20 16:23:47 -0300 |
---|---|---|
committer | Christian 'Ansuel' Marangi <ansuelsmth@gmail.com> | 2022-06-11 14:38:35 +0200 |
commit | 7f4467784fd3b2f9f5cee438f549c1eaf51434c7 (patch) | |
tree | 12965de8f9814d184b2ddeee15f978228d51c87c /target/linux/octeontx | |
parent | 9ff2e7d3e77ce745aefc705c946e5b62a1282282 (diff) | |
download | upstream-7f4467784fd3b2f9f5cee438f549c1eaf51434c7.tar.gz upstream-7f4467784fd3b2f9f5cee438f549c1eaf51434c7.tar.bz2 upstream-7f4467784fd3b2f9f5cee438f549c1eaf51434c7.zip |
octeontx: add armv8-CE version of CRC T10
Adds the crypto extensions version of the CRC T10 algorithm that is
already built into the kernel.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit 1b94e4aab8ddbe5719f1e859e064c1c5dfa4587f)
Diffstat (limited to 'target/linux/octeontx')
-rw-r--r-- | target/linux/octeontx/config-5.10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/octeontx/config-5.10 b/target/linux/octeontx/config-5.10 index 6c87abf5b6..a3e00cfdb3 100644 --- a/target/linux/octeontx/config-5.10 +++ b/target/linux/octeontx/config-5.10 @@ -102,6 +102,7 @@ CONFIG_CRYPTO_ANSI_CPRNG=y CONFIG_CRYPTO_CRC32=y CONFIG_CRYPTO_CRC32C=y CONFIG_CRYPTO_CRCT10DIF=y +CONFIG_CRYPTO_CRCT10DIF_ARM64_CE=y CONFIG_CRYPTO_CRYPTD=y CONFIG_CRYPTO_DRBG=y CONFIG_CRYPTO_DRBG_HMAC=y |