Searched refs:PRIVSEP (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dauth2-none.c70 return (PRIVSEP(auth_password(ssh, "")));
H A Dauth2-passwd.c65 else if (PRIVSEP(auth_password(ssh, password)) == 1)
H A Dauth2-gss.c112 if (GSS_ERROR(PRIVSEP(ssh_gssapi_server_ctx(&ctxt, &goid)))) {
159 maj_status = PRIVSEP(ssh_gssapi_accept_ctx(gssctxt, &recv_tok,
224 maj_status = PRIVSEP(ssh_gssapi_accept_ctx(gssctxt, &recv_tok,
263 authenticated = PRIVSEP(ssh_gssapi_userok(authctxt->user));
308 if (!GSS_ERROR(PRIVSEP(ssh_gssapi_checkmic(gssctxt, &gssbuf, &mic))))
309 authenticated = PRIVSEP(ssh_gssapi_userok(authctxt->user));
H A Dmonitor_wrap.h32 #define PRIVSEP(x) (use_privsep ? mm_##x : x) macro
H A Dauth2.c160 if ((banner = PRIVSEP(auth2_read_banner())) == NULL)
282 authctxt->pw = PRIVSEP(getpwnamallow(user));
292 PRIVSEP(audit_event(SSH_INVALID_USER));
297 PRIVSEP(start_pam(authctxt));
319 (lc = PRIVSEP(login_getpwclass(authctxt->pw))) != NULL) {
332 PRIVSEP(login_close(lc));
385 PRIVSEP(audit_event(SSH_LOGIN_ROOT_DENIED));
410 if (!PRIVSEP(do_pam_account())) {
443 PRIVSEP(audit_event(SSH_LOGIN_EXCEED_MAXTRIES));
H A Dauth2-hostbased.c150 if (PRIVSEP(hostbased_key_allowed(authctxt->pw, cuser, chost, key)) &&
151 PRIVSEP(sshkey_verify(key, sig, slen,
H A Dkexgexs.c100 kex->dh = PRIVSEP(choose_dh(min, nbits, max));
H A Dauth2-pubkey.c195 if (PRIVSEP(user_key_allowed(ssh, pw, key, 1, &authopts)) &&
196 PRIVSEP(sshkey_verify(key, sig, slen,
225 if (PRIVSEP(user_key_allowed(ssh, pw, key, 0, NULL))) {
H A Dsession.c746 PRIVSEP(audit_run_command(command));
752 PRIVSEP(audit_run_command(shell));
1963 if (!PRIVSEP(pty_allocate(&s->ptyfd, &s->ttyfd, s->tty,
2316 PRIVSEP(session_pty_cleanup2(s));
H A Dsshd.c2298 PRIVSEP(audit_event(SSH_CONNECTION_CLOSE));
2317 if (PRIVSEP(sshkey_sign(privkey, signature, slenp, data, dlen,

Completed in 90 milliseconds