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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/xfrm/
H A Dxfrm_algo.c307 static struct xfrm_algo_desc calg_list[] = { variable in typeref:struct:xfrm_algo_desc
349 return ARRAY_SIZE(calg_list);
374 .algs = calg_list,
375 .entries = ARRAY_SIZE(calg_list),
511 status = crypto_has_comp(calg_list[i].name, 0,
513 if (calg_list[i].available != status)
514 calg_list[i].available = status;

Completed in 47 milliseconds