Searched refs:PRIVSEP (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/crypto/openssh/ |
| H A D | auth2-gss.c | 119 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 D | auth2.c | 160 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 D | auth2-none.c | 69 return (PRIVSEP(auth_password(ssh, ""))); in userauth_none()
|
| H A D | auth2-passwd.c | 69 else if (PRIVSEP(auth_password(ssh, password)) == 1) in userauth_passwd()
|
| H A D | auth2-hostbased.c | 148 if (PRIVSEP(hostbased_key_allowed(ssh, authctxt->pw, cuser, in userauth_hostbased() 150 PRIVSEP(sshkey_verify(key, sig, slen, in userauth_hostbased()
|
| H A D | monitor_wrap.h | 32 #define PRIVSEP(x) (use_privsep ? mm_##x : x) macro
|
| H A D | auth2-pubkey.c | 222 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 D | kexgexs.c | 101 kex->dh = PRIVSEP(choose_dh(min, nbits, max)); in input_kex_dh_gex_request()
|
| H A D | session.c | 709 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 D | sshd.c | 2435 PRIVSEP(audit_event(ssh, SSH_CONNECTION_CLOSE));
|
| /freebsd-14.2/contrib/blocklist/diff/ |
| H A D | ssh.diff | 109 PRIVSEP(audit_event(SSH_INVALID_USER));
|