Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssh/
H A Dauth2.c78 Authmethod *authmethods[] = { variable
505 for (i = 0; authmethods[i] != NULL; i++) { in authmethods_get()
506 if (strcmp(authmethods[i]->name, "none") == 0) in authmethods_get()
508 if (authmethods[i]->enabled == NULL || in authmethods_get()
509 *(authmethods[i]->enabled) == 0) in authmethods_get()
515 authmethods[i]->name)) != 0) in authmethods_get()
531 for (i = 0; authmethods[i] != NULL; i++) { in authmethod_byname()
533 (authmethods[i]->synonym != NULL && in authmethod_byname()
535 return authmethods[i]; in authmethod_byname()
585 if (authmethods[i]->enabled == NULL || in auth2_methods_valid()
[all …]
H A Dsshconnect2.c387 Authmethod authmethods[] = { variable
2290 for (method = authmethods; method->name != NULL; method++) in authmethod_lookup()
2357 for (method = authmethods; method->name != NULL; method++) { in authmethods_get()