[PATCH 5/6] test/crypto: add unit tests for DES and MD5
Akhil Goyal
gakhil at marvell.com
Thu Oct 20 18:23:19 CEST 2022
> diff --git a/app/test/test_cryptodev_security_ipsec.h
> b/app/test/test_cryptodev_security_ipsec.h
> index 9147d1c0d6..b98f4741b2 100644
> --- a/app/test/test_cryptodev_security_ipsec.h
> +++ b/app/test/test_cryptodev_security_ipsec.h
> @@ -196,7 +196,7 @@ static const struct crypto_param auth_list[] = {
> {
> .type = RTE_CRYPTO_SYM_XFORM_AUTH,
> .alg.auth = RTE_CRYPTO_AUTH_MD5_HMAC,
> - .key_length = 12,
> + .key_length = 16,
> .digest_length = 12,
> },
Above change should not be part of this patch.
Squash with 2/6 patch.
More information about the dev
mailing list