Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_ipsec.c112 static struct user_params uparams; variable
285 memset(&uparams, 0, sizeof(struct user_params)); in testsuite_setup()
287 uparams.auth = RTE_CRYPTO_SYM_XFORM_AUTH; in testsuite_setup()
288 uparams.cipher = RTE_CRYPTO_SYM_XFORM_CIPHER; in testsuite_setup()
289 uparams.aead = RTE_CRYPTO_SYM_XFORM_NOT_SPECIFIED; in testsuite_setup()
290 strcpy(uparams.auth_algo, "null"); in testsuite_setup()
291 strcpy(uparams.cipher_algo, "null"); in testsuite_setup()
293 auth_algo = find_match_auth_algo(uparams.auth_algo); in testsuite_setup()
705 if (uparams.aead != 0) { in fill_ipsec_param()
708 if (uparams.auth == 0 && uparams.cipher == 0) in fill_ipsec_param()
[all …]