Home
last modified time | relevance | path

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

/external/openssh/
DPROTOCOL.agent67 byte SSH_AGENT_SUCCESS
157 The agent will reply with a SSH_AGENT_SUCCESS if the key has been
244 The agent will reply with a SSH_AGENT_SUCCESS if the key has been
271 The agent will reply with a SSH_AGENT_SUCCESS if one or more keys have
288 reply with a SSH_AGENT_SUCCESS message. If an error occurred, the agent
310 and return SSH_AGENT_SUCCESS. If no such key was found, the agent will
324 and return SSH_AGENT_SUCCESS. If no such key was found, the agent will
343 The agent will reply with a SSH_AGENT_SUCCESS if one or more keys have
491 it will suspend processing requests and return a SSH_AGENT_SUCCESS
506 processing all requests and return SSH_AGENT_SUCCESS. If the agent
[all …]
Dauthfd.h52 #define SSH_AGENT_SUCCESS 6 macro
Dssh-pkcs11-client.c236 if (recv_msg(&msg) == SSH_AGENT_SUCCESS) in pkcs11_del_provider()
Dssh-pkcs11-helper.c158 buffer_put_char(&msg, SSH_AGENT_SUCCESS); in process_del()
Dauthfd.c80 else if (type == SSH_AGENT_SUCCESS) in decode_reply()
Dssh-agent.c231 SSH_AGENT_SUCCESS : SSH_AGENT_FAILURE)) != 0) in send_status()