Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/ipsec-secgw/
H A Dsa.c64 const struct supported_cipher_algo cipher_algos[] = { variable
179 for (i = 0; i < RTE_DIM(cipher_algos); i++) { in find_match_cipher_algo()
181 &cipher_algos[i]; in find_match_cipher_algo()
814 for (i = 0; i < RTE_DIM(cipher_algos); i++) { in print_one_sa_rule()
815 if (cipher_algos[i].algo == sa->cipher_algo && in print_one_sa_rule()
816 cipher_algos[i].key_len == sa->cipher_key_len) { in print_one_sa_rule()
817 printf("%s ", cipher_algos[i].keyword); in print_one_sa_rule()
/f-stack/dpdk/app/test/
H A Dtest_ipsec.c130 const struct supported_cipher_algo cipher_algos[] = { variable
184 for (i = 0; i < RTE_DIM(cipher_algos); i++) { in find_match_cipher_algo()
186 &cipher_algos[i]; in find_match_cipher_algo()