Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssh/
H A Dssh-sk-helper.c53 static struct sshbuf *reply_error(int r, char *fmt, ...)
57 reply_error(int r, char *fmt, ...) in reply_error() function
128 resp = reply_error(r, "Signing failed: %s", ssh_err(r)); in process_sign()
187 resp = reply_error(r, "Enrollment failed: %s", ssh_err(r)); in process_enroll()
237 resp = reply_error(r, " sshsk_load_resident failed: %s", in process_load_resident()
H A Dmux.c410 reply_error(reply, MUX_S_FAILURE, rid, in mux_master_process_new_session()
422 reply_error(reply, MUX_S_FAILURE, rid, in mux_master_process_new_session()
443 reply_error(reply, MUX_S_PERMISSION_DENIED, rid, in mux_master_process_new_session()
516 reply_error(reply, MUX_S_PERMISSION_DENIED, rid, in mux_master_process_terminate()
736 reply_error(reply, MUX_S_FAILURE, rid, in mux_master_process_open_fwd()
799 reply_error(reply, MUX_S_PERMISSION_DENIED, rid, in mux_master_process_open_fwd()
810 reply_error(reply, MUX_S_FAILURE, rid, in mux_master_process_open_fwd()
987 reply_error(reply, MUX_S_FAILURE, rid, in mux_master_process_stdio_fwd()
998 reply_error(reply, MUX_S_FAILURE, rid, in mux_master_process_stdio_fwd()
1061 reply_error(reply, MUX_S_FAILURE, cctx->rid, in mux_stdio_confirm()
[all …]
/freebsd-13.1/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-13.1/usr.sbin/rpcbind/
H A Drpcb_svc_com.c1236 struct rpc_err reply_error; in handle_reply() local
1284 _seterr_reply(&reply_msg, &reply_error); in handle_reply()
1285 if (reply_error.re_status != RPC_SUCCESS) { in handle_reply()
1288 clnt_sperrno(reply_error.re_status)); in handle_reply()