Home
last modified time | relevance | path

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

/linux-4.1.27/net/xfrm/
Dxfrm_algo.c531 static struct xfrm_algo_desc calg_list[] = { variable
576 return ARRAY_SIZE(calg_list); in calg_entries()
608 .algs = calg_list,
609 .entries = ARRAY_SIZE(calg_list),
770 status = crypto_has_comp(calg_list[i].name, 0, in xfrm_probe_algs()
772 if (calg_list[i].available != status) in xfrm_probe_algs()
773 calg_list[i].available = status; in xfrm_probe_algs()