Home
last modified time | relevance | path

Searched refs:ealg_list (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/net/xfrm/
Dxfrm_algo.c329 static struct xfrm_algo_desc ealg_list[] = { variable
571 return ARRAY_SIZE(ealg_list); in ealg_entries()
601 .algs = ealg_list,
602 .entries = ARRAY_SIZE(ealg_list),
741 return &ealg_list[idx]; in xfrm_ealg_get_byidx()
764 status = crypto_has_ablkcipher(ealg_list[i].name, 0, 0); in xfrm_probe_algs()
765 if (ealg_list[i].available != status) in xfrm_probe_algs()
766 ealg_list[i].available = status; in xfrm_probe_algs()
794 if (ealg_list[i].available && ealg_list[i].pfkey_supported) in xfrm_count_pfkey_enc_supported()