Lines Matching defs:agent_fd
1776 int r, i, found, agent_fd = -1;
1801 if ((r = ssh_get_authentication_socket(&agent_fd)) != 0)
1803 if ((r = ssh_fetch_identitylist(agent_fd, &agent_ids)) != 0)
1880 if (agent_fd != -1 && (ca->flags & SSHKEY_FLAG_EXT) != 0) {
1883 &agent_fd)) != 0)
2727 int agent_fd = -1;
2748 if ((r = ssh_get_authentication_socket(&agent_fd)) != 0) {
2753 if ((r = ssh_agent_has_key(agent_fd, pubkey)) == 0)
2774 sig_namespace, hashalg, signer, &agent_fd)) != 0)
2786 hashalg, signer, &agent_fd)) != 0)