Home
last modified time | relevance | path

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

/f-stack/freebsd/netipsec/
H A Dkey.c594 static struct supported_aalgs { struct
597 } supported_aalgs[] = { variable
8560 for (i = 0; i < nitems(supported_aalgs); i++) in auth_algorithm_lookup()
8561 if (alg == supported_aalgs[i].sadb_alg) in auth_algorithm_lookup()
8562 return (supported_aalgs[i].xform); in auth_algorithm_lookup()