Home
last modified time | relevance | path

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

/linux-4.4.14/net/xfrm/
Dxfrm_algo.c559 static struct xfrm_algo_desc calg_list[] = { variable
604 return ARRAY_SIZE(calg_list); in calg_entries()
636 .algs = calg_list,
637 .entries = ARRAY_SIZE(calg_list),
798 status = crypto_has_comp(calg_list[i].name, 0, in xfrm_probe_algs()
800 if (calg_list[i].available != status) in xfrm_probe_algs()
801 calg_list[i].available = status; in xfrm_probe_algs()