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.245 successfully added or a SSH_AGENT_FAILURE if an error occurred.272 been successfully loaded or a SSH_AGENT_FAILURE if an error occurred.273 The agent will also return SSH_AGENT_FAILURE if it does not support289 will reply with SSH_AGENT_FAILURE.311 return SSH_AGENT_FAILURE.325 return SSH_AGENT_FAILURE.344 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
235 SSH_AGENT_SUCCESS : SSH_AGENT_FAILURE)) != 0) in send_status()360 if ((r = sshbuf_put_u8(msg, SSH_AGENT_FAILURE)) != 0) in process_authentication_challenge1()416 } else if ((r = sshbuf_put_u8(msg, SSH_AGENT_FAILURE)) != 0) in process_sign_request2()
70 ((x == SSH_AGENT_FAILURE) || \