Home
last modified time | relevance | path

Searched refs:reply_error (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.bin/ssh/
H A Dssh-sk-helper.c49 static struct sshbuf *reply_error(int r, char *fmt, ...)
53 reply_error(int r, char *fmt, ...) in reply_error() function
124 resp = reply_error(r, "Signing failed: %s", ssh_err(r)); in process_sign()
183 resp = reply_error(r, "Enrollment failed: %s", ssh_err(r)); in process_enroll()
235 resp = reply_error(r, "sshsk_load_resident failed: %s", in process_load_resident()
H A Dmux.c397 reply_error(reply, MUX_S_FAILURE, rid, in mux_master_process_new_session()
409 reply_error(reply, MUX_S_FAILURE, rid, in mux_master_process_new_session()
430 reply_error(reply, MUX_S_PERMISSION_DENIED, rid, in mux_master_process_new_session()
503 reply_error(reply, MUX_S_PERMISSION_DENIED, rid, in mux_master_process_terminate()
723 reply_error(reply, MUX_S_FAILURE, rid, in mux_master_process_open_fwd()
786 reply_error(reply, MUX_S_PERMISSION_DENIED, rid, in mux_master_process_open_fwd()
797 reply_error(reply, MUX_S_FAILURE, rid, in mux_master_process_open_fwd()
983 reply_error(reply, MUX_S_FAILURE, rid, in mux_master_process_stdio_fwd()
994 reply_error(reply, MUX_S_FAILURE, rid, in mux_master_process_stdio_fwd()
1062 reply_error(reply, MUX_S_FAILURE, cctx->rid, in mux_stdio_confirm()
[all …]