Searched refs:SSH_AGENT_FAILURE (Results 1 – 5 of 5) sorted by relevance
73 byte SSH_AGENT_FAILURE75 SSH_AGENT_FAILURE messages are also sent in reply to unknown request158 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 support311 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 …]
139 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()
51 #define SSH_AGENT_FAILURE 5 macro
238 SSH_AGENT_SUCCESS : SSH_AGENT_FAILURE)) != 0) in send_status()363 if ((r = sshbuf_put_u8(msg, SSH_AGENT_FAILURE)) != 0) in process_authentication_challenge1()431 } else if ((r = sshbuf_put_u8(msg, SSH_AGENT_FAILURE)) != 0) in process_sign_request2()
70 ((x == SSH_AGENT_FAILURE) || \