Searched refs:reply_error (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/krb5/src/ccapi/lib/ |
H A D | ccapi_ipc.c | 54 cc_int32 reply_error = 0; in _cci_ipc_send() local 76 err = cci_message_read_reply_header (reply, &reply_error); in _cci_ipc_send() 80 if (!err && reply_error) { in _cci_ipc_send() 81 err = reply_error; in _cci_ipc_send()
|
/freebsd/crypto/openssh/ |
H A D | ssh-sk-helper.c | 52 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 D | mux.c | 321 reply_error(struct sshbuf *reply, u_int type, u_int rid, const char *msg) in reply_error() function 410 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() 670 reply_error(out, MUX_S_FAILURE, fctx->rid, failmsg); in mux_confirm_remote_forward() 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() 939 reply_error(reply, MUX_S_FAILURE, rid, error_reason); in mux_master_process_close_fwd() [all …]
|
/freebsd/crypto/heimdal/kpasswd/ |
H A D | kpasswdd.c | 144 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 D | rpcb_svc_com.c | 1236 struct rpc_err reply_error; in handle_reply() local 1283 _seterr_reply(&reply_msg, &reply_error); in handle_reply() 1284 if (reply_error.re_status != RPC_SUCCESS) { in handle_reply() 1287 clnt_sperrno(reply_error.re_status)); in handle_reply()
|