Home
last modified time | relevance | path

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

/external/openssh/
Dauth1.c133 authenticated = PRIVSEP(auth_password(authctxt, password)); in auth1_process_password()
253 PRIVSEP(auth_password(authctxt, ""))) { in do_authloop()
255 if (options.use_pam && (PRIVSEP(do_pam_account()))) in do_authloop()
329 PRIVSEP(audit_event(SSH_LOGIN_ROOT_DENIED)); in do_authloop()
336 !PRIVSEP(do_pam_account())) { in do_authloop()
367 PRIVSEP(audit_event(SSH_LOGIN_EXCEED_MAXTRIES)); in do_authloop()
402 if ((authctxt->pw = PRIVSEP(getpwnamallow(user))) != NULL) in do_authentication()
419 PRIVSEP(start_pam(authctxt)); in do_authentication()
Dauth2-gss.c104 if (GSS_ERROR(PRIVSEP(ssh_gssapi_server_ctx(&ctxt, &goid)))) { in userauth_gssapi()
148 maj_status = PRIVSEP(ssh_gssapi_accept_ctx(gssctxt, &recv_tok, in input_gssapi_token()
204 maj_status = PRIVSEP(ssh_gssapi_accept_ctx(gssctxt, &recv_tok, in input_gssapi_errtok()
241 authenticated = PRIVSEP(ssh_gssapi_userok(authctxt->user)); in input_gssapi_exchange_complete()
276 if (!GSS_ERROR(PRIVSEP(ssh_gssapi_checkmic(gssctxt, &gssbuf, &mic)))) in input_gssapi_mic()
277 authenticated = PRIVSEP(ssh_gssapi_userok(authctxt->user)); in input_gssapi_mic()
Dauth2.c157 if ((banner = PRIVSEP(auth2_read_banner())) == NULL) in userauth_banner()
234 authctxt->pw = PRIVSEP(getpwnamallow(user)); in input_userauth_request()
243 PRIVSEP(audit_event(SSH_INVALID_USER)); in input_userauth_request()
248 PRIVSEP(start_pam(authctxt)); in input_userauth_request()
309 PRIVSEP(audit_event(SSH_LOGIN_ROOT_DENIED)); in userauth_finish()
328 if (!PRIVSEP(do_pam_account())) { in userauth_finish()
364 PRIVSEP(audit_event(SSH_LOGIN_EXCEED_MAXTRIES)); in userauth_finish()
Dauth-rsa.c146 challenge = PRIVSEP(auth_rsa_generate_challenge(key)); in auth_rsa_challenge_dialog()
165 success = PRIVSEP(auth_rsa_verify_response(key, challenge, response)); in auth_rsa_challenge_dialog()
320 if (!PRIVSEP(auth_rsa_key_allowed(pw, client_n, &key))) { in auth_rsa()
Dauth2-none.c70 return (PRIVSEP(auth_password(authctxt, ""))); in userauth_none()
Dauth2-passwd.c72 else if (PRIVSEP(auth_password(authctxt, password)) == 1) in userauth_passwd()
Dauth2-hostbased.c141 if (PRIVSEP(hostbased_key_allowed(authctxt->pw, cuser, chost, key)) && in userauth_hostbased()
142 PRIVSEP(key_verify(key, sig, slen, buffer_ptr(&b), in userauth_hostbased()
Dauth-rh-rsa.c84 if (!PRIVSEP(auth_rhosts_rsa_key_allowed(pw, cuser, chost, client_host_key))) { in auth_rhosts_rsa()
Dmonitor_wrap.h32 #define PRIVSEP(x) (use_privsep ? mm_##x : x) macro
Dauth2-pubkey.c172 if (PRIVSEP(user_key_allowed(authctxt->pw, key)) && in userauth_pubkey()
173 PRIVSEP(key_verify(key, sig, slen, buffer_ptr(&b), in userauth_pubkey()
194 if (PRIVSEP(user_key_allowed(authctxt->pw, key))) { in userauth_pubkey()
Dkexgexs.c117 kex->dh = PRIVSEP(choose_dh(min, nbits, max)); in input_kex_dh_gex_request()
Dsession.c827 PRIVSEP(audit_run_command(command)); in do_exec()
833 PRIVSEP(audit_run_command(shell)); in do_exec()
2107 if (!PRIVSEP(pty_allocate(&s->ptyfd, &s->ttyfd, s->tty, in session_pty_req()
2384 PRIVSEP(session_pty_cleanup2(s)); in session_pty_cleanup()
Dsshd.c2270 PRIVSEP(audit_event(SSH_CONNECTION_CLOSE));
2440 rsafail = PRIVSEP(ssh1_session_key(real_key_int));
2509 if (PRIVSEP(key_sign(privkey, signature, &xxx_slen, data, xxx_dlen) < 0))
/external/ipsec-tools/src/racoon/
Dcfparse.h42 PRIVSEP = 258, enumerator
207 #define PRIVSEP 258 macro
Dcfparse.y183 %token PRIVSEP USER GROUP CHROOT
283 : PRIVSEP BOC privsep_stmts EOC