Home
last modified time | relevance | path

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

/f-stack/freebsd/netipsec/
H A Dkey.c608 static struct supported_calgs { struct
611 } supported_calgs[] = { variable
8571 for (i = 0; i < nitems(supported_calgs); i++) in comp_algorithm_lookup()
8572 if (alg == supported_calgs[i].sadb_alg) in comp_algorithm_lookup()
8573 return (supported_calgs[i].xform); in comp_algorithm_lookup()