Home
last modified time | relevance | path

Searched refs:SSH_ERR_AGENT_NO_IDENTITIES (Results 1 – 6 of 6) sorted by relevance

/external/openssh/
Dssherr.h72 #define SSH_ERR_AGENT_NO_IDENTITIES -48 macro
Dssherr.c122 case SSH_ERR_AGENT_NO_IDENTITIES: in ssh_err()
Dssh-add.c375 if (r != SSH_ERR_AGENT_NO_IDENTITIES) in list_identities()
Dsshconnect1.c88 if (r != SSH_ERR_AGENT_NO_IDENTITIES) in try_agent_authentication()
Dauthfd.c320 r = SSH_ERR_AGENT_NO_IDENTITIES; in ssh_fetch_identitylist()
Dsshconnect2.c1351 if (r != SSH_ERR_AGENT_NO_IDENTITIES) in pubkey_prepare()