Home
last modified time | relevance | path

Searched refs:SSH_AGENT_FAILURE (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/crypto/openssh/
HDPROTOCOL.agent73 byte SSH_AGENT_FAILURE
75 SSH_AGENT_FAILURE messages are also sent in reply to unknown request
158 successfully added or a SSH_AGENT_FAILURE if an error occurred.
267 successfully added or a SSH_AGENT_FAILURE if an error occurred.
294 been successfully loaded or a SSH_AGENT_FAILURE if an error occurred.
295 The agent will also return SSH_AGENT_FAILURE if it does not support
311 will reply with SSH_AGENT_FAILURE.
333 return SSH_AGENT_FAILURE.
347 return SSH_AGENT_FAILURE.
366 been successfully removed or a SSH_AGENT_FAILURE if an error occurred.
[all …]
HDssh-pkcs11-helper.c139 buffer_put_char(&msg, SSH_AGENT_FAILURE); in process_add()
160 buffer_put_char(&msg, SSH_AGENT_FAILURE); in process_del()
201 buffer_put_char(&msg, SSH_AGENT_FAILURE); in process_sign()
HDauthfd.h51 #define SSH_AGENT_FAILURE 5 macro
HDssh-agent.c258 SSH_AGENT_SUCCESS : SSH_AGENT_FAILURE)) != 0) in send_status()
383 if ((r = sshbuf_put_u8(msg, SSH_AGENT_FAILURE)) != 0) in process_authentication_challenge1()
451 } else if ((r = sshbuf_put_u8(msg, SSH_AGENT_FAILURE)) != 0) in process_sign_request2()
HDauthfd.c70 ((x == SSH_AGENT_FAILURE) || \