Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dauth2-methods.c75 static struct authmethod_cfg *authmethod_cfgs[] = { variable
106 for (found = i = 0; !found && authmethod_cfgs[i] != NULL; i++) { in auth2_methods_valid()
107 cfg = authmethod_cfgs[i]; in auth2_methods_valid()