HomeSort by relevance Sort by last modified time
    Searched refs:PRIVSEP (Results 1 - 15 of 15) sorted by null

  /external/openssh/
auth2-none.c 70 return (PRIVSEP(auth_password(authctxt, "")));
auth2-passwd.c 72 else if (PRIVSEP(auth_password(authctxt, password)) == 1)
auth1.c 133 authenticated = PRIVSEP(auth_password(authctxt, password));
253 PRIVSEP(auth_password(authctxt, ""))) {
255 if (options.use_pam && (PRIVSEP(do_pam_account())))
329 PRIVSEP(audit_event(SSH_LOGIN_ROOT_DENIED));
336 !PRIVSEP(do_pam_account())) {
367 PRIVSEP(audit_event(SSH_LOGIN_EXCEED_MAXTRIES));
402 if ((authctxt->pw = PRIVSEP(getpwnamallow(user))) != NULL)
419 PRIVSEP(start_pam(authctxt));
auth-rh-rsa.c 84 if (!PRIVSEP(auth_rhosts_rsa_key_allowed(pw, cuser, chost, client_host_key))) {
auth2-gss.c 104 if (GSS_ERROR(PRIVSEP(ssh_gssapi_server_ctx(&ctxt, &goid)))) {
148 maj_status = PRIVSEP(ssh_gssapi_accept_ctx(gssctxt, &recv_tok,
204 maj_status = PRIVSEP(ssh_gssapi_accept_ctx(gssctxt, &recv_tok,
241 authenticated = PRIVSEP(ssh_gssapi_userok(authctxt->user));
276 if (!GSS_ERROR(PRIVSEP(ssh_gssapi_checkmic(gssctxt, &gssbuf, &mic))))
277 authenticated = PRIVSEP(ssh_gssapi_userok(authctxt->user));
auth2.c 157 if ((banner = PRIVSEP(auth2_read_banner())) == NULL)
234 authctxt->pw = PRIVSEP(getpwnamallow(user));
243 PRIVSEP(audit_event(SSH_INVALID_USER));
248 PRIVSEP(start_pam(authctxt));
309 PRIVSEP(audit_event(SSH_LOGIN_ROOT_DENIED));
328 if (!PRIVSEP(do_pam_account())) {
364 PRIVSEP(audit_event(SSH_LOGIN_EXCEED_MAXTRIES));
monitor_wrap.h 32 #define PRIVSEP(x) (use_privsep ? mm_##x : x)
auth-rsa.c 146 challenge = PRIVSEP(auth_rsa_generate_challenge(key));
165 success = PRIVSEP(auth_rsa_verify_response(key, challenge, response));
320 if (!PRIVSEP(auth_rsa_key_allowed(pw, client_n, &key))) {
auth2-hostbased.c 140 if (PRIVSEP(hostbased_key_allowed(authctxt->pw, cuser, chost, key)) &&
141 PRIVSEP(key_verify(key, sig, slen, buffer_ptr(&b),
kexgexs.c 98 kex->dh = PRIVSEP(choose_dh(min, nbits, max));
auth2-pubkey.c 175 if (PRIVSEP(user_key_allowed(authctxt->pw, key, 1)) &&
176 PRIVSEP(key_verify(key, sig, slen, buffer_ptr(&b),
197 if (PRIVSEP(user_key_allowed(authctxt->pw, key, 0))) {
session.c 827 PRIVSEP(audit_run_command(command));
833 PRIVSEP(audit_run_command(shell));
    [all...]
sshd.c 643 debug3("privsep user:group %u:%u", (u_int)privsep_pw->pw_uid,
    [all...]
  /external/ipsec-tools/src/racoon/
cfparse.h 42 PRIVSEP = 258,
207 #define PRIVSEP 258
cfparse.y 67 #include "privsep.h"
182 /* privsep */
183 %token PRIVSEP USER GROUP CHROOT
281 /* privsep */
283 : PRIVSEP BOC privsep_stmts EOC
    [all...]

Completed in 661 milliseconds