Searched refs:ealg_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.c291 static struct xfrm_algo_desc ealg_list[] = { variable in typeref:struct:xfrm_algo_desc
515 return ARRAY_SIZE(ealg_list);
545 .algs = ealg_list,
546 .entries = ARRAY_SIZE(ealg_list),
685 return &ealg_list[idx];
708 status = crypto_has_blkcipher(ealg_list[i].name, 0,
710 if (ealg_list[i].available != status)
711 ealg_list[i].available = status;
739 if (ealg_list[i].available)

Completed in 101 milliseconds