Home
last modified time | relevance | path

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

/net/xfrm/
Dxfrm_algo.c557 static struct xfrm_algo_desc calg_list[] = { variable
602 return ARRAY_SIZE(calg_list); in calg_entries()
634 .algs = calg_list,
635 .entries = ARRAY_SIZE(calg_list),
795 status = crypto_has_comp(calg_list[i].name, 0, in xfrm_probe_algs()
797 if (calg_list[i].available != status) in xfrm_probe_algs()
798 calg_list[i].available = status; in xfrm_probe_algs()