Home
last modified time | relevance | path

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

/freebsd-12.1/sys/netipsec/
H A Dxform.h103 const struct auth_hash * auth_algorithm_lookup(int);
H A Dxform_ah.c182 thash = auth_algorithm_lookup(sav->alg_auth); in ah_init0()
H A Dkey.c6444 algo = auth_algorithm_lookup(i); in key_getcomb_ah()
7172 if (auth_algorithm_lookup(i)) in key_register()
7221 aalgo = auth_algorithm_lookup(i); in key_register()
8601 auth_algorithm_lookup(int alg) in auth_algorithm_lookup() function