Home
last modified time | relevance | path

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

/freebsd/sys/netipsec/
H A Dxform.h102 const struct auth_hash * auth_algorithm_lookup(int);
H A Dxform_ah.c184 thash = auth_algorithm_lookup(sav->alg_auth); in ah_init0()
H A Dkey.c6741 algo = auth_algorithm_lookup(i); in key_getcomb_ah()
7469 if (auth_algorithm_lookup(i)) in key_register()
7512 aalgo = auth_algorithm_lookup(i); in key_register()
8952 auth_algorithm_lookup(int alg) in auth_algorithm_lookup() function