Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dauth2-methods.c85 static struct authmethod_cfg *authmethod_cfgs[] = { variable
116 for (found = i = 0; !found && authmethod_cfgs[i] != NULL; i++) { in auth2_methods_valid()
117 cfg = authmethod_cfgs[i]; in auth2_methods_valid()