aalg_list         174 net/xfrm/xfrm_algo.c static struct xfrm_algo_desc aalg_list[] = {
aalg_list         592 net/xfrm/xfrm_algo.c 	return ARRAY_SIZE(aalg_list);
aalg_list         620 net/xfrm/xfrm_algo.c 	.algs = aalg_list,
aalg_list         621 net/xfrm/xfrm_algo.c 	.entries = ARRAY_SIZE(aalg_list),
aalg_list         758 net/xfrm/xfrm_algo.c 	return &aalg_list[idx];
aalg_list         783 net/xfrm/xfrm_algo.c 		status = crypto_has_ahash(aalg_list[i].name, 0, 0);
aalg_list         784 net/xfrm/xfrm_algo.c 		if (aalg_list[i].available != status)
aalg_list         785 net/xfrm/xfrm_algo.c 			aalg_list[i].available = status;
aalg_list         808 net/xfrm/xfrm_algo.c 		if (aalg_list[i].available && aalg_list[i].pfkey_supported)