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

  /external/openssh/
auth2-none.c 67 return (PRIVSEP(auth_password(authctxt, "")));
auth2-passwd.c 71 else if (PRIVSEP(auth_password(authctxt, password)) == 1)
auth1.c 131 authenticated = PRIVSEP(auth_password(authctxt, password));
259 PRIVSEP(auth_password(authctxt, "")))
263 if (options.use_pam && (PRIVSEP(do_pam_account())))
337 PRIVSEP(audit_event(SSH_LOGIN_ROOT_DENIED));
344 !PRIVSEP(do_pam_account())) {
377 PRIVSEP(audit_event(SSH_LOGIN_EXCEED_MAXTRIES));
412 if ((authctxt->pw = PRIVSEP(getpwnamallow(user))) != NULL)
424 PRIVSEP(start_pam(authctxt));
auth-rh-rsa.c 81 if (!PRIVSEP(auth_rhosts_rsa_key_allowed(pw, cuser, chost, client_host_key))) {
auth2-gss.c 109 if (GSS_ERROR(PRIVSEP(ssh_gssapi_server_ctx(&ctxt, &goid)))) {
153 maj_status = PRIVSEP(ssh_gssapi_accept_ctx(gssctxt, &recv_tok,
208 maj_status = PRIVSEP(ssh_gssapi_accept_ctx(gssctxt, &recv_tok,
247 authenticated = PRIVSEP(ssh_gssapi_userok(authctxt->user));
281 if (!GSS_ERROR(PRIVSEP(ssh_gssapi_checkmic(gssctxt, &gssbuf, &mic))))
282 authenticated = PRIVSEP(ssh_gssapi_userok(authctxt->user));
auth2.c 158 if ((banner = PRIVSEP(auth2_read_banner())) == NULL)
235 authctxt->pw = PRIVSEP(getpwnamallow(user));
244 PRIVSEP(audit_event(SSH_INVALID_USER));
249 PRIVSEP(start_pam(authctxt));
306 PRIVSEP(audit_event(SSH_LOGIN_ROOT_DENIED));
312 if (!PRIVSEP(do_pam_account())) {
355 PRIVSEP(audit_event(SSH_LOGIN_EXCEED_MAXTRIES));
auth2-hostbased.c 121 if (PRIVSEP(hostbased_key_allowed(authctxt->pw, cuser, chost, key)) &&
122 PRIVSEP(key_verify(key, sig, slen, buffer_ptr(&b),
kexgexs.c 105 dh = PRIVSEP(choose_dh(min, nbits, max));
190 if (PRIVSEP(key_sign(server_host_private, &signature, &slen, hash,
auth-rsa.c 140 challenge = PRIVSEP(auth_rsa_generate_challenge(key));
158 success = PRIVSEP(auth_rsa_verify_response(key, challenge, response));
306 if (!PRIVSEP(auth_rsa_key_allowed(pw, client_n, &key))) {
auth2-jpake.c 381 PRIVSEP(jpake_step1(pctx->grp,
387 PRIVSEP(auth2_jpake_get_pwdata(authctxt, &pctx->s,
447 PRIVSEP(jpake_step2(pctx->grp, pctx->s, pctx->g_x3,
503 PRIVSEP(jpake_key_confirm(pctx->grp, pctx->s, pctx->a,
547 if (PRIVSEP(jpake_check_confirm(pctx->k,
auth2-pubkey.c 142 if (PRIVSEP(user_key_allowed(authctxt->pw, key)) &&
143 PRIVSEP(key_verify(key, sig, slen, buffer_ptr(&b),
160 if (PRIVSEP(user_key_allowed(authctxt->pw, key))) {
monitor_wrap.h 32 #define PRIVSEP(x) (use_privsep ? mm_##x : x)
kexdhs.c 147 if (PRIVSEP(key_sign(server_host_private, &signature, &slen, hash,
kexecdhs.c 145 if (PRIVSEP(key_sign(server_host_private, &signature, &slen,
session.c 817 PRIVSEP(audit_run_command(command));
823 PRIVSEP(audit_run_command(shell));
    [all...]
sshd.c 610 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 225 milliseconds