Home
last modified time | relevance | path

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

/freebsd/sys/netipsec/
H A Dkey.c640 static const struct supported_calgs { struct
643 } supported_calgs[] = { argument
8969 for (i = 0; i < nitems(supported_calgs); i++) in comp_algorithm_lookup()
8970 if (alg == supported_calgs[i].sadb_alg) in comp_algorithm_lookup()
8971 return (supported_calgs[i].xform); in comp_algorithm_lookup()