Home
last modified time | relevance | path

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

/external/openssh/
Dauth1.c131 authenticated = PRIVSEP(auth_password(authctxt, password)); in auth1_process_password()
259 PRIVSEP(auth_password(authctxt, ""))) in do_authloop()
263 if (options.use_pam && (PRIVSEP(do_pam_account()))) in do_authloop()
337 PRIVSEP(audit_event(SSH_LOGIN_ROOT_DENIED)); in do_authloop()
344 !PRIVSEP(do_pam_account())) { in do_authloop()
377 PRIVSEP(audit_event(SSH_LOGIN_EXCEED_MAXTRIES)); in do_authloop()
412 if ((authctxt->pw = PRIVSEP(getpwnamallow(user))) != NULL) in do_authentication()
424 PRIVSEP(start_pam(authctxt)); in do_authentication()
Dauth2.c158 if ((banner = PRIVSEP(auth2_read_banner())) == NULL) in userauth_banner()
235 authctxt->pw = PRIVSEP(getpwnamallow(user)); in input_userauth_request()
244 PRIVSEP(audit_event(SSH_INVALID_USER)); in input_userauth_request()
249 PRIVSEP(start_pam(authctxt)); in input_userauth_request()
306 PRIVSEP(audit_event(SSH_LOGIN_ROOT_DENIED)); in userauth_finish()
312 if (!PRIVSEP(do_pam_account())) { in userauth_finish()
355 PRIVSEP(audit_event(SSH_LOGIN_EXCEED_MAXTRIES)); in userauth_finish()
Dauth2-gss.c109 if (GSS_ERROR(PRIVSEP(ssh_gssapi_server_ctx(&ctxt, &goid)))) { in userauth_gssapi()
153 maj_status = PRIVSEP(ssh_gssapi_accept_ctx(gssctxt, &recv_tok, in input_gssapi_token()
208 maj_status = PRIVSEP(ssh_gssapi_accept_ctx(gssctxt, &recv_tok, in input_gssapi_errtok()
247 authenticated = PRIVSEP(ssh_gssapi_userok(authctxt->user)); in input_gssapi_exchange_complete()
281 if (!GSS_ERROR(PRIVSEP(ssh_gssapi_checkmic(gssctxt, &gssbuf, &mic)))) in input_gssapi_mic()
282 authenticated = PRIVSEP(ssh_gssapi_userok(authctxt->user)); in input_gssapi_mic()
Dauth-rsa.c140 challenge = PRIVSEP(auth_rsa_generate_challenge(key)); in auth_rsa_challenge_dialog()
158 success = PRIVSEP(auth_rsa_verify_response(key, challenge, response)); in auth_rsa_challenge_dialog()
306 if (!PRIVSEP(auth_rsa_key_allowed(pw, client_n, &key))) { in auth_rsa()
Dauth2-jpake.c381 PRIVSEP(jpake_step1(pctx->grp, in auth2_jpake_start()
387 PRIVSEP(auth2_jpake_get_pwdata(authctxt, &pctx->s, in auth2_jpake_start()
447 PRIVSEP(jpake_step2(pctx->grp, pctx->s, pctx->g_x3, in input_userauth_jpake_client_step1()
503 PRIVSEP(jpake_key_confirm(pctx->grp, pctx->s, pctx->a, in input_userauth_jpake_client_step2()
547 if (PRIVSEP(jpake_check_confirm(pctx->k, in input_userauth_jpake_client_confirm()
Dauth2-none.c67 return (PRIVSEP(auth_password(authctxt, ""))); in userauth_none()
Dkexgexs.c105 dh = PRIVSEP(choose_dh(min, nbits, max)); in kexgex_server()
190 if (PRIVSEP(key_sign(server_host_private, &signature, &slen, hash, in kexgex_server()
Dauth2-hostbased.c121 if (PRIVSEP(hostbased_key_allowed(authctxt->pw, cuser, chost, key)) && in userauth_hostbased()
122 PRIVSEP(key_verify(key, sig, slen, buffer_ptr(&b), in userauth_hostbased()
Dauth2-passwd.c71 else if (PRIVSEP(auth_password(authctxt, password)) == 1) in userauth_passwd()
Dauth2-pubkey.c142 if (PRIVSEP(user_key_allowed(authctxt->pw, key)) && in userauth_pubkey()
143 PRIVSEP(key_verify(key, sig, slen, buffer_ptr(&b), in userauth_pubkey()
160 if (PRIVSEP(user_key_allowed(authctxt->pw, key))) { in userauth_pubkey()
Dauth-rh-rsa.c81 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
Dkexdhs.c147 if (PRIVSEP(key_sign(server_host_private, &signature, &slen, hash, in kexdh_server()
Dkexecdhs.c145 if (PRIVSEP(key_sign(server_host_private, &signature, &slen, in kexecdh_server()
Dsession.c817 PRIVSEP(audit_run_command(command)); in do_exec()
823 PRIVSEP(audit_run_command(shell)); in do_exec()
2052 if (!PRIVSEP(pty_allocate(&s->ptyfd, &s->ttyfd, s->tty, in session_pty_req()
2330 PRIVSEP(session_pty_cleanup2(s)); in session_pty_cleanup()
Dsshd.c2065 PRIVSEP(audit_event(SSH_CONNECTION_CLOSE));
2221 rsafail = PRIVSEP(ssh1_session_key(session_key_int));
/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