Home
last modified time | relevance | path

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

/linux-4.4.14/net/xfrm/
Dxfrm_algo.c176 static struct xfrm_algo_desc aalg_list[] = { variable
594 return ARRAY_SIZE(aalg_list); in aalg_entries()
622 .algs = aalg_list,
623 .entries = ARRAY_SIZE(aalg_list),
760 return &aalg_list[idx]; in xfrm_aalg_get_byidx()
785 status = crypto_has_hash(aalg_list[i].name, 0, in xfrm_probe_algs()
787 if (aalg_list[i].available != status) in xfrm_probe_algs()
788 aalg_list[i].available = status; in xfrm_probe_algs()
811 if (aalg_list[i].available && aalg_list[i].pfkey_supported) in xfrm_count_pfkey_auth_supported()