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

  /external/openssh/
readconf.h 96 struct sshkey *identity_keys[SSH_MAX_IDENTITY_FILES]; member in struct:__anon17325
ssh.c 1949 Key *identity_keys[SSH_MAX_IDENTITY_FILES]; local
    [all...]
sshconnect1.c 227 public = options.identity_keys[idx];
742 if (options.identity_keys[i] != NULL &&
743 options.identity_keys[i]->type == KEY_RSA1 &&
sshconnect2.c 1211 key = options.identity_keys[i];
1216 options.identity_keys[i] = NULL;
    [all...]

Completed in 60 milliseconds