test/crypto: add IPsec AES-CTR cases
Add IPsec AES-CTR test case for combined mode in lookaside IPsec testsuite. Signed-off-by: Tejasree Kondoj <ktejasree@marvell.com> Acked-by: Akhil Goyal <gakhil@marvell.com>
This commit is contained in:
parent
2c85598c53
commit
1567deea83
@ -103,6 +103,21 @@ static const struct crypto_param cipher_list[] = {
|
||||
.alg.cipher = RTE_CRYPTO_CIPHER_AES_CBC,
|
||||
.key_length = 16,
|
||||
},
|
||||
{
|
||||
.type = RTE_CRYPTO_SYM_XFORM_CIPHER,
|
||||
.alg.cipher = RTE_CRYPTO_CIPHER_AES_CTR,
|
||||
.key_length = 16,
|
||||
},
|
||||
{
|
||||
.type = RTE_CRYPTO_SYM_XFORM_CIPHER,
|
||||
.alg.cipher = RTE_CRYPTO_CIPHER_AES_CTR,
|
||||
.key_length = 24,
|
||||
},
|
||||
{
|
||||
.type = RTE_CRYPTO_SYM_XFORM_CIPHER,
|
||||
.alg.cipher = RTE_CRYPTO_CIPHER_AES_CTR,
|
||||
.key_length = 32,
|
||||
},
|
||||
};
|
||||
|
||||
static const struct crypto_param auth_list[] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user