Home
last modified time | relevance | path

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

/openbmc/linux/net/xfrm/
H A Dxfrm_algo.c174 static struct xfrm_algo_desc aalg_list[] = { variable
633 return ARRAY_SIZE(aalg_list); in aalg_entries()
661 .algs = aalg_list,
662 .entries = ARRAY_SIZE(aalg_list),
799 return &aalg_list[idx]; in xfrm_aalg_get_byidx()
824 status = crypto_has_ahash(aalg_list[i].name, 0, 0); in xfrm_probe_algs()
825 if (aalg_list[i].available != status) in xfrm_probe_algs()
826 aalg_list[i].available = status; in xfrm_probe_algs()
849 if (aalg_list[i].available && aalg_list[i].pfkey_supported) in xfrm_count_pfkey_auth_supported()