Searched refs:aalg_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.c33 static struct xfrm_algo_desc aalg_list[] = { variable in typeref:struct:xfrm_algo_desc
339 return ARRAY_SIZE(aalg_list);
360 .algs = aalg_list,
361 .entries = ARRAY_SIZE(aalg_list),
471 return &aalg_list[idx];
497 status = crypto_has_hash(aalg_list[i].name, 0,
499 if (aalg_list[i].available != status)
500 aalg_list[i].available = status;
525 if (aalg_list[i].available)

Completed in 88 milliseconds