Searched refs:ealg_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.c143 static struct xfrm_algo_desc ealg_list[] = { variable in typeref:struct:xfrm_algo_desc
344 return ARRAY_SIZE(ealg_list);
367 .algs = ealg_list,
368 .entries = ARRAY_SIZE(ealg_list),
480 return &ealg_list[idx];
504 status = crypto_has_blkcipher(ealg_list[i].name, 0,
506 if (ealg_list[i].available != status)
507 ealg_list[i].available = status;
536 if (ealg_list[i].available)

Completed in 40 milliseconds