Home
last modified time | relevance | path

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

/external/openssh/
Dauth2.c76 Authmethod *authmethods[] = { variable
413 for (i = 0; authmethods[i] != NULL; i++) { in authmethods_get()
414 if (strcmp(authmethods[i]->name, "none") == 0) in authmethods_get()
416 if (authmethods[i]->enabled == NULL || in authmethods_get()
417 *(authmethods[i]->enabled) == 0) in authmethods_get()
419 if (!auth2_method_allowed(authctxt, authmethods[i]->name, in authmethods_get()
424 buffer_append(&b, authmethods[i]->name, in authmethods_get()
425 strlen(authmethods[i]->name)); in authmethods_get()
439 for (i = 0; authmethods[i] != NULL; i++) in authmethod_lookup()
440 if (authmethods[i]->enabled != NULL && in authmethod_lookup()
[all …]
Dsshconnect2.c322 Authmethod authmethods[] = { variable
1750 for (method = authmethods; method->name != NULL; method++) in authmethod_lookup()
1815 for (method = authmethods; method->name != NULL; method++) { in authmethods_get()