Home
last modified time | relevance | path

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

/f-stack/freebsd/netipsec/
H A Dkey.c583 static struct supported_ealgs { struct
586 } supported_ealgs[] = { argument
8549 for (i = 0; i < nitems(supported_ealgs); i++) in enc_algorithm_lookup()
8550 if (alg == supported_ealgs[i].sadb_alg) in enc_algorithm_lookup()
8551 return (supported_ealgs[i].xform); in enc_algorithm_lookup()