Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/
H A Dauth2.c82 Authmethod *authmethods[] = { variable
498 if (authmethods[i]->enabled == NULL || in authmethods_get()
499 *(authmethods[i]->enabled) == 0) in authmethods_get()
505 authmethods[i]->name)) != 0) in authmethods_get()
520 for (i = 0; authmethods[i] != NULL; i++) in authmethod_lookup()
521 if (authmethods[i]->enabled != NULL && in authmethod_lookup()
522 *(authmethods[i]->enabled) != 0 && in authmethod_lookup()
525 authmethods[i]->name, NULL)) in authmethod_lookup()
526 return authmethods[i]; in authmethod_lookup()
556 if (authmethods[i]->enabled == NULL || in auth2_methods_valid()
[all …]
H A Dsshconnect2.c331 Authmethod authmethods[] = { variable
2052 for (method = authmethods; method->name != NULL; method++) in authmethod_lookup()
2119 for (method = authmethods; method->name != NULL; method++) { in authmethods_get()