calg_list         557 net/xfrm/xfrm_algo.c static struct xfrm_algo_desc calg_list[] = {
calg_list         602 net/xfrm/xfrm_algo.c 	return ARRAY_SIZE(calg_list);
calg_list         634 net/xfrm/xfrm_algo.c 	.algs = calg_list,
calg_list         635 net/xfrm/xfrm_algo.c 	.entries = ARRAY_SIZE(calg_list),
calg_list         795 net/xfrm/xfrm_algo.c 		status = crypto_has_comp(calg_list[i].name, 0,
calg_list         797 net/xfrm/xfrm_algo.c 		if (calg_list[i].available != status)
calg_list         798 net/xfrm/xfrm_algo.c 			calg_list[i].available = status;