Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssh/
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()
239 resp = reply_error(r, "sshsk_load_resident failed: %s", in process_load_resident()
Dmux.c322 reply_error(struct sshbuf *reply, u_int type, u_int rid, const char *msg) in reply_error() function
411 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()
671 reply_error(out, MUX_S_FAILURE, fctx->rid, failmsg); in mux_confirm_remote_forward()
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()
940 reply_error(reply, MUX_S_FAILURE, rid, error_reason); in mux_master_process_close_fwd()
[all …]
/freebsd-12-stable/crypto/heimdal/kpasswd/
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-12-stable/usr.sbin/rpcbind/
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()