Home
last modified time | relevance | path

Searched refs:uparams (Results 1 – 1 of 1) sorted by relevance

/dpdk/app/test/
H A Dtest_ipsec.c122 static struct user_params uparams; variable
295 memset(&uparams, 0, sizeof(struct user_params)); in testsuite_setup()
297 uparams.auth = RTE_CRYPTO_SYM_XFORM_AUTH; in testsuite_setup()
298 uparams.cipher = RTE_CRYPTO_SYM_XFORM_CIPHER; in testsuite_setup()
299 uparams.aead = RTE_CRYPTO_SYM_XFORM_NOT_SPECIFIED; in testsuite_setup()
300 strcpy(uparams.auth_algo, "null"); in testsuite_setup()
301 strcpy(uparams.cipher_algo, "null"); in testsuite_setup()
303 auth_algo = find_match_auth_algo(uparams.auth_algo); in testsuite_setup()
715 if (uparams.aead != 0) { in fill_ipsec_param()
718 if (uparams.auth == 0 && uparams.cipher == 0) in fill_ipsec_param()
[all …]