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

/freebsd-10.0-release/crypto/openssh/
H A Dauth2.c80 Authmethod *authmethods[] = { variable
451 for (i = 0; authmethods[i] != NULL; i++) {
452 if (strcmp(authmethods[i]->name, "none") == 0)
454 if (authmethods[i]->enabled == NULL ||
455 *(authmethods[i]->enabled) == 0)
457 if (!auth2_method_allowed(authctxt, authmethods[i]->name,
462 buffer_append(&b, authmethods[i]->name,
463 strlen(authmethods[i]->name));
477 for (i = 0; authmethods[i] != NULL; i++)
478 if (authmethods[
[all...]
H A Dsshconnect2.c334 Authmethod authmethods[] = { variable
1902 for (method = authmethods; method->name != NULL; method++)
1967 for (method = authmethods; method->name != NULL; method++) {

Completed in 131 milliseconds