HomeSort by: relevance | last modified time | path
    Searched defs:agent_ids (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
ssh-keygen.c 1706 struct ssh_identitylist *agent_ids; local
1728 if ((r = ssh_fetch_identitylist(agent_fd, &agent_ids)) != 0)
1730 for (j = 0; j < agent_ids->nkeys; j++) {
1731 if (sshkey_equal(ca, agent_ids->keys[j])) {
1735 ca = agent_ids->keys[j];
1736 agent_ids->keys[j] = NULL;
1742 ssh_free_identitylist(agent_ids);

Completed in 17 milliseconds