Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/ipsec-secgw/
H A Dsa.c109 const struct supported_auth_algo auth_algos[] = { variable
195 for (i = 0; i < RTE_DIM(auth_algos); i++) { in find_match_auth_algo()
197 &auth_algos[i]; in find_match_auth_algo()
822 for (i = 0; i < RTE_DIM(auth_algos); i++) { in print_one_sa_rule()
823 if (auth_algos[i].algo == sa->auth_algo) { in print_one_sa_rule()
824 printf("%s ", auth_algos[i].keyword); in print_one_sa_rule()
/f-stack/dpdk/app/test/
H A Dtest_ipsec.c140 const struct supported_auth_algo auth_algos[] = { variable
200 for (i = 0; i < RTE_DIM(auth_algos); i++) { in find_match_auth_algo()
202 &auth_algos[i]; in find_match_auth_algo()