Searched refs:PRIVSEP (Results 1 – 15 of 15) sorted by relevance
/external/openssh/ |
D | auth1.c | 133 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()
|
D | auth2-gss.c | 104 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()
|
D | auth2.c | 157 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()
|
D | auth-rsa.c | 146 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()
|
D | auth2-none.c | 70 return (PRIVSEP(auth_password(authctxt, ""))); in userauth_none()
|
D | auth2-passwd.c | 72 else if (PRIVSEP(auth_password(authctxt, password)) == 1) in userauth_passwd()
|
D | auth2-hostbased.c | 141 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()
|
D | auth-rh-rsa.c | 84 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 | auth2-pubkey.c | 172 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()
|
D | kexgexs.c | 117 kex->dh = PRIVSEP(choose_dh(min, nbits, max)); in input_kex_dh_gex_request()
|
D | session.c | 827 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()
|
D | sshd.c | 2270 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/ |
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
|