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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/xfrm/
H A Dxfrm_algo.c473 static struct xfrm_algo_desc calg_list[] = { variable in typeref:struct:xfrm_algo_desc
520 return ARRAY_SIZE(calg_list);
552 .algs = calg_list,
553 .entries = ARRAY_SIZE(calg_list),
715 status = crypto_has_comp(calg_list[i].name, 0,
717 if (calg_list[i].available != status)
718 calg_list[i].available = status;

Completed in 105 milliseconds