Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssh/
H A Dauth2.c79 Authmethod *authmethods[] = { variable
486 if (authmethods[i]->enabled == NULL || in authmethods_get()
487 *(authmethods[i]->enabled) == 0) in authmethods_get()
493 authmethods[i]->name)) != 0) in authmethods_get()
508 for (i = 0; authmethods[i] != NULL; i++) in authmethod_lookup()
509 if (authmethods[i]->enabled != NULL && in authmethod_lookup()
510 *(authmethods[i]->enabled) != 0 && in authmethod_lookup()
513 authmethods[i]->name, NULL)) in authmethod_lookup()
514 return authmethods[i]; in authmethod_lookup()
544 if (authmethods[i]->enabled == NULL || in auth2_methods_valid()
[all …]
H A Dsshconnect2.c402 Authmethod authmethods[] = { variable
2259 for (method = authmethods; method->name != NULL; method++) in authmethod_lookup()
2326 for (method = authmethods; method->name != NULL; method++) { in authmethods_get()