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

/freebsd-10.2-release/crypto/openssh/
H A Dauth2-none.c65 return (PRIVSEP(auth_password(authctxt, "")));
H A Dauth2-passwd.c69 else if (PRIVSEP(auth_password(authctxt, password)) == 1)
H A Dauth1.c130 authenticated = PRIVSEP(auth_password(authctxt, password));
250 PRIVSEP(auth_password(authctxt, ""))) {
252 if (options.use_pam && (PRIVSEP(do_pam_account())))
326 PRIVSEP(audit_event(SSH_LOGIN_ROOT_DENIED));
333 !PRIVSEP(do_pam_account())) {
364 PRIVSEP(audit_event(SSH_LOGIN_EXCEED_MAXTRIES));
399 if ((authctxt->pw = PRIVSEP(getpwnamallow(user))) != NULL)
416 PRIVSEP(start_pam(authctxt));
H A Dauth-rh-rsa.c81 if (!PRIVSEP(auth_rhosts_rsa_key_allowed(pw, cuser, chost, client_host_key))) {
H A Dauth2-gss.c103 if (GSS_ERROR(PRIVSEP(ssh_gssapi_server_ctx(&ctxt, &goid)))) {
147 maj_status = PRIVSEP(ssh_gssapi_accept_ctx(gssctxt, &recv_tok,
202 maj_status = PRIVSEP(ssh_gssapi_accept_ctx(gssctxt, &recv_tok,
238 authenticated = PRIVSEP(ssh_gssapi_userok(authctxt->user));
272 if (!GSS_ERROR(PRIVSEP(ssh_gssapi_checkmic(gssctxt, &gssbuf, &mic))))
273 authenticated = PRIVSEP(ssh_gssapi_userok(authctxt->user));
H A Dauth2.c160 if ((banner = PRIVSEP(auth2_read_banner())) == NULL)
243 authctxt->pw = PRIVSEP(getpwnamallow(user));
252 PRIVSEP(audit_event(SSH_INVALID_USER));
257 PRIVSEP(start_pam(authctxt));
338 PRIVSEP(audit_event(SSH_LOGIN_ROOT_DENIED));
357 if (!PRIVSEP(do_pam_account())) {
393 PRIVSEP(audit_event(SSH_LOGIN_EXCEED_MAXTRIES));
H A Dauth2-hostbased.c131 if (PRIVSEP(hostbased_key_allowed(authctxt->pw, cuser, chost, key)) &&
132 PRIVSEP(key_verify(key, sig, slen, buffer_ptr(&b),
H A Dmonitor_wrap.h32 #define PRIVSEP(x) (use_privsep ? mm_##x : x) macro
H A Dauth-rsa.c144 challenge = PRIVSEP(auth_rsa_generate_challenge(key));
162 success = PRIVSEP(auth_rsa_verify_response(key, challenge, response));
315 if (!PRIVSEP(auth_rsa_key_allowed(pw, client_n, &key))) {
H A Dkexgexs.c101 dh = PRIVSEP(choose_dh(min, nbits, max));
H A Dauth2-pubkey.c160 if (PRIVSEP(user_key_allowed(authctxt->pw, key)) &&
161 PRIVSEP(key_verify(key, sig, slen, buffer_ptr(&b),
178 if (PRIVSEP(user_key_allowed(authctxt->pw, key))) {
H A Dsshd.c2239 PRIVSEP(audit_event(SSH_CONNECTION_CLOSE));
2395 rsafail = PRIVSEP(ssh1_session_key(session_key_int));
2482 if (PRIVSEP(key_sign(privkey, signature, slen, data, dlen) < 0))
H A Dsession.c870 PRIVSEP(audit_run_command(command));
876 PRIVSEP(audit_run_command(shell));
2141 if (!PRIVSEP(pty_allocate(&s->ptyfd, &s->ttyfd, s->tty,
2428 PRIVSEP(session_pty_cleanup2(s));

Completed in 124 milliseconds