/external/openssh/ |
D | auth1.c | 131 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()
|
D | auth2.c | 158 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()
|
D | auth2-gss.c | 109 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()
|
D | auth-rsa.c | 140 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()
|
D | auth2-jpake.c | 381 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()
|
D | auth2-none.c | 67 return (PRIVSEP(auth_password(authctxt, ""))); in userauth_none()
|
D | kexgexs.c | 105 dh = PRIVSEP(choose_dh(min, nbits, max)); in kexgex_server() 190 if (PRIVSEP(key_sign(server_host_private, &signature, &slen, hash, in kexgex_server()
|
D | auth2-hostbased.c | 121 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()
|
D | auth2-passwd.c | 71 else if (PRIVSEP(auth_password(authctxt, password)) == 1) in userauth_passwd()
|
D | auth2-pubkey.c | 142 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()
|
D | auth-rh-rsa.c | 81 if (!PRIVSEP(auth_rhosts_rsa_key_allowed(pw, cuser, chost, client_host_key))) { in auth_rhosts_rsa()
|
D | monitor_wrap.h | 32 #define PRIVSEP(x) (use_privsep ? mm_##x : x) macro
|
D | kexdhs.c | 147 if (PRIVSEP(key_sign(server_host_private, &signature, &slen, hash, in kexdh_server()
|
D | kexecdhs.c | 145 if (PRIVSEP(key_sign(server_host_private, &signature, &slen, in kexecdh_server()
|
D | session.c | 817 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()
|
D | sshd.c | 2065 PRIVSEP(audit_event(SSH_CONNECTION_CLOSE)); 2221 rsafail = PRIVSEP(ssh1_session_key(session_key_int));
|
/external/ipsec-tools/src/racoon/ |
D | cfparse.h | 42 PRIVSEP = 258, enumerator 207 #define PRIVSEP 258 macro
|
D | cfparse.y | 183 %token PRIVSEP USER GROUP CHROOT 283 : PRIVSEP BOC privsep_stmts EOC
|