Home
last modified time | relevance | path

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

/openbmc/linux/net/xfrm/
H A Dxfrm_algo.c598 static struct xfrm_algo_desc calg_list[] = { variable
643 return ARRAY_SIZE(calg_list); in calg_entries()
675 .algs = calg_list,
676 .entries = ARRAY_SIZE(calg_list),
836 status = crypto_has_comp(calg_list[i].name, 0, in xfrm_probe_algs()
838 if (calg_list[i].available != status) in xfrm_probe_algs()
839 calg_list[i].available = status; in xfrm_probe_algs()