All of lore.kernel.org
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] test/crypto: fix typo in ESN testcase
@ 2021-07-01 10:39 Rebecca Troy
  2021-07-01 10:47 ` Hemant Agrawal
  0 siblings, 1 reply; 3+ messages in thread
From: Rebecca Troy @ 2021-07-01 10:39 UTC (permalink / raw)
  To: dev; +Cc: ciara.power, Rebecca Troy, hemant.agrawal, stable, Declan Doherty

Fixed typo in the crypto unit test ESN function name by
replacing the word 'encryt' with the correct word 'encrypt'.

test_authenticated_encryt_with_esn is now called
test_authenticated_encrypt_with_esn.

Fixes: 699741912d71 ("test/crypto: add case for auth only trailer")

Cc: hemant.agrawal@nxp.com
Cc: stable@dpdk.org

Signed-off-by: Rebecca Troy <rebecca.troy@intel.com>
---
 app/test/test_cryptodev.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/test/test_cryptodev.c b/app/test/test_cryptodev.c
index 39db52b17a..c5301e49ab 100644
--- a/app/test/test_cryptodev.c
+++ b/app/test/test_cryptodev.c
@@ -12601,7 +12601,7 @@ test_authenticated_decryption_fail_when_corruption(
 }
 
 static int
-test_authenticated_encryt_with_esn(
+test_authenticated_encrypt_with_esn(
 		struct crypto_testsuite_params *ts_params,
 		struct crypto_unittest_params *ut_params,
 		const struct test_crypto_vector *reference)
@@ -13388,7 +13388,7 @@ auth_decryption_AES128CBC_HMAC_SHA1_fail_tag_corrupt(void)
 static int
 auth_encrypt_AES128CBC_HMAC_SHA1_esn_check(void)
 {
-	return test_authenticated_encryt_with_esn(
+	return test_authenticated_encrypt_with_esn(
 			&testsuite_params,
 			&unittest_params,
 			&aes128cbc_hmac_sha1_aad_test_vector);
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] test/crypto: fix typo in ESN testcase
  2021-07-01 10:39 [dpdk-dev] [PATCH] test/crypto: fix typo in ESN testcase Rebecca Troy
@ 2021-07-01 10:47 ` Hemant Agrawal
  2021-07-07 14:36   ` Akhil Goyal
  0 siblings, 1 reply; 3+ messages in thread
From: Hemant Agrawal @ 2021-07-01 10:47 UTC (permalink / raw)
  To: Rebecca Troy, dev; +Cc: ciara.power, stable, Declan Doherty

Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] test/crypto: fix typo in ESN testcase
  2021-07-01 10:47 ` Hemant Agrawal
@ 2021-07-07 14:36   ` Akhil Goyal
  0 siblings, 0 replies; 3+ messages in thread
From: Akhil Goyal @ 2021-07-07 14:36 UTC (permalink / raw)
  To: Hemant Agrawal, Rebecca Troy, dev; +Cc: ciara.power, stable, Declan Doherty

> Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>

Applied to dpdk-next-crypto

Thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-07-07 14:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-01 10:39 [dpdk-dev] [PATCH] test/crypto: fix typo in ESN testcase Rebecca Troy
2021-07-01 10:47 ` Hemant Agrawal
2021-07-07 14:36   ` Akhil Goyal

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.