Skip to content

Commit

Permalink
test/crypto: fix typo in AES case
Browse files Browse the repository at this point in the history
[ upstream commit 9d33cad ]

Fixed typo in the testcase description for AES in the crypto
unit test suite by changing the word 'Scater' to 'Scatter'.

Fixes: c9c9c4e ("app/test: check scatter-gather for crypto drivers")

Signed-off-by: Rebecca Troy <rebecca.troy@intel.com>
Acked-by: Ciara Power <ciara.power@intel.com>
  • Loading branch information
beckyet19 authored and bluca committed Jul 12, 2021
1 parent 7eaf51d commit 2a84dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/test/test_cryptodev_aes_test_vectors.h
Expand Up @@ -2650,7 +2650,7 @@ static const struct blockcipher_test_case aes_cipheronly_test_cases[] = {
.op_mask = BLOCKCIPHER_TEST_OP_ENCRYPT,
},
{
.test_descr = "AES-192-CBC Encryption Scater gather",
.test_descr = "AES-192-CBC Encryption Scatter gather",
.test_data = &aes_test_data_10,
.op_mask = BLOCKCIPHER_TEST_OP_ENCRYPT,
.feature_mask = BLOCKCIPHER_TEST_FEATURE_SG |
Expand Down

0 comments on commit 2a84dc3

Please sign in to comment.