Home
last modified time | relevance | path

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

/external/openssh/
Dssherr.h71 #define SSH_ERR_AGENT_NOT_PRESENT -47 macro
Dssherr.c120 case SSH_ERR_AGENT_NOT_PRESENT: in ssh_err()
Dssh-add.c499 case SSH_ERR_AGENT_NOT_PRESENT: in main()
Dsshconnect1.c77 if (r != SSH_ERR_AGENT_NOT_PRESENT) in try_agent_authentication()
Dauthfd.c99 return SSH_ERR_AGENT_NOT_PRESENT; in ssh_get_authentication_socket()
Dclientloop.c1801 r != SSH_ERR_AGENT_NOT_PRESENT) in client_input_agent_open()
1932 if (r != SSH_ERR_AGENT_NOT_PRESENT) in client_request_agent()
Dssh.c1592 if (r != SSH_ERR_AGENT_NOT_PRESENT) in check_agent_present()
Dsshconnect2.c1248 if (r != SSH_ERR_AGENT_NOT_PRESENT) in pubkey_prepare()