Home
last modified time | relevance | path

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

/openbmc/linux/net/xfrm/
H A Dxfrm_algo.c682 const struct xfrm_algo_list *algo_list, in xfrm_find_algo() argument
686 struct xfrm_algo_desc *list = algo_list->algs; in xfrm_find_algo()
689 for (i = 0; i < algo_list->entries; i++) { in xfrm_find_algo()
699 status = crypto_has_alg(list[i].name, algo_list->type, in xfrm_find_algo()
700 algo_list->mask); in xfrm_find_algo()
/openbmc/linux/sound/soc/intel/atom/
H A Dsst-atom-controls.c306 list_for_each_entry(algo, &ids->algo_list, node) { in sst_find_and_send_pipe_algo()
1410 list_add_tail(&module->node, &ids->algo_list); in sst_fill_module_list()
1515 INIT_LIST_HEAD(&ids->algo_list); in sst_map_modules_to_pipe()
H A Dsst-atom-controls.h582 struct list_head algo_list; member