Searched refs:cipher_algos (Results 1 – 2 of 2) sorted by relevance
64 const struct supported_cipher_algo cipher_algos[] = { variable179 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()
130 const struct supported_cipher_algo cipher_algos[] = { variable184 for (i = 0; i < RTE_DIM(cipher_algos); i++) { in find_match_cipher_algo()186 &cipher_algos[i]; in find_match_cipher_algo()