HomeSort by relevance Sort by last modified time
    Searched refs:authmethods (Results 1 - 2 of 2) sorted by null

  /external/openssh/
auth2.c 76 Authmethod *authmethods[] = { variable
419 for (i = 0; authmethods[i] != NULL; i++) {
420 if (strcmp(authmethods[i]->name, "none") == 0)
422 if (authmethods[i]->enabled == NULL ||
423 *(authmethods[i]->enabled) == 0)
425 if (!auth2_method_allowed(authctxt, authmethods[i]->name,
430 buffer_append(&b, authmethods[i]->name,
431 strlen(authmethods[i]->name));
445 for (i = 0; authmethods[i] != NULL; i++)
446 if (authmethods[i]->enabled != NULL &
    [all...]
sshconnect2.c 328 Authmethod authmethods[] = { variable
    [all...]

Completed in 86 milliseconds