ealg_list         346 net/xfrm/xfrm_algo.c static struct xfrm_algo_desc ealg_list[] = {
ealg_list         597 net/xfrm/xfrm_algo.c 	return ARRAY_SIZE(ealg_list);
ealg_list         627 net/xfrm/xfrm_algo.c 	.algs = ealg_list,
ealg_list         628 net/xfrm/xfrm_algo.c 	.entries = ARRAY_SIZE(ealg_list),
ealg_list         767 net/xfrm/xfrm_algo.c 	return &ealg_list[idx];
ealg_list         789 net/xfrm/xfrm_algo.c 		status = crypto_has_skcipher(ealg_list[i].name, 0, 0);
ealg_list         790 net/xfrm/xfrm_algo.c 		if (ealg_list[i].available != status)
ealg_list         791 net/xfrm/xfrm_algo.c 			ealg_list[i].available = status;
ealg_list         819 net/xfrm/xfrm_algo.c 		if (ealg_list[i].available && ealg_list[i].pfkey_supported)