Home
last modified time | relevance | path

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

/dpdk/examples/ipsec-secgw/
H A Dsa.c125 const struct supported_auth_algo auth_algos[] = { variable
272 for (i = 0; i < RTE_DIM(auth_algos); i++) { in find_match_auth_algo()
274 &auth_algos[i]; in find_match_auth_algo()
961 for (i = 0; i < RTE_DIM(auth_algos); i++) { in print_one_sa_rule()
962 if (auth_algos[i].algo == sa->auth_algo) { in print_one_sa_rule()
963 printf("%s ", auth_algos[i].keyword); in print_one_sa_rule()
/dpdk/app/test/
H A Dtest_ipsec.c150 const struct supported_auth_algo auth_algos[] = { variable
210 for (i = 0; i < RTE_DIM(auth_algos); i++) { in find_match_auth_algo()
212 &auth_algos[i]; in find_match_auth_algo()