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

/external/openssh/
H A Dauth2.c78 Authmethod *authmethods[] = { variable
377 for (i = 0; authmethods[i] != NULL; i++) {
378 if (strcmp(authmethods[i]->name, "none") == 0)
380 if (authmethods[i]->enabled != NULL &&
381 *(authmethods[i]->enabled) != 0) {
384 buffer_append(&b, authmethods[i]->name,
385 strlen(authmethods[i]->name));
400 for (i = 0; authmethods[i] != NULL; i++)
401 if (authmethods[i]->enabled != NULL &&
402 *(authmethods[
[all...]
H A Dsshconnect2.c321 Authmethod authmethods[] = { variable
1841 for (method = authmethods; method->name != NULL; method++)
1908 for (method = authmethods; method->name != NULL; method++) {

Completed in 133 milliseconds