Searched refs:SSH_AGENT_SUCCESS (Results 1 – 6 of 6) sorted by relevance
67 byte SSH_AGENT_SUCCESS157 The agent will reply with a SSH_AGENT_SUCCESS if the key has been244 The agent will reply with a SSH_AGENT_SUCCESS if the key has been271 The agent will reply with a SSH_AGENT_SUCCESS if one or more keys have288 reply with a SSH_AGENT_SUCCESS message. If an error occurred, the agent310 and return SSH_AGENT_SUCCESS. If no such key was found, the agent will324 and return SSH_AGENT_SUCCESS. If no such key was found, the agent will343 The agent will reply with a SSH_AGENT_SUCCESS if one or more keys have491 it will suspend processing requests and return a SSH_AGENT_SUCCESS506 processing all requests and return SSH_AGENT_SUCCESS. If the agent[all …]
52 #define SSH_AGENT_SUCCESS 6 macro
236 if (recv_msg(&msg) == SSH_AGENT_SUCCESS) in pkcs11_del_provider()
158 buffer_put_char(&msg, SSH_AGENT_SUCCESS); in process_del()
80 else if (type == SSH_AGENT_SUCCESS) in decode_reply()
231 SSH_AGENT_SUCCESS : SSH_AGENT_FAILURE)) != 0) in send_status()