Home
last modified time | relevance | path

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

/net/xfrm/
Dxfrm_algo.c641 const struct xfrm_algo_list *algo_list, in xfrm_find_algo() argument
645 struct xfrm_algo_desc *list = algo_list->algs; in xfrm_find_algo()
648 for (i = 0; i < algo_list->entries; i++) { in xfrm_find_algo()
658 status = crypto_has_alg(list[i].name, algo_list->type, in xfrm_find_algo()
659 algo_list->mask); in xfrm_find_algo()