Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netipsec/
HDkey.c597 static const struct supported_aalgs { struct
600 } supported_aalgs[] = { argument
8639 for (i = 0; i < nitems(supported_aalgs); i++) in auth_algorithm_lookup()
8640 if (alg == supported_aalgs[i].sadb_alg) in auth_algorithm_lookup()
8641 return (supported_aalgs[i].xform); in auth_algorithm_lookup()