Home
last modified time | relevance | path

Searched refs:SSH_ERR_AGENT_NOT_PRESENT (Results 1 – 7 of 7) sorted by relevance

/dragonfly/crypto/openssh/
H A Dssherr.h71 #define SSH_ERR_AGENT_NOT_PRESENT -47 macro
H A Dssherr.c120 case SSH_ERR_AGENT_NOT_PRESENT: in ssh_err()
H A Dauthfd.c131 return SSH_ERR_AGENT_NOT_PRESENT; in ssh_get_authentication_socket()
H A Dssh-add.c838 case SSH_ERR_AGENT_NOT_PRESENT: in main()
H A Dssh.c2109 if (r != SSH_ERR_AGENT_NOT_PRESENT) in check_agent_present()
H A Dclientloop.c1824 if (r != SSH_ERR_AGENT_NOT_PRESENT) in client_request_agent()
H A Dsshconnect2.c1634 if (r != SSH_ERR_AGENT_NOT_PRESENT) in get_agent_identities()