Home
last modified time | relevance | path

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

/Linux-v4.19/net/xfrm/
Dxfrm_algo.c561 static struct xfrm_algo_desc calg_list[] = { variable
606 return ARRAY_SIZE(calg_list); in calg_entries()
638 .algs = calg_list,
639 .entries = ARRAY_SIZE(calg_list),
799 status = crypto_has_comp(calg_list[i].name, 0, in xfrm_probe_algs()
801 if (calg_list[i].available != status) in xfrm_probe_algs()
802 calg_list[i].available = status; in xfrm_probe_algs()