Home
last modified time | relevance | path

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

/freebsd/sys/netipsec/
H A Dkey.c611 static const struct supported_ealgs { struct
614 } supported_ealgs[] = { argument
8945 for (i = 0; i < nitems(supported_ealgs); i++) in enc_algorithm_lookup()
8946 if (alg == supported_ealgs[i].sadb_alg) in enc_algorithm_lookup()
8947 return (supported_ealgs[i].xform); in enc_algorithm_lookup()