> 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.
- [PATCH 0/6] update autotest with new algorithms Tejasree Kondoj
- [PATCH 1/6] test/security: add unit tests for DES and... Tejasree Kondoj
- [PATCH 2/6] test/security: add unit tests for auth al... Tejasree Kondoj
- [PATCH 3/6] test/security: update antireplay unit tes... Tejasree Kondoj
- [PATCH 4/6] test/crypto: check antireply capability o... Tejasree Kondoj
- [PATCH 5/6] test/crypto: add unit tests for DES and M... Tejasree Kondoj
- RE: [PATCH 5/6] test/crypto: add unit tests for D... Akhil Goyal
- [PATCH 6/6] test/crypto: add unit test for custom UDP... Tejasree Kondoj