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

  /external/openssh/
auth2.c 78 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[i]->enabled) != 0 &
    [all...]
sshconnect2.c 321 Authmethod authmethods[] = { variable
    [all...]

Completed in 35 milliseconds