Home
last modified time | relevance | path

Searched refs:PRIVSEP (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/crypto/openssh/
H A Dauth2-gss.c119 if (GSS_ERROR(PRIVSEP(ssh_gssapi_server_ctx(&ctxt, &goid)))) { in userauth_gssapi()
166 maj_status = PRIVSEP(ssh_gssapi_accept_ctx(gssctxt, &recv_tok, in input_gssapi_token()
231 maj_status = PRIVSEP(ssh_gssapi_accept_ctx(gssctxt, &recv_tok, in input_gssapi_errtok()
270 authenticated = PRIVSEP(ssh_gssapi_userok(authctxt->user)); in input_gssapi_exchange_complete()
315 if (!GSS_ERROR(PRIVSEP(ssh_gssapi_checkmic(gssctxt, &gssbuf, &mic)))) in input_gssapi_mic()
316 authenticated = PRIVSEP(ssh_gssapi_userok(authctxt->user)); in input_gssapi_mic()
H A Dauth2.c160 if ((banner = PRIVSEP(auth2_read_banner())) == NULL) in userauth_banner()
295 authctxt->pw = PRIVSEP(getpwnamallow(ssh, user)); in input_userauth_request()
305 PRIVSEP(audit_event(ssh, SSH_INVALID_USER)); in input_userauth_request()
310 PRIVSEP(start_pam(ssh)); in input_userauth_request()
391 PRIVSEP(audit_event(ssh, SSH_LOGIN_ROOT_DENIED)); in userauth_finish()
414 int r, success = PRIVSEP(do_pam_account()); in userauth_finish()
454 PRIVSEP(audit_event(ssh, SSH_LOGIN_EXCEED_MAXTRIES)); in userauth_finish()
H A Dauth2-none.c69 return (PRIVSEP(auth_password(ssh, ""))); in userauth_none()
H A Dauth2-passwd.c69 else if (PRIVSEP(auth_password(ssh, password)) == 1) in userauth_passwd()
H A Dauth2-hostbased.c148 if (PRIVSEP(hostbased_key_allowed(ssh, authctxt->pw, cuser, in userauth_hostbased()
150 PRIVSEP(sshkey_verify(key, sig, slen, in userauth_hostbased()
H A Dmonitor_wrap.h32 #define PRIVSEP(x) (use_privsep ? mm_##x : x) macro
H A Dauth2-pubkey.c222 if (PRIVSEP(user_key_allowed(ssh, pw, key, 1, &authopts)) && in userauth_pubkey()
223 PRIVSEP(sshkey_verify(key, sig, slen, in userauth_pubkey()
284 if (PRIVSEP(user_key_allowed(ssh, pw, key, 0, NULL))) { in userauth_pubkey()
H A Dkexgexs.c101 kex->dh = PRIVSEP(choose_dh(min, nbits, max)); in input_kex_dh_gex_request()
H A Dsession.c709 PRIVSEP(audit_run_command(command)); in do_exec()
715 PRIVSEP(audit_run_command(shell)); in do_exec()
1945 if (!PRIVSEP(pty_allocate(&s->ptyfd, &s->ttyfd, s->tty, in session_pty_req()
2324 PRIVSEP(session_pty_cleanup2(s)); in session_pty_cleanup()
H A Dsshd.c2435 PRIVSEP(audit_event(ssh, SSH_CONNECTION_CLOSE));
/freebsd-14.2/contrib/blocklist/diff/
H A Dssh.diff109 PRIVSEP(audit_event(SSH_INVALID_USER));