Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dssh-sk-helper.c52 static struct sshbuf *reply_error(int r, char *fmt, ...)
56 reply_error(int r, char *fmt, ...) in reply_error() function
127 resp = reply_error(r, "Signing failed: %s", ssh_err(r)); in process_sign()
186 resp = reply_error(r, "Enrollment failed: %s", ssh_err(r)); in process_enroll()
238 resp = reply_error(r, "sshsk_load_resident failed: %s", in process_load_resident()
H A Dmux.c411 reply_error(reply, MUX_S_FAILURE, rid, in mux_master_process_new_session()
423 reply_error(reply, MUX_S_FAILURE, rid, in mux_master_process_new_session()
444 reply_error(reply, MUX_S_PERMISSION_DENIED, rid, in mux_master_process_new_session()
517 reply_error(reply, MUX_S_PERMISSION_DENIED, rid, in mux_master_process_terminate()
737 reply_error(reply, MUX_S_FAILURE, rid, in mux_master_process_open_fwd()
800 reply_error(reply, MUX_S_PERMISSION_DENIED, rid, in mux_master_process_open_fwd()
811 reply_error(reply, MUX_S_FAILURE, rid, in mux_master_process_open_fwd()
997 reply_error(reply, MUX_S_FAILURE, rid, in mux_master_process_stdio_fwd()
1008 reply_error(reply, MUX_S_FAILURE, rid, in mux_master_process_stdio_fwd()
1076 reply_error(reply, MUX_S_FAILURE, cctx->rid, in mux_stdio_confirm()
[all …]
/freebsd/crypto/heimdal/kpasswd/
H A Dkpasswdd.c144 reply_error (krb5_realm realm, in reply_error() function
477 reply_error (NULL, s, sa, sa_size, 0, 1, "Wrong program version"); in verify()
494 reply_error (NULL, s, sa, sa_size, ret, 3, "Authentication failed"); in verify()
522 reply_error (NULL, s, sa, sa_size, ret, 1, in verify()
530 reply_error ((*ticket)->server->realm, s, sa, sa_size, ret, 1, in verify()
537 reply_error ((*ticket)->server->realm, s, sa, sa_size, ret, 1, in verify()
567 reply_error ((*ticket)->server->realm, s, sa, sa_size, ret, 3, in verify()
/freebsd/usr.sbin/rpcbind/
H A Drpcb_svc_com.c1232 struct rpc_err reply_error; in handle_reply() local
1280 _seterr_reply(&reply_msg, &reply_error); in handle_reply()
1281 if (reply_error.re_status != RPC_SUCCESS) { in handle_reply()
1284 clnt_sperrno(reply_error.re_status)); in handle_reply()