Home
last modified time | relevance | path

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

/openbmc/linux/net/xfrm/
H A Dxfrm_algo.c366 static struct xfrm_algo_desc ealg_list[] = { variable
638 return ARRAY_SIZE(ealg_list); in ealg_entries()
668 .algs = ealg_list,
669 .entries = ARRAY_SIZE(ealg_list),
808 return &ealg_list[idx]; in xfrm_ealg_get_byidx()
830 status = crypto_has_skcipher(ealg_list[i].name, 0, 0); in xfrm_probe_algs()
831 if (ealg_list[i].available != status) in xfrm_probe_algs()
832 ealg_list[i].available = status; in xfrm_probe_algs()
860 if (ealg_list[i].available && ealg_list[i].pfkey_supported) in xfrm_count_pfkey_enc_supported()