Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netipsec/
Dxform.h103 const struct auth_hash * auth_algorithm_lookup(int);
Dxform_ah.c183 thash = auth_algorithm_lookup(sav->alg_auth); in ah_init0()
Dkey.c6420 algo = auth_algorithm_lookup(i); in key_getcomb_ah()
7148 if (auth_algorithm_lookup(i)) in key_register()
7197 aalgo = auth_algorithm_lookup(i); in key_register()
8577 auth_algorithm_lookup(int alg) in auth_algorithm_lookup() function