aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/test/example/ipsec_crypto
diff options
context:
space:
mode:
authorMalvika Gupta <Malvika.Gupta@arm.com>2022-01-04 15:40:10 -0600
committerPetri Savolainen <petri.savolainen@nokia.com>2022-02-03 14:57:38 +0200
commitc6d031095a72a57c7373922be7cb8eba228c254b (patch)
tree58f2a57e15afa8e485fa7d4146dcf31b8e583f3c /platform/linux-generic/test/example/ipsec_crypto
parent3b7491d8f8b6cad1a4f180af1307cea5f66f2256 (diff)
linux-gen: crypto: integrate Aarch64cryptolib
Integrate Aarch64cryptolib in the build using pkg-config. Add an autoconf config option to select the crypto implementation to be used and add armv8crypto as an alternative to openssl and null. Add a null crypto based skeleton crypto implementation to be used with the Aarch64cryptolib. Signed-off-by: Govindarajan <govindarajan.mohandoss@arm.com> Signed-off-by: Malvika Gupta <Malvika.Gupta@arm.com> Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Janne Peltonen <janne.peltonen@nokia.com>
Diffstat (limited to 'platform/linux-generic/test/example/ipsec_crypto')
-rw-r--r--platform/linux-generic/test/example/ipsec_crypto/pktio_env2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linux-generic/test/example/ipsec_crypto/pktio_env b/platform/linux-generic/test/example/ipsec_crypto/pktio_env
index 99a1ac42b..c287b08c2 100644
--- a/platform/linux-generic/test/example/ipsec_crypto/pktio_env
+++ b/platform/linux-generic/test/example/ipsec_crypto/pktio_env
@@ -30,7 +30,7 @@ else
fi
# Skip IPsec example tests when there's no OpenSSL.
-if [ -n "$WITH_OPENSSL" ] && [ ${WITH_OPENSSL} -eq 0 ]; then
+if [ -n "$WITH_OPENSSL_CRYPTO" ] && [ ${WITH_OPENSSL_CRYPTO} -eq 0 ]; then
echo "Crypto not supported. Skipping."
exit 77
fi